Accordions: Custom URL link not working

0
Accordions: Custom URL link not working 1
Kristen
May 12, 2016 02:29 AM 1 Answers General
Member Since May 2016
Subscribed Subscribe Not subscribe
Flag(0)

Maybe I just don't understand how this is supposed to work. I tried reading the documentation and I didn't see anything about how to link to a specific accordion heading and open it. I tried http://adventurouschild.com/NEW/purchasing/?id=288#ui-id-2 to open my second accordion tab, but that doesn't seem to work. Also I tried the ID of the div like this http://adventurouschild.com/NEW/purchasing/?id=288#ui-id-1462987091148 But that had no effect either. Can I get some assistance/instruction on how to make this work? Thanks!

1 Subscribers
Accordions: Custom URL link not working 2
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordions: Custom URL link not working 3
John
Feb 23, 2017
Flag(0)
Private
Answer is private, only admins or its author or questioner can read.
Replying as Submit

2 Comments

  1. Ok 6 days later I finally figured this out on my own… just in case anyone else has this issue, here is what I did:

    You use the url of the page that the accordion is on and then append ?id=(number of the according heading)#ui-id-5

    The numbering for the ID starts at 0, so the first heading in the accordion would be ?id=0#ui-id-5 the second would be ?id=1#ui-id-5 and so on.
    The ui-id number appears to always be 5 no matter what, so the only number in your link that you should have to change would be the id= number.

    So my final URL for my third tab looks like http://adventurouschild.com/NEW/purchasing/?id=2#ui-id-5

    I hope this helps someone else that is looking for answers.

Comments are closed.