• Hello Tom

    Is is possible to disable MMM on a specific page.

    I am incorporating a single page website using a second theme (different from my active theme) using a multiple theme plug-in. I have the page up and running. It is at http://www.metamindz.com/ebusiness/ and uses Elegant’s DIVI theme. The rest of my website uses Elegant’s Vertex theme which also has MMM as the default menu and I love that.

    On the ebusiness page (because it is a single page website format, I dont want to display a primary menu which is MMM. Is there a way for me to turn off MMM from this page (www.metamindz.com/ebusiness/?

    cheers

    https://wordpress.org/plugins/megamenu/

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi omar,

    You would need to find where the menu is output by your theme (look for wp_nav_menu) then wrap it in an if statement like this:

    if ( ! is_page( 'ebusiness' ) ) {
        wp_nav_menu.......
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Disable on a specific page’ is closed to new replies.