Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Linking to Open Tabbed Accordian
Tagged: menu accordion
- This topic has 3 replies, 4 voices, and was last updated 12 years, 2 months ago by
Nexus.
-
AuthorPosts
-
August 15, 2013 at 11:53 pm #1324
dseften@gmail.com
MemberQuestion – I’m trying to link to a team member’s bios in a tabbed accordion – wonder if anyone has any suggestions?
Link to my site: http://www.ticc.com
Go to “Team” primary navigation. I have “Board Members” or “Professionals”. Is it possible to link directly to the opened team member’s bios? Right now I just have every team member link going to team.html but the client would like it to link to the opened bios of the selected team member.
Many thanks in advance. Great theme!
August 17, 2013 at 9:59 am #1337livemesh
KeymasterIt is possible provided you just have tabs and not have accordions “hiding” the bios. In each of the two tabs, you list the bios one after another by wrapping each bio with a
element, each with unique id of its own. So, for Peter O’Brien, you would have something like –Peter has many years of experience in ....and when you build the WP menu, you would link to this bio directly like below –
https://docs.google.com/file/d/0B9j6FQo4cSQFRlpYeG84dUVjd2s/edit?usp=drivesdk
Hope this makes sense.
February 12, 2014 at 2:19 pm #4400elaine
MemberFebruary 13, 2014 at 11:41 am #4434Nexus
Moderator1. To load the page with no accordion open just remove the “type = first” attribute from the shortcode, or better use the below shortcode
[toggle title="Title 1"] Any HTML content goes here - images, lists, formatted text etc. [/toggle] [toggle title="Title 2"] Any HTML content goes here. [/toggle] [toggle title="Title 3"] Any HTML content goes here. [/toggle] [read_more text="Know More" href="#" target="_self" arrows=" →" style="font-size:12px;margin-top:20px;"]
2. ” link to the page specifying which accordion will be open?”
Unfortunately this is not possible as the toggle is handled by Javascript and it has no way to know which service item was clicked in some other page. So the alternative would be the way Livemesh has mentioned in the previous reply. Hope that helps. Thanks! -
AuthorPosts
- The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.