Ticket for: Accordions
0
nathi
Hello,
I have an accordion with nested accordions. I tried to open them via URL parameter as well as URL hash.
My first problem is, that opening via parameter (/?id=0,1,2) doesn\'t work at all.
Opening via URL hash only works with the accordions if they are not nested.
If i try this with the nested accordion it opens only the \"parent-accordion\" but not the child. (if the item is the third one of the child accordion, the third one in the parent accordion is active)
it works best with /?active_index=\'id\'
but it\'s more or less the same as described above.
Thank you for your help!
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
Opening multiple accordion wasn't available in older version, but we have added support on latest version,
have you checked this documentation,
https://pickplugins.com/documentation/accordions/faq/open-activate-via-url-parameter/
note on the url parameter, ?active_index=83|1,3-82|1,2
83 and 82 is accordion ids,
and 1,3 and 1,2 index id should open respective accordions.
Regards

Hi,
Thanks for your help.
i think i have the latest version. (2.2.26 and 1.0.1 pro)
Yes i tried it with ?active_index=83|1 (with my accordion id).
But it still doesn't open the nestesd accordion (even if i put in the id of the nested accordion)
If you want to have a look: http://www.fsch.at/accordions/faq-small/?active_index=154|4 (154 is the "container" accordeon)
i would like to open each "tab" of each nested accordion separately via URL (not multiple, sorry).
I hope you can now understand, what i mean.
Best Regards