Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1276188
    geoffhoa89
    Participant

    hi guys, my blog posts page is using attributes from other pages. but i noticed in blog page edit i cant select template from the page attributes tab. I think it might be using somehow ( Fullwidth, No Header, Footer ) template.

    If you look at my site rorefit.com/blog you can see the posts are behind the navbar ( there is no header gap between navbar and content ).

    What have I done ? thanks

    #1276216
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Page Attributes section is not available in posts or blog page. To fix the issue add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    function stop_jumps() {
    	jQuery('header.masthead.masthead-inline').css('height', jQuery('.x-topbar').height() + jQuery('.x-navbar').height());
    }
    jQuery(document).ready(function(){
    	stop_jumps();
    });
    jQuery(window).resize(function(){
    	stop_jumps();
    });

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

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