Collapse Pro Matic – Adding 2nd Trigger in Excerpt

Collapse-Pro-Matic version 1.3.15 introduces a couple new features dealing with secondary triggers and excerpt filtering. The following demonstrates the new features by using a filter to add a second trigger with it’s own swaptitle to all excerpts. The following code, when placed in the child-theme’s function.php file, will add an extra ‘…read more’ trigger to …

Collapse-O-Matic and Easy Footnotes Test

This is a test of how collapse-o-matic and easy footnotes can work togher. We have modified the Easy Footnotes[note]Easy Footnotes on the WordPress Plugin Repo at:  https://wordpress.org/plugins/easy-footnotes/[/note] plugin to allow for filtering before and after the footnote content. The modified plugin is available at Github [note]https://github.com/baden03/easy-footnotes [/note] The filters used as follows: add_filter( ‘before_footnote’, ‘pre_footnote’, …

Collapse-Pro-Matic Spacing

This is some text Here is a headline 100-1 First thing100-2 Second Thing 100-3 Third Thing100-4 Forth Thing100-5 Fifth Thing 100-6 Sixth Thing100-7 Seventh Thing Numbered List Items <ul class=”numbers”> <li data-pos=”2″>one</li> <li data-pos=”2″>two <ul> <li data-pos=”2″>two.one</li> <li data-pos=”2″>two.two</li> <li data-pos=”2″>two.three</li> </ul> </li> </ul> one   two   two.one   two.two   two.three     …

Collapse-O-Matic Numbers as ID Issue

This is a quick post to test the issue when using numbers as IDs as brought up in this thread: https://wordpress.org/support/topic/multiple-titles-open-when-clicking-on-one/ To recreate this we will use two collapse elements with the ID’s of 1,2,3, 11, 12 and 13. … The issue is the toggle selectors where using the following jQuery selector: jQuery(‘[id^=target][id$=’+id+’]’) As of …