The mobile menu is visible but nothing happens when I click it
This is usually caused by one of the following two problems:
Missing wp_footer()
View the page source and search for ‘maxmegamenu.js’. If you do not find it then in most cases it is because your themes footer.php file has been manually edited. Ensure your theme’s footer.php file has a call to wp_footer() just before the closing </body> tag.
JavaScript errors
JavaScript errors will stop the mobile menu from functioning correctly. Please check our guide on how to find and fix JavaScript errors in your theme.