arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Nav Item > Child > Child does not open on click #233

Open iaps opened 9 years ago

iaps commented 9 years ago

If you have a 3+ level navigation, the 3rd level or lower won't open on click. For instance, if you have a link Home, then under that you have About Us, then under that you have Mission, the About Us link will not expand when clicked (to show the Mission child link). Instead, when clicked, then menu simply closes.

lee-cloete commented 9 years ago

Did you manage to solve this? I'm having the same issue & it seems the developers have abandoned the project.

Let me know

diwakarmishra commented 8 years ago

Hi There, Me too facing the same issue the sub-sub menu doesn't work.

kishorekshatriy commented 8 years ago

Me also facing same issue. is it solvable or not?

lee-cloete commented 8 years ago

There is a way, Its to make the menu hover only, The css fix is easily searchable.

.dropdown:hover .dropdown-menu { display: block; }

win999bet commented 4 years ago

There is a way, Its to make the menu hover only, The css fix is easily searchable.

.dropdown:hover .dropdown-menu { display: block; }

I searched for methods in many ways. I don't think I'll use just one line of css. Thank you very much. Love.