-
AuthorPosts
-
April 5, 2015 at 9:27 pm #423722
Hello,
Recently my website has been showing up on mobile devices with the desktop menu as well as the mobile menu. I just want the mobile menu to appear but there doesn’t seem to be an option to disable the desktop menu on the mobile settings. Any help is greatly appreciated.
April 6, 2015 at 8:04 am #423820Hey joshblv!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .fallback_menu .av-main-nav-wrap{ display:none !important; } }
Regards,
RikardApril 10, 2015 at 11:10 pm #426824Hi Rikard,
This didn’t fix it :(
Any other suggestions? Thanks!April 13, 2015 at 4:17 am #427269Hey!
I checked the code again and it should work, do you have any caching plugins active? Please delete the cache and deactivate the plugin while testing if you do.
Regards,
RikardApril 23, 2015 at 6:42 am #433253I have the same problem. On my iPhone 6 Plus, both the desktop menu and the mobile menu appear. I have tried adding the code which Rikard suggested (at reply #423820), but it does not work. I do not have any plugins running.
Please help. Thanks!
April 24, 2015 at 6:30 am #433886Hi @pcglenn!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardApril 24, 2015 at 3:08 pm #434152This reply has been marked as private.April 25, 2015 at 4:09 am #434552Hey!
Did you add any modifications in the theme? Please delete the entire enfold folder then replace it with a new one. There’s something wrong with the header markup.
Best regards,
IsmaelApril 27, 2015 at 2:56 am #434959Please disregard this post and see the next one instead. Thanks.
- This reply was modified 9 years, 6 months ago by pcglenn.
April 27, 2015 at 4:38 am #434977- I have completely uninstalled and reinstalled WordPress from cPanel to delete all database items.
- I’ve downloaded a fresh copy of Enfold, and installed it using the WordPress theme installer.
- I have no plugins running.
- I have made no modifications to the theme.
- The problem still persists. Please see the screenshot from my iPhone:
How can I get the desktop menu to stop displaying on mobile?
Thanks in advance.
April 27, 2015 at 8:36 pm #435589Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { nav.main_menu { display: none; }}
Best regards,
YigitApril 28, 2015 at 12:36 am #435738Yigit (#435589) this solution worked! Thank you, and thanks to Ismael and Rikard for their attention as well. Much appreciated!
April 28, 2015 at 12:26 pm #435955April 28, 2015 at 6:14 pm #436263Thanks for the solution!
April 28, 2015 at 6:18 pm #436269Hey!
You are welcome, we are always happy to help :)
We will keep the thread for the OP, if you have any other questions or issues, please feel free to start a new thread.Cheers!
YigitMay 15, 2015 at 10:55 pm #445176Hey guys- just want to say thanks for the consistent great support. I also had this issue but was able to solve it by searching through the forum.
-
AuthorPosts
- The topic ‘Desktop Menu Appears on Mobile’ is closed to new replies.