AlexWebLab / bootstrap-5-wordpress-navbar-walker

Bootstrap 5 WordPress navbar walker menu.
https://github.com/AlexWebLab/bootstrap-5-wordpress-navbar-walker
MIT License
250 stars 107 forks source link

Show 3rd level items under 2nd level #11

Closed wahyutaufik closed 3 years ago

wahyutaufik commented 3 years ago

I use for 2 level menu, all is fine. But when I use the 3 level menu, the menu on the third level doesn't appear, but the elements are visible when inspected. And I changed the depth to 3, but it doesn't show up either. Can anyone help me?

crftwrk commented 3 years ago

Bootstrap has only 2 level depth. If you want to show 3rd ore more level in your menu, you can use this example https://bootstrap-menu.com/detail-multilevel.html

wahyutaufik commented 3 years ago

Thank you. This is really helpful