When I visit my site on a phone or narrow browser window, the menu disappears and there’s no mobile menu. Any idea how to correct this? Thanks
Hey davisar,
You are currently using an older version of the theme. Please update Enfold to the latest version 4.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
You can read more about recent updates here – kriesi.at/blog/
Best regards,
Yigit
Thank you, I updated the theme, but the same problem exists.
My mistake. Changed.
Hi,
Thanks!
I added following code to bottom of Style.css file of your child theme in Appearance > Editor
@media only screen and (max-width: 767px) {
.responsive #header_main_alternate {
display: block;
}}
and flushed cache in your caching plugins. Please review your website
Best regards,
Yigit
Thank you!!! That did it.
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit