-
AuthorPosts
-
July 31, 2017 at 11:18 am #832055
Hello,
after Enfold lastest update, burger menu is not working on mobile. Can you pls check and suggest a solution http://www.aresviaggi.com?
ThanksAugust 1, 2017 at 9:51 pm #833080Hey Susanna,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 1025px) { nav.main_menu { display: block; } #header #avia-menu .menu-item { display: none; } #header #avia-menu .av-burger-menu-main { display: block; } }
Hope this helps :)
Best regards,
NikkoAugust 1, 2017 at 11:10 pm #833121Hi Nikko,
Sorry to jump on this thread, but I can’t get an answer on my own thread about NO mobile menu.
My website: http://www.skloff.com
I believe the Quick CSS for mobile that Enfold has provided in the past now conflicts with 4.1.2.
I tried and then removed your Quick CSS above since it did not work for me.
Can you please check my Quick CSS code (Enfold provided months ago) with the private login details below?
I have seen Moderator Yigit recommend this Quick CSS to others, but it does not display the mobile menu and magnify glass correctly on my website on mobile devices:
@media only screen and (max-width: 767px) {
.responsive #header_main_alternate {
display: block;
}}
Can you please let me know what Quick CSS has to be replaced to get the mobile menu and magnify glass to show on the upper right hand corner in the header?
Can you please test your suggestion on desktop, iPad and iPhone?
Thank you.August 7, 2017 at 8:26 am #835265Hi,
@classwebsites: The mobile menu is working when I checked the page. Is this fixed?
Best regards,
IsmaelAugust 7, 2017 at 5:16 pm #835479Hi Ismael,
Moderator Yigit provided the needed Quick CSS to fix my problem.
Thank you!No Burger Menu and Repeated Background Image After 4.1.2 Enfold Update
August 7, 2017 at 5:20 pm #835483Hi,
@classywebsites Glad we could help! :)We will keep the thread open and will wait to hear from the creator of this thread. If you have any other questions or issues, please feel free to start a new thread.
Best regards,
YigitAugust 23, 2017 at 10:42 am #842951I got the same Problem – could suggest a solution?
Thanks in advance,
MartinAugust 23, 2017 at 3:21 pm #843064Hi Martin,
The code given by Nikko will work for you too:
@media only screen and (max-width: 1025px) { nav.main_menu { display: block !important; } #header #avia-menu .menu-item { display: none; } #header #avia-menu .av-burger-menu-main { display: block; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.