You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parent nav is a parent category so should have its own page but it isn't clickable example:
Shopping
-Fashion
-Accessories
-Makeup
when hovering over shopping should the 3 sub categories not automatically show? And shopping should still be clickable but it isnt... by clicking on shopping it only shows the 3 sub nav pages you cant actually click on shopping.
The text was updated successfully, but these errors were encountered:
I have faced a similar issue before for a site I was designing.
The dropdown is intentionally made to work on click rather than on hover. Hover events can be quite frustrating on touch devices. More on the design decision here by Mark Dotto - Bootstrap explained dropdowns
Answer to both your questions are available here on stack overflow
Ok - so when using drop down navigation in the main walker nav that is included in the theme there is an issue.
Issue #1 -
You actually have to click the parent nav to get the sub nav to show
Issue #2 -
The parent nav is a parent category so should have its own page but it isn't clickable example:
Shopping
-Fashion
-Accessories
-Makeup
when hovering over shopping should the 3 sub categories not automatically show? And shopping should still be clickable but it isnt... by clicking on shopping it only shows the 3 sub nav pages you cant actually click on shopping.
The text was updated successfully, but these errors were encountered: