this is a test that will show nested collapse elements with a twist: only the first sub element will be shown. once it has been expanded, the next expand element will be displayed… and so on until the all elements visible.
Archive-Pro-Matic Category Test
Warning: Undefined variable $url in /var/www/vhosts/spacedonkey.de/httpdocs/wp-content/plugins/archive-pro-matic/archive-pro-matic.php on line 624
This is a test for displaying archive-pro-matic category archives.
Single Category
[archives type="monthly" cat="collapse-pro-matic" /]
- November 2021
- August 2020
- May 2020
- March 2020
- August 2018
- July 2018
- January 2018
- December 2017
- October 2017
- September 2017
- June 2017
- December 2016
- September 2016
- August 2016
- May 2016
- March 2016
- February 2016
- January 2016
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- January 2015
- October 2014
- August 2014
- July 2014
- June 2014
- May 2014
- November 2013
- April 2013
- January 2013
- December 2012
- September 2012
But what about taxonomies, post tags for example? We can get a monthly archive for a specific post tag like so:
[archives type="monthly" term="manhole" taxonomy="post_tag" /]
Or all post tags by month. The following will list only posts that have at least one post tag assigned, grouped by month:
[archives type="monthly" taxonomy="post_tag" /]
- September 2018 basel
- July 2018 manhole
- December 2017 manhole
- June 2015 Hover
- April 2015 custom style
- November 2014 donkey
- November 2014 manhole
- November 2014 basel
- November 2014 switzerland
And as a drop-down list:
[archives type="monthly" taxonomy="post_tag" sep=" > " format="option" /]
Special request: Years and each year’s tags as a subsets in a select drop-down:
[archives type="yearly" taxonomy="post_tag" sep="—" format="option" sub_options="true"/]
New “Quarterly” type:
[archives type="quarterly" /]
- 2023 Q1
- 2022 Q2
- 2022 Q1
- 2021 Q4
- 2021 Q3
- 2021 Q1
- 2020 Q4
- 2020 Q3
- 2020 Q2
- 2020 Q1
- 2019 Q4
- 2019 Q3
- 2019 Q2
- 2018 Q4
- 2018 Q3
- 2018 Q1
- 2017 Q4
- 2017 Q3
- 2017 Q2
- 2017 Q1
- 2016 Q4
- 2016 Q3
- 2016 Q2
- 2016 Q1
- 2015 Q4
- 2015 Q3
- 2015 Q2
- 2015 Q1
- 2014 Q4
- 2014 Q3
- 2014 Q2
- 2014 Q1
- 2013 Q4
- 2013 Q3
- 2013 Q2
- 2013 Q1
- 2012 Q4
- 2012 Q3
- 2010 Q2
[archives type="quarterly" format="option" sep=" - " sub_options="true" /]
Nes Archive Type “Seasonally”:
[archives type="seasonally" /]
- 2022 Winter
- 2022 Spring
- 2021 Winter
- 2021 Autumn
- 2021 Summer
- 2021 Spring
- 2020 Winter
- 2020 Autumn
- 2020 Summer
- 2020 Spring
- 2019 Winter
- 2019 Summer
- 2019 Spring
- 2018 Autumn
- 2018 Summer
- 2017 Winter
- 2017 Autumn
- 2017 Summer
- 2017 Spring
- 2016 Winter
- 2016 Autumn
- 2016 Summer
- 2016 Spring
- 2015 Winter
- 2015 Autumn
- 2015 Summer
- 2015 Spring
- 2014 Winter
- 2014 Autumn
- 2014 Summer
- 2014 Spring
- 2013 Winter
- 2013 Autumn
- 2013 Summer
- 2013 Spring
- 2012 Winter
- 2012 Autumn
- 2012 Summer
- 2010 Spring
[archives type="seasonally" format="option" sep=" - " sub_options="true" /]
Print-Pro-Matic Placeholder Attribute
The placeholder attribute is used to add the print-me data to the page when print trigger and target will be added dynamically, for example: via AJAX or a Modal Window.
[print-me target="#print_me" placeholder="true"/]
This will not add the trigger to the page, just the targeting info for when the trigger is later displayed.
collapse-o-matic with inline link
This is an example of a collapse element with an inline link.
[expand title="this is a test with a <a href='https://plugins.twinpictures.de'>link</a>"]here is some hidden content[/expand]
the key is to use double quotes to wrap the title attribute and single quotes for the html inside the double quotes.
T(-) Countdown Control with Sticky Events
T(-) Countdown Control URL Redirect
Test of a faster redirect when a countdown is already expired.
Collapse Grid Test
here we go:
[[collapse_grid cat_id="4" count="5"/]]
[collapse_grid cat_id=”4″ count=”5″/]
Collapse-O-Matic, Graphene Theme & Any Mobile Switcher Test
First let’s test the mobile-only and mobile-exclude shortcodes to see if they are included with the plugin. No, they are not.
Now we install the Graphene Theme and test…
Oops, wrong Graphene Theme. It seems This Theme is all that is required for testing the shortcodes.
Mobile Only
[[mobile only]...[/mobile-only]]
[mobile only]
this is some text that should only show up on mobile devices
[/mobile-only]
Mobile Exclude
[[mobile exclude]...[/mobile-exclude]]
[mobile-exclude]
this is some text that should only show up on non-mobile devices
[/mobile-exclude]
Print-O-Matic Multiple Target Test
This is a test of Print-O-Matic using multiple targets, for example:
And now for the trigger:
[print-me target="#targ_id_one, #targ_id_two"/]
Collapse-O/Pro-Matic Roll-Your-Own Method Slider Effect and Duration
Roll-Your-Own Method
We have already demonstrated how the new animation_effect and duration attributes work with a shortcode. Now we will show the same example but using the roll-your-own method. As always, the default effect is slideFade and duration is fast, but these can be overwritten globally in the plugin settings. As of version 1.7.3 these attributes can be applied on a collapse element basis using two new data-atributes: data-effect and data-duration.
<div class="collapseomatic" id="monkey" title="Monkeys">Monkeys</div>
<div id="target-monkey" class="collapseomatic_content">....</div>
<div class="collapseomatic" id="donkey" data-duration="slow" title="Donkeys">Donkeys</div>
<div id="target-donkey" class="collapseomatic_content">....</div>
<div class="collapseomatic" id="ninja" data-duration="1" data-animation_effect="slideToggle" title="Ninjas">Ninjas</div>
<div id="target-ninja" class="collapseomatic_content">....</div>