Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1075464

    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

    #1076777

    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

    #1077348

    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

    #1078718

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.