here we go:
[[collapse_grid cat_id="4" count="5"/]]
[collapse_grid cat_id=”4″ count=”5″/]
A Pluginoven Test Site
here we go:
[[collapse_grid cat_id="4" count="5"/]]
[collapse_grid cat_id=”4″ count=”5″/]
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]
this is some text that should only show up on mobile devices[[mobile exclude]...[/mobile-exclude]]
[mobile-exclude]
this is some text that should only show up on non-mobile devicesThis 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"/]
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>
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.
Default animation_effect is slideFade and duration is fast. As of version 1.7.3 these can be overridden using two new attributes: animation_effect and duration. Since using a shortcode will save the default effect and speed to a variable, we need to set up a separate test for the roll-your-own method
[expand title="Monkeys"]...[/expand]
[expand title="Donkeys" duration="slow"]...[/expand]
[expand title="Ninjas" animation_effect="slideToggle"]...[/expand]
This is a test for printing various forms using Print-O-Matic and Print-Pro-Matic plugins.
[print-me title="Print Standard HTML Form" alt="Print the HTML form" target="#html_form, #texter"/]
Post Types are supported as of Annual Archive version 1.4.8.
[archives post_type="monkey"/]
[archives type="monthly" post_type="donkey"/]
T(-) Countdown Control already has the ability to store a visitors calculated launch time to a cookie. As of version 1.7.7 we have added integration of a new add-on plugin T(-) Countdown Tracking. This new premium plugin adds the ability to save the visitors IP address in the database. More details to follow.
Test using Schedule:
[tminus cid="2022"/]
Test using basic shortcode:
[tminus t="+2 minutes" id="test_counter" track_id="2571" /]
No Tracking:
This is a test of the cloud-city style for T(-) Countdown to adjust the spacing issue on lower viewports.
This is a little test for a print trigger that will auto print on page load.
Here is the shortcode
[[print_recipt]]
[print_recipt]
Now let’s see if it works…