Canvas Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Canvas Menu

K

Kristof

Helix Framework 3 years ago

Hi,

I have a question about the off canvas menu on my website https://olvp.be/so/index.php

I want to open secondary menus not only clicking on the > - icon. Is it possible to open the secondary menu on clicking a menu header. On my website example clicking on the menu header 'wie zijn we. '

is it possible?

thx

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #59048

Hi,

Could you please give me a demo of this whta's actually you are looking for?

-Regards

0
K
Kristof
Accepted Answer
3 years ago #59063

no problem

I hope it is clear now? sorry for my English :-)

https://youtu.be/Vb0TeyAZmbc

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #59080

Hi

Thanks for sharing your thoughts, But I am afraid to say that it is beyond my support policy as we do not provide customization support. You can do this via JavaScript. I will note it down on our feature request list so that our team will think about it and add this feature too.

You can now close this post by accepting the answer.

Thank you.

0
K
Kristof
Accepted Answer
3 years ago #59084

But before the update of helix this monday (i think) it was possible to do this. Also, I have a menu under the menu heading 'Wie zijn we?' and I cannot reach it on smartphone with the off canvas menu. There isn't a arrow near it.

http://olvp.be/so

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #59333

Hello Kristof

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

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{
    right: 0px !important;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler{
    top: 38px !important;
}

Best regards

0