FlashBlue
jQuery framework used countdown-countup timer.

Thank you for purchasing our component. If you have any questions that are beyond the scope of this help file, please feel free to email via our email. Thanks so much!

 

Table of Contents

  1. Directories
  2. Installation
  3. Generating Shortcode

A) Directories

source - Original source files other files are part of the source, you do not need to upload any of these to your server. Use these to change the code or style.

deploy – Preview file.

help – Help file (HTML)

circularcountdown - Plugin ZIP file to install


B) Installation

FTP Upload: Unzip circularcountdown.zip. Using your FTP program, upload non-zipped plugin folder into the wp-content/plugins.

WordPress Upload: Navigate to Plugins › Add New › Upload. Go to Upload, click on Browse, select the circularcountdown.zip file and click Install Now.

Once the plugin is uploaded, you need to activate it. Go to Plugins and activate the plugin.

Add New Plugin:

Install Plugin:

Activate Plugin:


C. Generating Shortcode

If you plan on having multiple countdowns with different settings you can use the Generate Shortcode feature. You can easily generate the shortcode with all options available through the WP Admin Panel / Circular Count. Adjust the desired settings and click Generate Shortcode button at the bottom of the page. This will generate the full shortcode for you ready to use.

Generated shortcode example with all parameters currently available:

[circularcountdown task="update" startDate="2013/12/01 00:00:00" endDate="2014/01/31 00:00:00" timeZone="0" past="false" margin="10" showDay="true" showHour="true" showMinute="true" showSecond="true" dayDiameter="160" hourDiameter="160" minuteDiameter="160" secondDiameter="160" dayBgWidth="23" hourBgWidth="23" minuteBgWidth="23" secondBgWidth="23" dayCircleWidth="23" hourCircleWidth="23" minuteCircleWidth="23" secondCircleWidth="23" dayBgColor="#cccccc" hourBgColor="#cccccc" minuteBgColor="#cccccc" secondBgColor="#cccccc" dayCircleColor="#e8065c" hourCircleColor="#e8065c" minuteCircleColor="#e8065c" secondCircleColor="#e8065c" dayCounterFontSize="32" hourCounterFontSize="32" minuteCounterFontSize="32" secondCounterFontSize="32" dayTextFontSize="11" hourTextFontSize="11" minuteTextFontSize="11" secondTextFontSize="11" dayCounterFontColor="#333333" hourCounterFontColor="#333333" minuteCounterFontColor="#333333" secondCounterFontColor="#333333" dayTextFontColor="#666666" hourTextFontColor="#666666" minuteTextFontColor="#666666" secondTextFontColor="#666666" dayText="DAYS" hourText="HOURS" minuteText="MINUTES" secondText="SECONDS" dayTextMarginTop="0" hourTextMarginTop="0" minuteTextMarginTop="0" secondTextMarginTop="0"]

If you want to call it directly through do_shortcode use:

<?php echo do_shortcode("[circularcountdown]"); ?>

If you intend to call the shortcode with do_shortcode make sure you have loaded the scripts first by using:

<?php CircularCountdownGlobals::enqueueScripts(); ?>
Twitter Facebook Google+ Linkedin Deviant Art Behance Dribbble Flickr YouTube StumbleUpon FriendFeed Tumblr RSS Feed