Display and configure a jQuery countdown clock on your sidebar, allowing you to style the result via custom CSS styles.
Define the styles in your theme's styles.css file, or whatever your default CSS file happens to be.
For instance, if you had an event that was named "Product Launch," the shortcode would be "product-launch," which is then added to the div id as:
<div id="countdown-product-launch">
[code would be here, encased in the DIVs]
</div>
For example:
#countdown-product-launch { color: #fff; font-size: 12pt; }
Adding that line would define your first countdown box as having white text (#fff) that is 12pt in size.
You can customize it as much as your CSS abilities and knowledge permit.
Those settings are available under "timezone" and in time fields, respectively.
The plugin is fairly easy to use and is based off the jQuery countdown library.
Support text is available at this website:
http://keith-wood.name/countdown.html
You may also use the corresponding forum attached to this plugin at WordPress.org.
Requires: 3.0.1 or higher
Compatible up to: 3.0.5
Last Updated: 2010-8-29
Downloads: 3,062
Got something to say? Need help?