Hello, I’ve updated my website to the latest version of the Enfold theme, today again to 4.04 and I seem to be having problems with the mobile menu which affects iphones only. My menu is quite long and when I click to open it in the top right corner, I cannot scroll down the menu on iphones. It works fine on android. I went through all the possible settings and the problem seems to be with pages. When I reset all options in theme settings it works and you can scroll down the menu, but as soon as you select static pages for home and blog then the mobile menu doesn’t scroll again. Please advise.
Hey marekLDN,
Try adding this to quick css:
#wrap_all {
overflow-y: scroll;
}
Let me know if this works for you.
Best regards,
Jordan Shannon
Hiyah
Still not working…
Thanks.
Hi,
Try this for quick css:
@media only screen and (max-width: 767px) {
.boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
}
Also,
Are you using the latest version of Enfold?
Best regards,
Jordan Shannon
It still doesn’t work. The problem is only for the menu, I can scroll down the page, I cannot scroll the menu after I click on it. And it’s just on the iPhones.
I have the latest version of the theme 4.04.
When I had the version 3.85 it all works fine.
many thanks
marek
Hi!
I just removed the .boxed class and added the !important property and all is working normally.
The code that I added was:
@media only screen and (max-width: 767px) {
#wrap_all { overflow: hidden !important; /*needed for mobile menu scrolling */ }
}
Best regards,
John