My mobile menu is not showing up on my site at all. The regular menu is there, but when I resize the browser to mobile width, I get no menu at all – no regular menu and no mobile!
I even tried taking out all my Custom CSS code to make sure there are no conflicts, but it didn’t make a difference – still no mobile menu.
Please help!
Hi goforyourdreams!
Please add following code to Quick CSS
@media only screen and (max-width: 768px) { #advanced_menu_toggle, #advanced_menu_hide { display: block!important; }}
Cheers!
Yigit
Now when I added the code the mobile menu square shows up, but doesn’t do anything – I click on it and nothing happens! Please help!
Hey!
There’s a script error from avia.js file. Please try to deactivate the plugins then test it again. Did you modify anything on that file? If possible, get a new copy of avia.js then override the old one.
Cheers!
Ismael
Thanks for the hint about Javascript, the problem is now fixed! There was a folder with some Javascripts uploaded to the home directory, I haven’t even been using them but they must’ve caused the conflict somehow. I deleted that folder and the mobile menu now works!