here is some more text
Collapse-O-Matic > iFrame Test
Instructiefilms van de Omniplan Adviesplanner
Om een indruk te krijgen van de Omniplan Adviesplanner kunt u onze instructiefilms bekijken.
Hoe maak ik een volledige planning in de Adviesplanner?
Voor overige films, klik hier.
Collapse-O-Matic > Multiple Triggers
First create a standard collapse element and assign it an id:
[expand title="This is the Master Trigger" id="multitrig"]
Now if an additional trigger link is needed, just insert a span with “collapseomatic noarrow” class and and id that is ‘bot-[the_target_id]’ like so:
<span class="collapseomatic noarrow" id="bot-multitrig">This is a second trigger</span>
This is a second trigger
Collapse-Pro-Matic Class Triggers
As of version 1.3.2 of Collapse-Pro-Matic an external trigger can also be assigned to any element using only class names. Check out collapse-pro-matic advanced external triggers for more information and a working demo.
Collapse-O-Matic Centered Titlte
To center the text first add the following to the theme’s style.css file:
.centron {
text-align: center;
}
Next, add the trigclass=”centron” attributes to the expand shortcode:
[expand title="This title is Centered" trigclass="centron"]
Note: if the default tag is not already set to div, the tag=”div” attribute will need to be added as well.