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

    (@megamenu)

    Hi,

    Thanks for the link.

    Please check the page source/your theme template files, it looks like it’s missing:
    – a closing </head> tag (and maybe a call to wp_head();)
    – an opening <body> tag
    – a closing </body>
    – a call to wp_footer();
    – a closing </html> tag

    The most important bits for MMM to function correctly are the wp_head() and wp_footer() calls, but it’s worth fixing the other bits too.

    Regards,
    Tom

    Thread Starter waveduke

    (@waveduke)

    Thanks for checking!
    It was the missing wp_head() and wp_footer().

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile menu not working’ is closed to new replies.