wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Multi-level Dropdowns not working #119

Closed ghost closed 10 years ago

ghost commented 10 years ago

Multi-level dropdowns are currently only working up to the first level.

Are there any plans to fix this? 3 Levels would be great...

Would be highly appreciated. Thanks.

SideQuestDIY commented 10 years ago

The walker is intentionally locked to one level of dropdown as that is all Bootstrap 3+ supports. On Jun 29, 2014 8:48 AM, "jdreller" notifications@github.com wrote:

Multi-level dropdowns are currently only working up to the first level although the code specifies 3 levels.

Are there any plans to fix this?

Would be highly appreciated. Thanks.

— Reply to this email directly or view it on GitHub https://github.com/twittem/wp-bootstrap-navwalker/issues/119.

ghost commented 10 years ago

Thanks for your quick response. Just noticed that submenu levels are not supported any longer in Bootstrap 3. Absolutely not understandable why they took out this feature:

http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing

But it would be a nice feature to have... :)

SideQuestDIY commented 10 years ago

They were removed because its a mobile first framework and multi level dropdowns create terrible UX on mobile. On Jun 29, 2014 1:08 PM, "jdreller" notifications@github.com wrote:

Thanks for your quick response. Just noticed that submenu levels are not supported any longer in Bootstrap 3. Absolutely not understandable why they took out this feature:

http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing

But it would be a nice feature to have... :)

— Reply to this email directly or view it on GitHub https://github.com/twittem/wp-bootstrap-navwalker/issues/119#issuecomment-47468655 .