Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1074636
    davidemancio
    Participant

    Hi,
    I created a page at mediavoxpop.com, which as a one page menu.

    Now I am creating other pages, for example: mediavoxpop.com/privacy/ and I had the same menu replicated in the navbar.

    Is there a way to have a proper navbar in any page?

    Thanks,

    #1074676
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You need to create two menus.

    One for your homepage(onepage menu) and one for your other pages(default menu).

    Your one page menu should have links with ids only

    eg. #x-section-5

    Just like what you have now in your homepage, your other menu should have absolute urls.

    eg. http://www.mediavoxpop.com/#x-section-5

    It is also advisable to add unique ids to your sections instead of using the default section ids.

    https://community.theme.co/kb/how-to-setup-one-page-navigation/

    Thanks

    #1074758
    davidemancio
    Participant

    Thanks for your answer. I managed to follow your indications.

    However, I would like to leave the navbar but without menu in those pages. Is it possible?

    #1074786
    Paul R
    Moderator

    Hi,

    Yes, it’s possible.

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-344 .x-nav {
       display:none;
    }
    
    

    Hope that helps.

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