Tagged: mobile menu
-
AuthorPosts
-
July 13, 2017 at 3:32 pm #820577
Hi team,
Small issue with a site im working on. Have cleared cache.
There has been some custom CSS added to style the menu in desktop, however the white text is showing on mobile menu instead of #2f3393 making it look as though there is no menu text.I know this will be a simple fix but trying to get finished to go live tomorrow so was wondering if you guys could solve this issue for me quickly :) whilst I carry on…login details added in private section
It seems its only the main menu text colour, sub menu colour is correct.
https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/IMG_6936.png
https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/IMG_6937.pngThanks guys
July 13, 2017 at 3:43 pm #820583you have here the oportunity to go to Enfold Options Page – Advanced Styling on “select an Element to customize” choose: “Menu Links in Overlay/Slideout – press “Edit Element”
On the new Input field you now can do a lot of things with that menu – even font-family etc.
July 13, 2017 at 3:48 pm #820584Thanks for the quick response…
I did go to those settings however it made no difference (see screenshot) and added the colour for the menu font
https://horizonfuneralplans.co.uk/wp-content/uploads/2017/07/Screenshot-2017-07-13-14.44.44.pngSo made me think that its in the custom CSS that was added by another member of the team.
Can you help?
July 13, 2017 at 4:05 pm #820601hm i thought that the settings here will overwrite even the quick css settings. than without the real link i could not help you.
this is color definition of that part – try to find a similar rule in your quick css to get rid of it:
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a { color: #2f3393 }
- This reply was modified 7 years, 4 months ago by Guenni007.
July 13, 2017 at 6:43 pm #820726I have found the cause of the problem in the custom css file…its the first nav-wrap rule, I tried to add the same to mobile styles but with #2f3393 and !important…no change…removed to copy and paste code here.
I cant find any burger related rules in quick css or additional css…below is the css found in the “custom css” file
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */ /* General Custom CSS */ .av-main-nav-wrap ul * { color: #fff; } #header_main_alternate { background-color: #2f3393; } #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: #00aeed; } .header_color .avia-menu-fx { border-bottom-color: #00aeed; background-color: #00aeed; } .av-main-nav-wrap ul.sub-menu * { color: #2f3393; } #header_main{ border-bottom-width: 0px !important; border-bottom-style: solid; z-index: 1; } /* Desktop Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */ @media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ } /* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }
This is the only issue preventing the site to go live now…please help! :D Thanks
July 13, 2017 at 6:46 pm #820727and by the way for the icon color there is an extra styling tab on enfold – main menu – burger/mobile menu styling. on new 4.1
– no custom.css might be overwritten by quick css
so if you don’t habe a life link – than you have to wait for mods here – and give them the login datas.
- This reply was modified 7 years, 4 months ago by Guenni007.
July 13, 2017 at 6:55 pm #820730Yes but this is just for icon styling, which is already the correct colour, now updated to 4.1.1
Its just the mobile menu text that is being over-ridden to #fff from the above rule.
I cant show you the site as it not live and hidden behind a holding page plugin for now.
July 13, 2017 at 7:22 pm #820747But its on mine with a black background after I went with mouse over items:
July 14, 2017 at 1:54 pm #821147Hi adrianwackernah,
I checked on mobile, there is no black background. Could you please clear the cache on your device and/or try on another device and let us know if the issue persists.
Best regards,
VictoriaJuly 14, 2017 at 1:57 pm #821148Hi bluebubble,
This is what I am seeing, is this how you want the menu to be, or do you need to change colors?
Best regards,
VictoriaJuly 14, 2017 at 2:02 pm #821153Hi Victoria,
Thanks for the reply. That is how it looks now, as a workaround I changed the background to grey so the white text would show.
The text on mobile should be #2f3393 with white background, however the #fff colour from the main desktop menu is colouring the text white instead of the dark blue…therefore making it impossible to read.
My login details are provide above.
Its coming from the custom.css file as mentioned, as there was some custom work done to the menu area.
Thanks again.
July 14, 2017 at 2:28 pm #821169Hi @victoria, I am sorry, but I switched back to traditional menu on desktop on live site. This issue is not for visitors.
I have setup a burger menu on my staging site at https://stage.bildmanufaktur-wackernah.de
That what I see is only on Safari on desktop and only, if I have min. two top level items in menu. There seems to be wrong css for on mouse out. Means, if I move with mouse over items in menu, leave item one and move over to item two, then item goes black. Looks like a random, even how long I stay with mouse over item. If I have only one top level item followed by second level items then issue disappears.
—
Beside this, I have a four column footer setup. If I have burger menu on desktop activated and in conjunction with issue above, the content in column three and four disappear. They are in source code but not visible. This issue is on Safari and Chrome on Mac.July 14, 2017 at 5:31 pm #821304Hi bluebubble,
You can set the menu back to white, the text will be blue with the code below. You code would have worked, if there was a closing bracket to the media query, so you can use your code, just close the bracket or use mine.
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 (max-width: 767px) { .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a * { color: #2f3393; } }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 14, 2017 at 5:41 pm #821314Hi adrianwackernah,
Thank you for the staging :) I do not have the same issue in Chrome or Safari on a MacBook, and it’s so hard to catch that black color for the mouseout, but I did!
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
html, #scroll-top-link { background-color: transparent; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 14, 2017 at 9:24 pm #821438Hi victoria, your solution didn’t work. It seems, that if I am a top of page and call menu, then you find underneath first item in menu the breadcrumb. This seems to be the issue, because if I scroll a bit down on page and did a call of menu than, this issue went away. Maybe it is a kind of layer bug?
The issue with the missing content / custom menu in footer is solved, as Nikko send me a quick fix: #821368
July 17, 2017 at 12:10 pm #822534Thanks Victoria, as always, a second pair of eyes spots the issue.
Thanks for your time.
July 17, 2017 at 2:00 pm #822606Hi bluebubble,
Glad we got it woking for you :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.