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.

Home Page:https://wp-bootstrap.github.io/wp-bootstrap-navwalker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please fix the issue related to menu>subitem>sub-subitem

shailesh1441 opened this issue · comments

when I added sub-subitem to subitem of the main item. then dropdown is not working for all sub-subitems.
Screenshot

I want to display link 4 in menu but it is not working.

@shailesh1441 With v3 Bootstrap switched to a mobile-first approach and removed the support for dropdown submenus, ie. sub-sub-menus.

Submenus just don't have much of a place on the web right now, especially the mobile web. They will be removed with 3.0" - twbs/bootstrap#6342