Forum Replies Created
-
AuthorPosts
-
Nelson Briggs
ParticipantHi annemcl,
This combination styles works great. Thanks for sharing!
Nelson
Nelson Briggs
ParticipantHi Anita... That's great! Thanks for this advice. That takes the box shadow away from around the outside of the video. I am trying to take the shading off of the video itself, so it doesn't appear partially darkened... Thanks! Nelson...
Nelson Briggs
ParticipantHi Victor... Do you know how to remove the close banner "X" link and the respective jQuery that wouldn't be required if the close link is gone? I have located what I think is the section whare the PHP would be changed, lines 595 - 608...
function academy_do_top_banner() {
if ( get_theme_mod( 'academy-top-banner-visibility', true ) ) {
$button = sprintf( '<button id="academy-top-banner-close"><span class="sp-icon-x"></span><span class="screen-reader-text">%s</span></button>', __( 'Close Top Banner', 'academy-pro' ) );
printf(
'<div class="academy-top-banner">%s%s</div>',
get_theme_mod( 'academy-top-banner-text', academy_get_default_top_banner_text() ),
$button
);}
}
Thanks!
Nelson
March 13, 2019 at 3:18 pm in reply to: Essence Pro need to increase width on page for content… #490041Nelson Briggs
ParticipantHi Dareadel…
Thanks for your help!
Nelson
Nelson Briggs
ParticipantHi Victor...
Thank you very much for helping me out with this! It worked, but it seems like it doesn't work with cellphone browsers. Would you be able to share how to make the banner nondismissable?
And, I like your website... Looks like you may have used Academy Pro as well?
Thanks!
Nelson
-
AuthorPosts