U
UrtZ
New Member
Having a menu like:
"
top-level-item
--2nd_lvl_item_1
--2nd_lvl_item_2
----3rd_lvl_item1
----3rd_lvl_item2
----3rd_lvl_item3
--2nd_lvl_item_3
"
2nd_lvl_item_2 - just a separator, no post or page link.
The point is the user don't know about it and click it.
If I do "custom link" > "#" , the click on separator closes all the submenus ( confusing the user).
Deleting "#", getting "li" without a link - the same, click closes all the menus.
adding style "pointer-events: none;" makes 3rd lvl submenu not appear at all.
I don't get why are all submenus disappear on click - script, or what?..
"
top-level-item
--2nd_lvl_item_1
--2nd_lvl_item_2
----3rd_lvl_item1
----3rd_lvl_item2
----3rd_lvl_item3
--2nd_lvl_item_3
"
2nd_lvl_item_2 - just a separator, no post or page link.
The point is the user don't know about it and click it.
If I do "custom link" > "#" , the click on separator closes all the submenus ( confusing the user).
Deleting "#", getting "li" without a link - the same, click closes all the menus.
adding style "pointer-events: none;" makes 3rd lvl submenu not appear at all.
I don't get why are all submenus disappear on click - script, or what?..