Tagged: Burger Menu, menu
-
AuthorPosts
-
April 3, 2021 at 2:45 pm #1292105
Bestfortmyersrealestate.com
Main menu>lehigh acres. submenu Alva has grey background. All other submenus correct.Burger menu
Main menu background clear so difficult to read. should be #315d28
Sub menu is grey instead of #315d28Tried various css I found on enfold but none worked
Tks
Dave- This topic was modified 3 years, 7 months ago by daves1997.
April 3, 2021 at 9:43 pm #1292136Hey daves1997,
For the first issue, Can you search and comment this:
background: #7d7d7d!important;
from the css.
For the second add this to quick css:
.av-width-submenu.av-active-burger-items{ background: #315d28!important; }
Best regards,
Jordan ShannonApril 3, 2021 at 10:01 pm #1292147Do not know how to search and comment first code.
April 5, 2021 at 3:55 pm #1292523Hi daves1997,
Jordan just meant you need to go to Enfold > General Styling > Quick CSS, then find this code:
background: #7d7d7d!important;
then to comment it out, just add /* in the beginning of the code and */ at the end, so it would look like this:
/* background: #7d7d7d!important; */
Best regards,
NikkoApril 5, 2021 at 4:35 pm #1292547Thats what I thought. However there is no 7d7d7d7 in quick css
April 5, 2021 at 5:20 pm #1292571Hi Dave,
I see, it seems the reason why it’s showing is because Lehigh Acres has mega-menu enabled.
I have disabled it, please check.Best regards,
NikkoApril 5, 2021 at 5:34 pm #1292575That helped. Burger menu still difficult to read. either transparent background or grey.
ThanksApril 5, 2021 at 5:55 pm #1292578Hi Dave,
I have added this CSS code in Quick CSS:
.html_av-overlay-side #top .av-burger-overlay-scroll, .html_av-overlay-side #top .av-burger-overlay-scroll .sub-menu { background-color: rgba(0,0,0,0.9) !important; }
Please review your site.
Best regards,
NikkoApril 5, 2021 at 10:07 pm #1292610when I looked on my phone, same issue. restarted phone and still have the issue
April 6, 2021 at 4:58 pm #1292829Hi Dave,
Here’s a screenshot from my android phone using Google Chrome. (link in private content)
Best regards,
NikkoApril 6, 2021 at 6:28 pm #1292890Mine looks entirely different. see link
April 8, 2021 at 7:46 am #1293195Hi,
Thank you for the update.
Do you remember adding this css code somewhere?
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu>li ul, .header_color .av-subnav-menu a { background: #7d7d7d!important; }
It applies the background #7d7d7d to the second level menu items. Also, you may have to disable the mega menu option for the “Lehigh” menu item.
Best regards,
IsmaelApril 8, 2021 at 1:32 pm #1293256no. didn’t you check? tks
April 9, 2021 at 3:52 pm #1293536Hi Dave,
It seems the issue is caching.
The results are different when you’re logged in and not (this can be reproduced by using chrome in incognito mode and toggle device to a phone).
I have posted the CSS fetched when logged in and not and based on the URL it points to WP Optimize.
Here are the things I’ve tried (and combination of these things):
– reset minified files
– disable minify (enabled back)
– purge cache
– disable page caching (enabled back)
– changed define(‘WP_CACHE’, true); in wp-config.php to false
– deactivated WP Optimize (enabled back with original settings)
– renamed wpo-minify folder to wpo_remove
The result is the logged-in css fetches new css but for visitors (logged-out) it’s always the same.
At the moment, I’m out of ideas on how this can be cleared, maybe try contacting the support for WP Optimize.Best regards,
NikkoApril 9, 2021 at 6:14 pm #1293556Works fine on every page except the home page. Weird. Thanks for your help
April 10, 2021 at 5:24 am #1293600Hi Dave,
I agree, sometimes caching produces weird issues.
The workaround I could think for this is to duplicate the homepage and set the new one as the homepage.Best regards,
NikkoApril 10, 2021 at 3:13 pm #1293635That did it. Tks Nikko
You can close
April 10, 2021 at 3:39 pm #1293637Hi Dave,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘sub menu and burger menu issues’ is closed to new replies.