Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #993810
    ArchStanton1
    Participant

    Hello There,

    I created my frontpage with rev. slider and I like it however there are no header and footer but on the front page.

    I would like to use them on my all pages/posts.

    Could you be so kind and help me please?

    my site: http://www.temptingbody.hu/

    Thank you

    Zoltan

    #993900
    Nabeel A
    Moderator

    Hey Zoltan,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (min-width: 980px) {
    .x-navbar {
        display: block !important;
    }
    }
    .home .x-navbar {
        display: none !important;
    }

    Let us know how this goes!

    #993960
    ArchStanton1
    Participant

    Hey Nabeel,

    I added the code but is not worked… 🙁

    Any further idea?

    Thank you in advance!

    Zoltan

    #994088
    Rupok
    Member

    Hi Zoltan,

    Thanks for updating. I can see the original Navbar is now hidden on home page with the suggested code.

    It seems you have added the menu within the slider as well. Do you want to hide this as well on home page?

    In that case you need to add :

    .home #menu_forcefullwidth {
      display: none;
    }

    Let us know what you are actually trying to achieve as it’s a bit confusing.

    Cheers!

    #994178
    ArchStanton1
    Participant

    Hi Rupok,

    No, I do not want to hide my rev. slider menu. In fact I would like to use this rev. slider menu all may pages.

    That is the original question how can I achive it. This is true for the footer too.
    If you check my blog page or any post you can see there is no rev slider menu nor footer.

    If I use the above suggested code my rev. slider menu is dissaper, I do not want to hide it as I said before.

    Please let me know If it is not clear I will try explain more detailed.

    Thank you in advance for the excellent support!

    Zoltan

    #994579
    Nico
    Moderator

    Hi There,

    We are now getting your customization. You wanted to use the slider on all pages. It is quite a customization and it is beyond the scope of our limitation, it would be best to contact a developer regarding that kind of customization. I could share you thread related to this kind of customization.

    https://community.theme.co/forums/topic/put-a-slider-above-the-blog-posts-on-the-posts-page/

    For customization guide,

    https://community.theme.co/kb/customization-best-practices/

    Hope it helps.

    Let us know how it goes.

    Thanks.

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