Hi
I think I’m having a conflict between the mega menu option and the Dynamic Menu Pro plugin (https://awesometogi.com/product/dynamic-menu-product-categories-plugin-for-woocommerce/). When the plugin is activated it checks the mega menu option box on all the menu items and this option can’t be unchecked.
Is there a way of completely disabling the mega menu option to hopefully prevent this conflict?
Admin details are in the private content.
Cheers
Hey Bluehoop,
I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!
Best regards,
Basilis
I think that what I am trying to find out is – How do we disable the built-in Mega Menu in Enfold? Is there away of disabling theme support for mega menu within Enfold?
Many thanks
Hi,
Thank you for using Enfold.
To disable mega menu you have to modify a core file:
enfold\functions.php line 64:
add_theme_support('avia_mega_menu');
Remove this line or replace it with:
// add_theme_support('avia_mega_menu');
Hope this helps to solve your problem.
Best regards,
Günter