Agama
Agama includes it’s own Mega Menu functionality which conflicts with Max Mega Menu.
To fix this conflict:
- Install the “TC Custom JavaScript” plugin, then go to Appearance > Custom JavaScript and enter the following:
1234jQuery(window).load(function() {jQuery('nav[role="navigation"] ul').superfish('destroy');jQuery('nav[role="navigation"] ul.sticky-nav').superfish('destroy');}); - Go to Appearance > Customize > Additional CSS and add the following:
1234567.mega-menu-agama-nav-primary .mobile-menu-icons {display: none;}.mega-menu-agama-nav-primary #site-navigation {display: block !important;}