Shape 5

Joomla Templates => Luxon - Club => : miramar November 28, 2017, 10:15:21 AM



: S5 Accordion Menu Hyperlink Implementation
: miramar November 28, 2017, 10:15:21 AM
Hello,

It is possible to change the way the S5 Accordion Menu works, at this time only the text contains a clickable hyperlink, if you click outside the text area there is no hyperlink, only open or collapse the menu item if applicable. It is possible to wrap the h3 tag inside the the hyperlink tag (a), something like this:
:
<a><h3><span>text</span></h3></a>
Right now we have something like this:
:
<h3><a><span>text</span></a></h3>
.

I know that this menu is generated dynamically, can you tell me the file with the code that does this processe so I can try to find a solution?

Am I clear? See attached image please.

Thank you!


: Re: S5 Accordion Menu Hyperlink Implementation
: mikek November 29, 2017, 07:55:58 AM
Hello,

There's no way to change that. It's setup that way so that you can open the accordion menu when there's subs, if the the entire area was the hyperlink you would never have an area to click to open the sub menus and it would just open the hyperlink instead. The text itself is meant to be the hyperlink.