Here it is:
[tminus cid="1031"]
A Pluginoven Test Site
Here it is:
[tminus cid="1031"]
Test of the new Template feature in Collapse Commander. Template 1885 should expand the target above the trigger.
[expand title="Trigger Text" template_id="1885"]This is a test using template number 1885[/expand]
Example using cid:
[expand cid="2039"/]
Alt Test
Expand Trig:
Expand Targ:
To hide the hours in the jedi style via css:
.jedi-hours_dash{
display: none;
}
A quick example of how to link to—and autoexpand—a collapse-o-matic element on the same page. Key: Assign the link a class of expandanchor
like so:
[expand title="question 1" id="q1"]answer 1[/expand]
[expand title="question 2" id="q2"]answer 2[/expand]
[expand title="question 3" id="q3"]answer 3[/expand]
<a class="expandanchor" href="#q1">question 1</a>
<a class="expandanchor" href="#q2" rel="m_PageScroll2id">question 2</a>
<a href="#q3">question 1</a>