Tagged: menu
Dear,
We took over a website created with enfold, bought a license and did a full update of WP, enfold and used plugins.
After the update we are noticing that the hamburger menu on mobile is not activating
Please see: https://zencare.be
Also: We enable the button style menu item on the “webshop” menu item
After styling the item trough ¨the enfold settings it doesn’t show it.
Hey nickvanaerde,
I see that you have active caching on the site, what happens if you clear the cache and leave the plugin disabled? If that doesn’t change anything then please post admin login details in private so that we can have a closer look.
Best regards,
Rikard
Hi,
Thanks for that. I see that you have header.php in your child theme, did you try to use the most current header.php file from the parent and then implement your overrides after that?
Best regards,
Rikard
Hi, I removed the header.php from the childtheme but the issue is still present.
Please advise
KR
Hi nickvanaerde,
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: 989px) {
.av-main-nav li:not(.av-burger-menu-main) {
display: none;
}
}
But this css does not totally solve the issue. This can be a jQuery conflict. You’re adding another version in the child theme.
If you need further assistance please let us know.
Best regards,
Victoria