Tagged: x
-
AuthorPosts
-
November 1, 2016 at 2:15 pm #1239641
Mike PParticipantMy site megatrendmedia.com uses X-Theme with the Ethos stack.
When you scroll down on a page that has a title, then scroll back to the top of the page, the title disappears!
The same thing occurs on my Blog page – the title of the first post disappears!
I have tried to figure out why this is happening but so far I have drawn a blank.Does anyone have any suggestions why this is occuring?
Thanks.November 1, 2016 at 4:10 pm #1239831
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript
jQuery(window).on('load resize', function(){ var header_height = jQuery('.x-navbar').outerHeight(); jQuery('header.masthead').css("height", header_height); });Please remove the
<script></script>tags from your Customizer, there is an error in your site due to the<script></script>tags, Please note that <script></script>tags are added automatically.Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1239641 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
