• Resolved TomUsher

    (@tomusher)


    wp-activate.php is the only page I’ve run into on the site where megamenu-css is missing.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Tom.

    As wp-activate.php is not a standard front end page, I don’t think it will be possible to get MMM working there, but you could add this CSS to hide it:

    .page-id-28 .menu-menu5-container {
        display: none !important;
    }

    Regards,
    Tom

    Thread Starter TomUsher

    (@tomusher)

    Hi Tom,

    Thanks for the quick turnaround!

    I used your suggestion and went with the following:

    .page-template-default .menu-menu5-container {
        display: none !important;
    }
    .page-template-default .menu-menu6-container {
        display: none !important;
    }

    I like that page without a menu — less distracting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-activate.php megamenu-css missing’ is closed to new replies.