Tagged: mobile menu, ubermenu
Hi, I’m using ubermenu 3 with enfold and I follow these instructions -> http://sevenspark.com/docs/ubermenu-3/theme-integration/enfold
I did some test and the toggle is missing when I replace the file includes/helper-main-menu.php with the file provided by the child theme.
Here is my web –> http://motocaribe.net
Regards,
I.R
Hi isaijr!
You are currently using an older version of Enfold. Can you please try updating it to the latest version 3.1.3 firstly – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi, I’m experiencing the same problem – I have updated WordPress & Enfold & Ubermenu to the latest version – integrated ubermenu following the same tutorial = all is correct except for the mobile version – no burger menu – no menu at all on mobile. Is there a way you can help about that ?
Thanks very much in advance.
— Jérôme.
Hi,
I think the plugin is using an old version of the helper-main-menu.php file. A new menu script was implemented in the the theme. Please contact the plugin for more info.
Best regards,
Ismael
Ok, got some indications from sevenspark / ubermenu that I list here for documentation in case other people have the same issue :
Add the following in Enfold quick css :
#header_main_alternate{
display:block !important;
}
.av-burger-menu-main{
display:none !important;
}
Best regards,
Jerome