Hi,
we are getting an error on mobile.
Is making multiple instances of the menu, we are using Drupal 8 and Bootstrap.
<div class="awemenu-container" >
<div class="awemenu-bars"><span class="amm-bar"></span></div>
<div class="awemenu-bars"><span class="amm-bar"></span></div>
<div class="awemenu-bars"><span class="amm-bar"></span></div>
<ul class="awemenu">
...
</ul>
</div>
Hi,
Please open file megamenu_front.js in folder md_megamenu/assets/js/
And search function fix_megamenu_flashing_on_mobile()
then replace:
with:
ok works perfectly,
now we need 2 things, the first one, there is another way to fix this without hacking the module core? for futures updates.
And the other one, how we disable the mobile behaviour? becouse the "Enable mobile menu" dont do anything.
Thanks
Hi,
Please check your email for the update