I have created my wordpress website. It is using suarez theme.Menu is working in desktop but not working in mobile view.When click menu icon menu is not open
Here is my site: https://jaxonlabs.com/
From what I can see, you have two menus probably, one for desktop, another for mobile.
the mobile menu apparently hidden by default, and when displayed on mobile, the mobile menu shows up and the desktop menu gets hidden.
check in your admin panel for mobile menu in Appearance->Menus and fill it with the pages,links, and categories you want, and save it.
The reason seems to be that the mobile menu is empty with nothing in it:
<div id="cshero-main-menu-mobile" class="navbar-collapse cshero-mmenu collapse in"></div>
If you add <ul> and insert some dummy <li> items using Inspector, the menu shows up.
My guess is that the mobile menu code uses wp_nav_menu() function with menu parameter that does not exist, so it renders nothing. Try to locate it in the theme and compare the parameters if they match the menu you added in Appearance > Menus.
Related
Good day,
So i made a WordPress site for a construction company and i cant make the mobile menu work... Its a one page site, so the menu links are Anchors like #about us, #services, etc... And the desktop version is working perfectly, but when we go to mobile, open the menu and press on one of the items, the menu does not close and if you close it manually the site scrolls up instantly.
The site: https://www.eko-bau.eu/
Any suggestions?
Solved it with a mobile menu plugin - WP Mobile Menu
I am buiding a site using WordPress (4.9.8) with SHOPISLE theme.
However I am facing a problem here, I have added one dropdown menu in my Primary menu. I noticed that the dropdown menu clicks are not working on mobile view.
2nd menu has a dropdown, when clicked on text "Categories" on mobile view, the menu closes. Right now I have made it non-clickable. Can it be made to open dropdown when clicked on Text "Categories"?
Working fine on Desktop.
Thanks,
Jitendra Sawant
The page I need help with: http://jitendravertex.byethost13.com/
The dropdown menu is opened when you click on the caret on the right. If you want this behaviour in the whole Categories link you should edit the menu template file in your child theme.
I'm using the WordPress Genesis Framework and I have created a separate mobile menu (as I had to split the desktop one in two) and I'm using the built-in responsive menu it has, but I cannot figure out how to get Genesis to open the new mobile menu I created rather than the primary one.
Is there some way you can provide a different selector/id so Genesis knows to target a different menu?
When you add a new menu, you give it a name. Let's say we name it 'footer menu 1'. When you add this menu to your page (either through php or through the Custom Menu Widget), it will get a ul with id = "menu-footer-menu-1". You can use that to target the menu.
The built-in responsive menu I've seen with genesis is to have the menu items flow to multiple lines if the screen gets too small. Many of the Genesis child themes, though, include some javascript to turn the menu into a hamburger icon at certain window widths. You'll have to check your child theme files to see.
I would put both the desktop menu and the mobile menu in your markup and use media queries (or javascript) to hide the respective menu depending on the width of the window.
I would like to be able to create a navigation menu in WordPress in which the top-level nav items are not pages, but rather menu headings, which expand the sub menu when clicked.
The default WP menu behavior is that all menu items are links to content (pages, posts, etc), and that sub-items are viewed upon hover.
I'm looking for a way to make it work more like the menu behavior built into Twitter Bootstrap (and for the same usability reason).
I'm looking for a solution that either already exists as a plugin, or which I can build into a plugin, so that anyone can create a new menu like this in the WordPress menu editor.
checkout this tutorial :
https://digwp.com/2011/11/html-formatting-custom-menus/
If you dont want any custom html structure than you can simply add the classed to menu and for top level menu create a custom link with # as href.
I making a site.
I've managed to make a views slideshow of some photo's.
I also manually made a extra menu where i want to link other views.
The problem is, this menu isnt showed when viewing a views slideshow.
Other standard menu items always showing...
Extra menu shows when not in slideshow:
Extra menu doesnt show when in a slideshow: