Collapse-Pro-Matic New Slide Effect: Toggle

This is a test of the new slide effect for that has been added to Collapse-Pro-Matic version 1.1.6. For this to work on ALL expand elements, simply set the Animation Effect to Directional Slide in Collapse-Pro-Matic options page. To set only a single expand element using the shortcode, the animation_effect attribute set to ‘toggle’: TriggerTarget …

Adding Collapse-O-Matic to Static HTML

Collapse-O-Matic is a WordPress plugin. But what if you wanted to use it on a static HTML page? Well, that just might work. Step 1: make sure jQuery is installed <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script> Step 2: install collapse.js You will need to download the latest version of Collapse-O-Matic and then find and upload just the collapse.js file. …

Collapse-O-Matic Image And Text Trigger

This is a test to see if both an image and text can be used as a trigger. Shortcode: <img src=’https://spacedonkey.de/wp-content/uploads/2012/09/ninja_turtles.jpg’><br/>Trigger TextHidden Target Content Without Text <img src=’https://spacedonkey.de/wp-content/uploads/2012/09/ninja_turtles.jpg’>Hidden Target Content Roll-Your-Own Method With Text <div class=”collapseomatic noarrow” id=”some_id_one” title=”Hover over Trigger Text”><img src=”https://spacedonkey.de/wp-content/uploads/2012/09/ninja_turtles.jpg”/></br>Trigger Text</div> <div id=”target-some_id_one” class=”collapseomatic_content “>Hidden Target Content</div> Trigger Text Hidden Target Content …

Collapse-O-Matic & Contact Form 7 Test

This is an example of a form inside an expand element: Click To View Form[[contact-form-7 id=”485″ title=”Contact form 1″]] Here is an example of a expand element inside a form: [[contact-form-7 id=”1504″ title=”Collapse-O-Form”]] [contact-form-7 id=”1504″ title=”Collapse-O-Form”] As you can see, the shortcode does not render inside Contact Form 7. There is a work-around for that …