Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983593
    Oortcloudatlas
    Participant

    Is it possible to disable the main menu on certain pages (in Renew)? It is the norm for sales pages to have no menus in order to make them more focused.

    #983642
    Rupok
    Member

    Hi there,

    Thanks for writing in! If you use One Page Navigation then you can assign different menus for specific pages. However you can hide the entire navbar for specific page. Let us know the exact page URL so that we could provide some tailored code to remove menu from that page.

    Cheers!

    #985290
    Oortcloudatlas
    Participant

    Thanks! This is the only publicly accessible page:
    http://themindfulgeek.com/met/
    The child pages of this page are behind a Memberpress subscription.

    #985461
    Christopher
    Moderator

    Hi there,

    You can select ‘Blank-Container|No header-Footer’ or ‘Blank-No Container|No header-Footer’ page template under cornerstone settings tab/general.

    See the attachment.

    Hope it helps.

    #986617
    Oortcloudatlas
    Participant

    That works great for sales pages. Thanks!

    What if I would like to do it on other pages that have a content-left, sidebar-right structure? Is that possible?

    #987091
    Lely
    Moderator

    You’re welcome!

    We can use custom CSS to those pages with sidebar to hide the menus. To help you better, please share the specific URL so we can give you more tailored solution.

    Always,
    X

    #989753
    Oortcloudatlas
    Participant

    http://themindfulgeek.com/met/

    (and the child pages thereof)

    Thanks!

    #990034
    Rahul
    Moderator

    Hi,

    Please add the following custom css :

    .parent-pageid-888 .masthead-inline .desktop .x-nav {
        display: none;
    }

    Please change the value of pageid-888 to your actual page id. This will hide the menu from the parent and all the child pages.

    I hope this helps.

    Thanks

    #992492
    Oortcloudatlas
    Participant

    I can’t get that to work for some reason.
    The page id is 1248.
    I put the code with the correct pageid into the Custom CSS field in Cornerstone. But nothing happens.
    I’ve removed it for now.
    What am I doing wrong?

    .parent-pageid-1248 .masthead-inline .desktop .x-nav {
    display: none;
    }

    #992842
    Rad
    Moderator

    Hi there,

    What if we do it like this , add this CSS just once.

    .no-navigation .masthead-inline .desktop .x-nav {
    display: none !important;
    }

    Then edit your target pages and go to Page settings section and find Body Class(es) and add no-navigation. You don’t need to add CSS for every page, you’ll just re-use that CSS and only apply it to selected pages.

    Hope this helps.

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