Mit letzter Version Enfold 4.5.7 und WordPress 5.2.1 funktioniert das “Volle Breite Untermenü” nicht mehr richtig. Es bleibt nicht mehr “klebrig” sondern rutscht immer durch. Vorher war das kein Problem.
————————-
With the latest version Enfold 4.5.7 and WordPress 5.2.1, the “full width submenu” no longer works properly. It no longer remains “sticky” but always slips through. Is this a Feature? Before that was no problem.
Thanks, Klaus
Hey innv,
Could you please clear the cache, check again and get back to us.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
The sticky option of the fullwidth sub menu will be disabled when the hamburger menu is active. That is the default behavior set in the config-templabuilder > aviashortcodes > menu > menu.js file.
/**
* If we have burger menu active we ignore sticking submenus
*/
if( burger_menu.is(":visible") )
{
this.css({top: 'auto', position: 'absolute'}); fixed = false;
return;
}
Best regards,
Ismael
Hi Imael, and how can I activate the sticky function for fullwidth submenues on mobiles?
best regards
Andreas
Hi,
@andreas_anselm: This is not possible out of the box and requires modification that is beyond the scope of support. You can try the solution that another user provided in the following link but we cannot guarantee that it will work.
For more inquiries, please feel free to open another thread.
Best regards,
Ismael