Hey there, the mobile menu for our site http://mintano.com seems to have an issue with WPML. It is always collapsed and you can not click the menu items. I updated all plugins and the theme. After that I deactivated all plugins and reactivated them one by one. Kindly help us with that.
Hi There,
It might be the cache issue.
Could you please try purging all the caches all and check again?
If it still doesn’t work, please add this custom CSS under Theme Options > CSS:
@media (max-width: 979px){
.x-nav-wrap.mobile.x-collapsed {
display: none;
}
}
Let us know how it goes!
@thai thanks for your reply. I cleared all caches using W3. That didn’t change anything. After that I added your code. This resolved the issue regarding the collapsed menu. But still the menu items are not clickable. How can I fix this?
Hey @alexmintano,
Your mobile menu works fine on my end. See https://youtu.be/t-TO8FxU35o. Please clear your browser cache then check again.
Thanks.
It works. Thank you. 
1 Like