 
	
		Tagged: mega menu
I use Gecka Submenu to add a “Automatically Populate with Child Pages” option to menu items. However the option has disappeared when using this theme. I assume it’s because of the mega menu php class.
Is it possible/easy to just disable the whole mega menu class (I don’t need it), or is there a fix that doesn’t require disabling it?
Thanks
1) In header.php delete following code:
'walker' => new avia_responsive_mega_menu()2) In functions.php delete
require_once( 'includes/helper-responsive-megamenu.php' ); 		// holds the walker for the responsive mega menuThis will disable the mega menu class.
