Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #313422

    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!

    #313429

    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

    #313488

    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!

    #313817

    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

    #314162

    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!

    #314350

    Hi!

    Glad it is working now. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu Is Missing!’ is closed to new replies.