Collapse-O-Matic > Line of Trigger Images

Step One Create each expand element using the title element as the image tag. Assign it a trigclass=”noarrow” and give it an alt attribute that makes sense: [expand title=”<img src=’http://example.com/image.jpg’ />” trigclass=”noarrow” tag=”div” alt=”turtles one”]This is the content of the first image[/expand] Step Two Wrap each expand element in a div with a unique class. …

Collapse-O-Matic > Arrow Only Trigger Test

<span class=”collapseomatic” id=”textfree”></span><a href=”http://plugins.twinpictures.de/” target=”_blank”>This is a link</a> <div id=”target-textfree” class=”collapseomatic_content”>This is some content</div> This is a link This is some content This is an example of how the arrow is used for expand/collapse and the text is a link to another page.

Collapse-O-Matic > Find-Me ID Test

The Wookiees’ natural habitats were the dense forests of the planet Kashyyyk (though one source does imply that they were immigrants to this planet). Kashyyyk was covered with massive wroshyr trees, in which the Wookiees constructed their homes and cities. Reportedly, Wookiees were descended from tree-climbing mammals. They had the ability to easily learn most …

Collapse-O-Matic > Lock Open

An element can be set to ‘lock open’ once it has been expanded by setting trigclass=”colomat-expand-only”: Also works for grouping (Star Wars will lock open): Fiction Fact Also works for highlander-grouping (Monkeys will lock open): Fiction Also works for nested elements (level 3 will stay open): And of course expand/collapse all triggers: Expand All Collapse …

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-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.

Collapse-O-Matic: Changing Parent Element

This is the parent element with an id of ‘parent-superman’ Trigger Close Trigger Open I am some awesome content that is magically visible when the trigger above is clicked. To close this amazing content, either click the Trigger Close trigger above, or the Internal Close Trigger below: Internal Close Trigger This is the parent element …