AdForest
When using AdForest you will find that Max Mega Menu is not correctly applied to the menu.
To allow Max Mega Menu to work correctly, copy the template-parts/layouts/main-nav.php file (keeping the directory structure intact) to your Child Theme, and replace the contents of that file with:
1 2 |
<?php wp_nav_menu( array( 'theme_location' => 'main_menu' ) ); |