-
AuthorPosts
-
August 12, 2017 at 2:08 am #837691
Hi, I have read through most of the comments and tried many of the solutions regarding this issue but still can’t get it to work. My client called today saying the mobile menu (burger) icon was missing when viewed on a phone.
The last thing I tried was Yigit’s solution:
@media only screen and (max-width: 767px) { .responsive #header_main_alternate { display: block; }}
Here is the website: http://grupoflor.com/
Any ideas?
Thanks,
SladeAugust 12, 2017 at 1:37 pm #837861Hey Slade,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 476px) and (max-width: 990px) { #header_main nav.main_menu { display: block !important; } .menu-item { display:none; } .av-burger-menu-main.menu-item-avia-special { display: block; } } @media only screen and (max-width: 475px) { #header_main nav.main_menu { display: block !important; } .menu-item { display:none; } }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 22, 2017 at 3:49 pm #842613I too am having this issue – I have tried several of your solutions and nothing is working.
My mobile menu is missing, and my customer wants the “MENU” words off the main menu bar on desktop, however they will settle for a mini burger icon if it has to be there…This is the website: http://www.unityenergyhealings.com
Thanks for your help in advance.
August 24, 2017 at 5:29 pm #843609Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 990px) { .responsive .av_mobile_menu_tablet .main_menu .avia-menu, .menu-item-avia-special { display: block!important; } .av-main-nav > li { display: none; } }
Best regards,
YigitAugust 24, 2017 at 8:48 pm #843690Oh Yigit – I was really crossing my fingers it would work!
There is some sort of navigation there – but it is all over and not a burger, it actually has the word menu at the end as well – which is not working. I tried a bunch of settings for the burger and icon stuff in there after the code, cleared my cache and everything and still is wrapping with tons of space. Is there a setting I am missing?Fingers crossed that you can help.
-Karen
August 28, 2017 at 4:43 pm #844874Hi karen,
Sorry for the late reply! I checked your website and mobile menu works fine on my end! Have you figured it out already? :)
Best regards,
YigitSeptember 3, 2017 at 9:06 pm #847447Hi – sorry to barge in but I’ve tried the CSS solutions om safesec.dk and it doesn’t work – my mobile burger menu is missing too
September 4, 2017 at 12:01 am #847491Hi,
@Soerenm looks like we’ll need to take a closer look, please start a new ticket with a admin login in the private content area.Best regards,
MikeSeptember 4, 2017 at 6:44 am #847522Hi Mike I can’t make a new ticket for some reason I’ve put the admin in private – It’s pretty bcrucial that it’s not working – we’ve just launched the site for the public
September 4, 2017 at 6:58 am #847526I’ve created a user for the site – So I’ll create a new ticket
September 4, 2017 at 7:02 am #847530Hej Mike I can’t find the spot to create a new ticket
The User for the site safesec.dk is Safesec- This reply was modified 7 years, 2 months ago by Basilis.
September 5, 2017 at 10:30 pm #848353Hi,
I removed the details from the ticket here, as they are visible to all.
Please create a new ticket fromThank you
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.