You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure this as a "normal" bootstrap menu, so for a section with children I have added a clickable version of the section so that the "section" click open it and the first item takes the user to the folder. That works fine.
The issue is items in the dropdown which themselves have children, which are inactive. Is there a recommended way to address this? I had thought that setting bottomLevel would control the depth but apparently not. I don't see an elegant way to customise homepage_sections to fix these (I do see an inelegant way!), but since the default behaviour gives "dead" menu items, I wondered if I was overlooking something?
The text was updated successfully, but these errors were encountered:
It looks like the default markup and CSS provided by Bootstrap doesn't allow nested dropdown menus. And the markup in the menu was to allow those nested menus.
Please check the code on this branch, and if that works for you, I will be happy to merge the pull-request and release a new version.
I'm trying to configure this as a "normal" bootstrap menu, so for a section with children I have added a clickable version of the section so that the "section" click open it and the first item takes the user to the folder. That works fine.
The issue is items in the dropdown which themselves have children, which are inactive. Is there a recommended way to address this? I had thought that setting bottomLevel would control the depth but apparently not. I don't see an elegant way to customise homepage_sections to fix these (I do see an inelegant way!), but since the default behaviour gives "dead" menu items, I wondered if I was overlooking something?
The text was updated successfully, but these errors were encountered: