hide menu on landing pages

Home Forums Pro Support hide menu on landing pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68942
    Ben WardAnonymous

    Hello. Great plugin I’m loving it.

    The only problem i’ve had is the menu still shows on landing pages.

    Here is one for instance https://www.amanifarmco.com/getting-out-of-the-middle/

    If you could tell me how (if possible) to remove the menu from these pages I’d appreciate it.

    Thanks,

    Ben

    #68945
    Ben WardAnonymous

    Sorry forgot to say make sure to look at on a mobile device. On a computer screen over 1050 resolution the menu will not be there.

    #68944
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Ben,

    There are two options here.

    1. If you are comfortable with using shortcodes and PHP, then you can create an if statement around the shortcode that only displays on specific pages, you can adapt some of the examples below:

    https://responsive.menu/docs/specific-options/shortcode/#different-menu-for-logged-in-users

    2. You can hide via CSS. This won’t hide the actual menu from the HTML but it will stop it showing for users. For that particular page, the below CSS would work:

    .page-id-1174 button#responsive-menu-pro-button {
       display: none;
    }

    Please let me know how you get on.

    Peter

    #68943
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Ben,

    I have just written up the below Knowledgebase article that may help you out further!

    https://responsive.menu/knowledgebase/hiding-the-menu-on-specific-pages/

    All the best

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide menu on landing pages’ is closed to new replies.