• Resolved spaciousmind

    (@spaciousmind)


    Hi, I am not seeing this as an option so would like to make a feature request — the ability to turn off the mobile menu on certain pages would be a welcome addition. Often for some landing pages and in this case WooCommerce cart and checkout pages, I have been asked to use a blank page template that has no header or footer. The theme/s I work with have the option for a blank page template that removes those, but the mobile menu still appears I’ve hidden it with some css display:none but if the plugin had a way to exclude the mobile menu from specified pages altogether, that would be great. If there’s a way to do this already, I’ve missed it.

    Thank you for this great plugin, I have used it on several sites and like it better than the ones that are part of certain themes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m looking for a way to do this on a particular landing page on my website. Any tips on the CSS to make that happen? Tried a couple of things and can’t seem to make it work. Also, does the code go into the page itself or in the Mobile Menu options?

    Thread Starter spaciousmind

    (@spaciousmind)

    There may be other ways to do it, but I did it like this, adding it to my child theme’s style.css. If it’s a right-side menu I guess the class on the third one would be .mobmenu-right-alignment instead.

    body.(your body class here) .mob-menu-header-holder.mobmenu,
    body.(your body class here) .mobmenu-overlay,
    body.(your body class here) .mobmenu-left-alignment { display: none; }

    body.(your body class here).mob-menu-slideout-over { padding: 0; }

    Hope that helps.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @spaciousmind,

    Thanks for sharing that example, that’s the best way to do it.

    This is available as an option in the premium versions but you also can achieve it with that CSS inside the custom CSS field (General options tab)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude mobile menu from certain pages?’ is closed to new replies.