Troubleshooting & Diagnostics BETA
Common Symptoms
Click the [+] to see more specific symptoms. Click a symptom to see potential diagnoses.
- UberMenu
Symptom Details
UberMenu Troubleshooting Symptoms- Google Maps display issue
Symptom Details
The map is either not displaying, or is not drawn completely. - jQuery/javascript errors
Symptom Details
A javascript error is printed in the javascript console. - [+] Styles don't look like the demo
Symptom Details
Because we're injecting a chunk of HTML into a theme's markup and replacing an existing menu, the theme (or other plugins) CSS styles, javascript, or PHP functions can affect how the menu displays. Generally, themes that are written with modularity in mind don't have this issue.- No animations
Symptom Details
The submenu opens when hovering over a top level menu item, but the animations do not occur. - Menu items completely unstyled
Symptom Details
The menu items are present, but they are not styled at all like a menu - they just display as an unordered list. - Styles present but not like demo
Symptom Details
It is clear that the UberMenu styles are being applied, but they don't look like the demo - this indicates that other styles (from the theme or another plugin) are also affecting the look of the menu.
- No animations
- [+] Submenus (dropdowns) not displaying
Symptom Details
The submenus are not appearing when the top level menu item is activated (hover or click).- Javascript error
Symptom Details
Any javascript error can prevent UberMenu's javascript from running, resulting in the submenu not opening. Javascript errors are displayed in your browser's javascript console. - Submenu partially obstructed
Symptom Details
The submenu can be seen to open, but part of it is hidden behind other elements of the site. - Submenus display but third level menu items are hidden
Symptom Details
The submenus open, but the third level menu items remain hidden until hovering over their parent second level menu items.
- Javascript error
- Internet Explorer display problem
Symptom Details
There is a display issue, specifically in a version of Internet Explorer (IE). - Can't Expand Responsive Menu Toggle
Symptom Details
When you click the collapsed "Menu" button on a mobile device, nothing happens and the menu items are not revealed. - UberMenu does not appear
Symptom Details
UberMenu replaces the existing menu by targeting a theme_location on a specific wp_nav_menu call. Because we're injecting the menu markup into the middle of a theme template, the theme's CSS, javascript, and PHP code can affect the rendering of the menu. - UberMenu and Theme Menu Both Appear
Symptom Details
When using a responsive theme, UberMenu and the theme menu both appear once activating UberMenu. - Menu is not positioned properly
Symptom Details
The menu does not appear in the expected location - Style Generator Color Picker Won't Work
Symptom Details
- Current submenu open by default
Symptom Details
When visiting a page, the submenu of the current menu item opens automatically without it being triggered by the user. - UberMenu appears twice / duplicated
Symptom Details
- Google Maps display issue
UberMenu
UberMenu Troubleshooting Symptoms
Have a more specific symptom?
Google Maps display issue (6)
The map is either not displaying, or is not drawn completely.
View 6 potential diagnoses for this symptomjQuery/javascript errors (4)
A javascript error is printed in the javascript console.
View 4 potential diagnoses for this symptomStyles don't look like the demo (11)
Because we're injecting a chunk of HTML into a theme's markup and replacing an existing menu, the theme (or other plugins) CSS styles, javascript, or PHP functions can affect how the menu displays. Generally, themes that are written with modularity in mind don't have this issue.
View 11 potential diagnoses for this symptomSubmenus (dropdowns) not displaying (8)
The submenus are not appearing when the top level menu item is activated (hover or click).
View 8 potential diagnoses for this symptomInternet Explorer display problem (6)
There is a display issue, specifically in a version of Internet Explorer (IE).
View 6 potential diagnoses for this symptomCan't Expand Responsive Menu Toggle (6)
When you click the collapsed "Menu" button on a mobile device, nothing happens and the menu items are not revealed.
View 6 potential diagnoses for this symptomUberMenu does not appear (5)
UberMenu replaces the existing menu by targeting a theme_location on a specific wp_nav_menu call. Because we're injecting the menu markup into the middle of a theme template, the theme's CSS, javascript, and PHP code can affect the rendering of the menu.
View 5 potential diagnoses for this symptomUberMenu and Theme Menu Both Appear (1)
When using a responsive theme, UberMenu and the theme menu both appear once activating UberMenu.
View 1 potential diagnosis for this symptomMenu is not positioned properly (1)
The menu does not appear in the expected location
View 1 potential diagnosis for this symptomCurrent submenu open by default (2)
When visiting a page, the submenu of the current menu item opens automatically without it being triggered by the user.
View 2 potential diagnoses for this symptom30 Potential Diagnoses
jQuery version incorrect 343
UberMenu 3.0 requires jQuery 1.11.1 or higher (but less than jQuery v2), which should automatically be included with WordPress 3.9 or higher. If your theme or another plugin has changed the jQuery version, that can cause javascript errors that can break the menu as well as other javascript component on your site.
View Solutionoverflow:hidden; (submenu truncated by theme CSS) 55
If the theme is setting overflow:hidden on one of UberMenu’s ancestor elements, it can effectively cut off the submenus, either partially or from displaying at all.
View Solutionz-index (submenu hidden behind content) 131
When HTML elements overlap on the page, they have to be layered – one element has to be in front of, and the other behind on the z-axis. The element on the bottom may be hidden by the element on top. If UberMenu appears below other elements on your page, it means you need to set the z-index appropriately for adjacent containers. Most of the time, the containers to be adjusted are part of your theme and your CSS style won’t include any UberMenu selectors.
View SolutionUberMenu javascript is not loaded 90
If a WordPress theme does not include the required hooks (wp_footer), UberMenu can’t load its javascript, so javascript functionality like animations, triggers, and maps will be lost.
View SolutionUberMenu stylesheets not loaded 6
If a WordPress theme does not include the required hooks (wp_head), UberMenu can’t load its stylesheets, so the menu won’t be styled.
View SolutionInternet Explorer stylesheet limit reached 47
Internet Explorer can only load 31 stylesheets per page. If your theme or another plugin is loading a large number of stylesheets, and the limit is reached before UberMenu’s stylesheets are loaded, UberMenu’s styles will not appear at all in Internet Explorer, because IE has ignored those stylesheets entirely.
View SolutionResidual styling from the theme is affecting the menu display 22
If your theme’s menu styles are based on a hard-coded element wrapping the menu, those styles will still apply after replacing the menu markup, and will conflict and negatively impact the style and functionality of the menu.
View SolutionjQuery Enhancements disabled (UberMenu 2 only) 39
If you disable jQuery Enhancements, you will lose all javascript functionality in the menu, including animations, maps, non-hover triggers, and the responsive menu toggle expansion.
View SolutionUberMenu stylesheets disabled 5
If the basic.css file has been disabled in the Control Panel, the menu will not function properly if the styles have not been included elsewhere.
View SolutionFlash object obstructing menu / submenu 10
Because Flash objects are always layered above all other HTML elements, if they overlap with your submenu, the submenu will be partially obstructed.
View SolutionUnrelated javascript error 44
If another plugin or your theme throws a javascript error before UberMenu’s javascript has been executed, it will prevent UberMenu from functioning properly, including submenu positioning, click events, responsive menu toggling, and more.
View SolutionDuplicate Google Maps API 50
If two or more plugins (or theme) load the Google Maps API, and the library is loaded twice, a javascript error will occur and the maps will stop working.
View SolutionTheme Location is not activated 31
UberMenu setup requires you to select which Theme Location to target and turn into an UberMenu in Appearance > Menus. If you do not select a Theme Location, UberMenu will not be applied to any menu on the site.
View SolutionTheme’s wp_nav_menu call does not use the theme_location parameter 6
The wp_nav_menu() call in the theme MUST use the theme_location parameter for UberMenu to be applied to that menu.
View Solutionwp_nav_menu call uses ‘menu’ parameter 3
If a theme’s wp_nav_menu() call uses the menu parameter, the critical theme_location parameter will be ignored – and therefore UberMenu cannot target the menu.
View Solutionwp_nav_menu is called twice with the same theme_location parameter (UberMenu 2) 23
Some themes call wp_nav_menu twice with the same theme_location parameter – doing so may have strange results.
View Solutionwp_nav_menu output is filtered or manipulated by theme 3
Some themes will manipulate the UberMenu output in a non-standard way, resulting in breaking the menu style, layout, and functionality, as the markup is not as expected.
View SolutionHTML5 Nav Element (menu displayed as unstyled list) 16
If the menu is printed in HTML5 mode, IE will require something like the HTML5 shiv to properly render HTML5 elements; older versions do not support HTML5 elements out of the box.
View SolutionInvalid doctype 5
If the doctype cannot be properly interpreted by IE, IE will revert to Quirks mode, which will essentially display the site as IE6. The document must have a valid doctype, and it must be the first line in the file.
View SolutionHTML Syntax Errors (half-rendered menu) 14
If you have an HTML syntax error in your menu (generally introduced via a widget or a content override), IE may seem to stop rendering the menu half way through (at the point of the error), leaving the remainder of the menu unstyled.
View SolutionIE7/IE8 z-index 12
If your submenu is hidden or partially obstructed in IE only, it’s likely that you have a z-index issue manifesting only in Internet Explorer. See z-index
View SolutionSubmenus hidden in Internet Explorer with Filter Gradient 23
You can NOT use IE gradient filters on your menu bar. If you add an IE filter to your menu bar in order to create a gradient, IE will automatically treat that element as overflow:hidden, no matter what CSS settings you change. This effectively chops off the submenu and prevents it from displaying.
View SolutionMenu positioned absolutely 29
UberMenu replaces the markup of the menu in your theme. However, it also replaces the CSS styles. If the position of the theme’s menu was determined by absolute positioning rather than relative positioning, the menu may not appear in the expected location.
View SolutionResidual scripting from the theme 52
Some themes’ menu javascript will still affect the menu even after UberMenu has replaced the default menu. As a result, UberMenu can appear distorted, the styles can be incorrect, extra markup may be added, and the functionality may break.
View SolutionExtra markup breaking map markup 18
WordPress, your theme, or another plugin may be running autop or textualize filters on the map HTML, which adds extra BR elements and breaks the map output. Upgrade to the latest version of UberMenu (2.2.1.0 or later) to resolve the issue.
View SolutionUsing $ outside of a closure ($ is not defined or is not a function) 7
When you’re using a modular system like WordPress, it’s important that all jQuery is compartmentalized and running in noConflict mode in order to avoid conflicts. When other themes/plugins don’t follow this standard, you’ll get jQuery errors that break other scripts, like UberMenu.
View SolutionMenu is obstructed by another element on the page 32
When two elements overlap, one has to be on top. The one on the bottom may still be visible if the top element is transparent, but the bottom element can’t be interacted with because click/hover events are applied to the top level element and are blocked from the one below it.
View SolutionMenu Item Classes have been stripped 7
Sometimes, a theme or plugin will use a filter to strip out the standard WordPress menu item classes like menu-item
. When these are removed, UberMenu’s styles, which rely on these classes, cannot be applied. Themes and plugins should never remove core functionality.
Theme/Plugin is loading conflicting javascript (admin screens) 0
When other plugins/themes load their javascript on pages that aren’t their own, they can break things.
View SolutionClick the color wheel to set the color 1
To set the color, you need to click the color wheel in the lower right corner of the color picker.
View SolutionTheme replaces current menu item classes with ‘active’ class 16
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.
View SolutionResidual Styling Hides the Mobile Menu 19
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 the theme from interfering.
View Solutionwp_nav_menu is called twice with the same theme_location parameter (UberMenu 3) 24
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.
View Solution