Tixon Template Offcanvas All Levels - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Tixon Template Offcanvas All Levels

D

Danny

Template 2 years ago

Hi, we use on our new site relaunch ( j4.graefe.eu ) the tixon template with helix 3.03 in connection with SP page builder. We have one problem witth offcanvas - there is only top level visible and next level via + in offcanvas menue reachable. How can I code it that offcanvas shows all navigation menu levels at once? Next thing is that offcanvas not understand if Menu item to next level is only marked as joomla menu title - so the + Symbol is not shown... if it is a linked page as Menu item it shows the + Symbol and worked correct - hope you understand.... please show under http://j4.graefe.eu/index.php/treppen-home there you can see that "Treppen & Gelaender" have no offcanvas+ but "Impressum" as linkes page has offcanvas+ and this + I wanna cange and see all menue levels same time...

Thanks for support - your Joomshaper products are great

Mr Danny Graefe

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #121345

Hello Danny

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.parent .collapse{
    display: block !important;
}
.parent .offcanvas-menu-toggler{
    display: none !important;
}

Best regards

0