Tagged: mobile menu
Hi Guys,
i have a problem with the mobile menu on my side (www.haaroel.org). It will not be displayed.
In quick css I have only change this setting: .responsive .logo { display: none !important; }
Hey benhenze,
I checked your site for the issue and the css you added is not causing the problem.
A plugin conflict may be one of the reason for this issue.
To find which plugin is causing the conflict please follow these steps:
1. Go to your plugins page > Deactivate all active Plugins
2. Update WordPress and Enfold to latest version if you have not.
3. Make sure all the plugins are updated.
4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.
We await the results of your plugin compatibility test.
Thanks for your cooperation :)
Best regards,
Vinay
Hi Vinay,
thanks for your help. I found the mistake. It was the plugin myStickymenu. If you disable the plugin it works.
However, now the mobile menu is not displayed correctly (just half is shown). Perhapt because I fade the logo in the css file?
Do you have any advice ?
Thanks a lot!
ben
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_toggle, #advanced_menu_hide {
margin-top: 14px!important;
}
Best regards,
Vinay
Top!!