Tagged: mobile
Hi, in this website the sandwich menu button for mobile (smartphone and tablet) disappeared and I don’t know why…
Can you help me please to show it?
image is here: https://www.dropbox.com/s/1hj1pg6h99ayx29/Schermata%202016-04-16%20alle%2015.52.31.jpg?dl=0
Hey Nicola!
We are working on your ticket please wait while we update the results here soon.
Please add the below code in Enfold > General Styling > Quick CSS
feel free to adjust the max-width value to suit your design.
@media screen and (max-width: 999px){
#top #advanced_menu_toggle {
display: block !important;
}}
Regards,
Vinay
Thanks Vinnie, I set it to 765px.
Hi!
Glad to hear the CSS helped fix the issue!
Regards,
Jordan
Hi
I’ve got a similar issue in that my mobile (sandwich) menu has disappeared from the header bar at http://www.geegeez.co.uk
This is since the (forced) upgrade to WP 4.5.1 last night. I have Enfold v3.5.4 installed.
When I tried the suggested css change above, it did display a sandwich menu icon, but there was no behaviour associated with it (i.e it just went to /#)
Do I need to redefine the associated menu? And how do I know to what max-width to set to?
This feels somewhat hacky – is there a planned ‘elegant’ solution?
Matt
Just to say that this looks like having been a problem with the child theme. Whenever I update the theme, I have to re-install avia.js into the /js folder in the child theme.
Now working, thankfully.