saguaros
Are there any updates? We are on 1.1.6 now. We think Offcanvas -> Sub Menu Effect -> "Always Show" should do what we want (basically "like accordion" but all sub menus are always expanded and sub menu toggles are hidden. We can see that the following was added to "\css\template.css":
.t4-offcanvas .t4-off-canvas-body.menu-item-always-show .navbar .sub-menu-toggle {
display: none;
}
.t4-offcanvas .t4-off-canvas-body.menu-item-always-show .navbar .dropdown-menu {
display: block;
}
but when we use Offcanvas -> Sub Menu Effect -> "Always Show" we basically see "Accordion" effect (no difference between "Accordion" and "Always Show" settings).
Are we missing something? What should be the difference between "Accordion" and "Always Show"?