UberMenu
TroubleShooter
Symptom
UberMenu Troubleshooting Symptoms
Symptoms
Potential Diagnosis
- Theme replaces current menu item classes with ‘active’ class
Some theme strip out core menu classes like the current-menu-item classes and replace them with their own ‘active’ class. This forces the menu open on page load.
- Residual Styling Hides the Mobile Menu
In some cases, the theme’s CSS will set the menu to display:none;, which will hide the menu even when the toggle tries to expand it. For full details, please see the Knowledgebase: Residual Styling. Depending on the nature of the issue, you may need to use Manual Integration to prevent…
- wp_nav_menu is called twice with the same theme_location parameter (UberMenu 3)
Some themes call wp_nav_menu twice with the same theme_location parameter to produce separate desktop and responsive menus. UberMenu will replace both, and be visible as the theme’s mobile CSS no longer applies.