Open Ezkielnet opened 1 year ago
This is how Bootstrap handles nested nav menus. See Bootstrap's docs for the navbar. However, you can use split button dropdowns to have a clickable link and a dropdown toggle. See https://github.com/understrap/understrap/discussions/1646#discussioncomment-5641826 for an example.
Link with dropdown associated to a page contains no URL but a #.
I have created a menu with the following structure:
Home - Link to home (Custom link) Country -Dropdown (Page) <-- Link with # --States (Sub-pages)
The problem is that when the dropdown is a page, the menu does not add it as a link but with a # and it is not clickable. I have seen that other menus do incorporate the ability to drop down and click. Example, Twenty Twenty menu.
Code using wp-bootstrap-navwalker
Code using Twenty Twenty
I hope I have made myself clear.