This is a test of the Collapse Commander templating system in use with the free Collapse-O-Matic plugin:
The above collapse element should expand above the trigger.
A Pluginoven Test Site
This is a test of the Collapse Commander templating system in use with the free Collapse-O-Matic plugin:
The above collapse element should expand above the trigger.
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 collapse-o-matic version 1.7.9 the selector is a more exact:
jQuery('#target-'+id)
This post investigates issues with the width of a countdown that has the weeks omitted. Since the width should auto-adjust based on the displayed time units.
We’ll start with the c-3po style based on this issue on the WordPress Forums.
[tminus t="2018-04-11" omitweeks="true" style="c-3po"/]
[tminus t="2018-04-11" omitweeks="true" style="c-3po-mini" minutes="mins." seconds="secs."/]
[tminus t="2018-04-11" omitweeks="true" style="sith"/]
[tminus t="2018-04-11" omitweeks="true" style="carbonlite"/]
[tminus t="2018-04-11" omitweeks="true" style="cloud-city"/]
[tminus t="2018-04-11" omitweeks="true"/]
[tminus t="2018-04-11" style="circle" omitweeks="true"/]