Hello. This is actually two separate new issues.
1. On https://frdusa.com the menu disappears when the window is minimized, then the hamburger menu appears. At some point all menus disappear.
2. The menu header on the upper right – overlaps the contact and search icon, rendering the top halves of each un-clickable.
Any help would be appreciated.
Hey szimmerdesign76,
Please try the following in Quick CSS under Enfold->General Styling:
#header .widget {
z-index: 2;
}
@media only screen and (max-width: 1240px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
Thanks. The header div issue only appears to be a Safari issue now. Any idea on that?
The breakpoint is still not working. Should I remove any additional breakpoint css?
Hi szimmerdesign76,
Looks like you have two menus there.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Sure. They were sent. Could be that a mega menu is in play.
Hi szimmerdesign76,
Thank you. No, the mega menu does not do that.
Can you please have Appearance > Editor enabled for a bit? It’s probably hidden by your security plugin.
Best regards,
Victoria
Yes. Let me see where to turn that back on. Sorry for the delay.
Hi szimmerdesign76,
Here is an article for you:
It can be disabled by a security plugin.
Best regards,
Victoria
It should be visible now. It was a setting at the host level since its not on Apache.
z
Hi szimmerdesign76,
Thank you. You have the header.php and the footer.php file in your child theme, did you update them to the latest version too?
Best regards,
Victoria