Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1239641
    Mike P
    Participant

    My 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.

    #1239831
    Nabeel A
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1239641 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>