OffCanvas Menu - Can You Toggle The Drop Down By Clicking On The Text In The Link? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

OffCanvas Menu - Can You Toggle The Drop Down By Clicking On The Text In The Link?

M

MitchNorth

Helix Framework 3 years ago

Hi,

I've been researching this for a few hours now, and cannot find an answer to this question.

I want to be able to toggle the drop down menu in OffCanvas mode using the text, and not the arrow in the link.

For example, if I have Administtration > , I'd ike to be able to click on the word Administration to open the drop meu and selct where to go from there.

0
9 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #79840

Hi,

Sorry for the delay.

Please use the following code in your custom CSS:

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
    width: 100%;
    text-align: right;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #79487

Hi there!

Thanks for your query.

Which template you are using? Can I have your site URL here to check, please?

Best Regards

0
M
MitchNorth
Accepted Answer
3 years ago #79496

Hi Rashida,

The template is Helix Ultimate 2. I'll put the url in the hidden content.

To be clear:

  • In full screen mode, when you mouse over the drop downs (Administration, Departments, News & Events) the drop down content appears as is normal, but
  • when you are using the Off Canvas menu, the only way to open those sub menus is to click on the little arrow. I need to have users be able to select the title of the menu in order for the sub menu to appear.

Please let me know what the fix is including any code so that I can fix this myself if I encounter this problem again.

0
M
MitchNorth
Accepted Answer
3 years ago #79835

Under Question alerts in the Forum, I see that Rashida asked me a question about the OffCanvas toggle, but when I go into the thread, her question has disappeared.

Is there any movement on this issue yet?

0
M
MitchNorth
Accepted Answer
3 years ago #79947

That worked perfectly Rashida. Thank you very much.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #79956

Glad to know that and you are always welcome:)

0
M
MULLER
Accepted Answer
2 years ago #138515

Hi ! Same question. What was the answer ? Thx

1
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #138878

Hi MULLER,

Did you try the proposed custom CSS already?

Best Regards

0
M
MULLER
Accepted Answer
2 years ago #138900

Hi Rashida, I thought there was another solution... sorry ! I tried and this work very well ! Thank you !

0