Collapse-O/Pro-Matic Slider Effect and Duration Attributes

Currently the slide effect and duration can be set globally under the plugin settings, but what if we want to set it individually per collapse element? We need the ability to add this via a shortcode attribute and as a data attribute for the roll-your-own method. Shortcode Attributes Default animation_effect is slideFade and duration is …

Collapse-O-Matic Grouping and Expandall Issues

If we set up two groups for the sole purpose of creating expand/collapse all triggers that will only expand/collapse the related group we currently have to create something like: Science Fiction: Star WarsAlliance to Restore the Republic vs. Galactic Empire <span class=”expandall” rel=”fiction”>Expand All Science Fiction</span> <span class=”collapseall” rel=”fiction”>Collapse All Science Fiction</span> Pure Science: Space …

Print-O-Matic Icon Inline-Block CSS

This is how you modify the print-icon to have it show up in a simple menu. If we start with a simple right-aligned menu: <p style=”text-align: right;”><span class=”expandall”>Expand All</span> | <span class=”collapseall”>Collapse All</span> | </p> See how the icon jumps to it’s own line? Expand All | Collapse All | Let’s fix that. Step one, …

Grouping Collapse-Pro-Matic Setall Subexpands

Introducing ‘togglegroup’ a new attribute that can be used instead of rel and highlander grouping for collapseall/expandall/setall toggles. Here is a list of expand elements with nested expansub elements: main 1 This is the first main section and it has multiple sub sections: sub asub section a sub bsub section b sub csub section b …