RSS Feed Subscribe to RSS Feed

Countdown Timer

Download
Latest version Released (February 17, 2009):

Description

Countdown Timer allows you to setup one or more dates to count down to or away from.

Events can be inserted into the sidebar, either manually or as a widget, or within posts and pages.

Version 2.3.5 includes all the great features of past versions plus the following updates: * Updated calculation routine to ensure that dates are accurate when "Months" are not displayed. * Updated languages and added Latvian, Romanian, Russian, Danish, Lithuanian, and Serbian. * Updated readme.txt file

Compatibility (i.e. versions I test against, may work with other versions as well)

  • Requires WordPress Version: 2.6
  • Compatible up to: 2.7.1

Installation

Delete any previous version of Countdown Timer and associated files.

Download and install the timer into your plugins directory.

Activate the timer and add the widget.

If you don't want to use the widget, you can also add the following code into your sidebar.php file:

<li id='countdown'><h2>Countdown:</h2>
<ul>
<?php function_exists('fergcorp_countdownTimer')?fergcorp_countdownTimer():NULL; ?>
</ul>
</li>

Inserting countdown timers into a page or post

If you want to insert the Countdown Timer into a page or post, you can use the following shortcodes to return all or a limited number of Countdown Timers, respectively: [fergcorp_cdt] [fergcorp_cdt max=##]

Where ## is maximum number of results to be displayed - ordered by date

If you want to insert individual countdown timers, such as in posts or on pages, you can use the following shortcode:

Time until my birthday: [fergcorpcdtsingle date="ENTER_DATE_HERE"]

Where "ENTERDATEHERE" uses PHP's strtotime function and will parse about any English textual datetime description.

Limiting the number of countdown timers displayed

If you're using the widget, there is an option to set the maximum number of timers shown. If you are using the PHP code, replace

fergcorp_countdownTimer()

with

fergcorp_countdownTimer(##)

where ## is the maximum number of events you wish to be displayed.

Events are automatically sorted by date of occurrence.

Usage
Login to WordPress and go to Manage > Countdown Timer. To add an event to count down to, scroll down to “One Time Events” and follow the instructions.

FAQ
FAQ: http://wordpress.org/extend/plugins/countdown-timer/faq/

Debug Utility
If your having some issues upgrading, download the debug utility. It will automatically clear out all settings related to the Countdown Timer and send me an email with your WordPress version, Blog URL, and a data dump of the Countdown Timer options and data (nothing else though!).

To use it, just install it in your plugins directory. Then activate it and deactivate it and delete the file (you don’t want to accidentally enable the plugin again).

Donations
Hopefully if you really like my plugins (and/or me) you might consider making a donation. I’ve been spending more and more time writing and supporting plugins. I’m a college student and really only do this programming thing on the side for the love of it.

 

Download

Changelog
2.3.5
Release Date: 2/17/2009
* Updated calculation routine to ensure that dates are accurate when “Months” are not displayed.
* Updated languages and added Latvian, Romanian, Russian, Danish, Lithuanian, and Serbian.
* Updated readme.txt file
* Fixed small display issue in the administration menu

2.3.1
Release Date: 11/20/2008
* Fixes a bug. Sorry to everyone who has to redownload.

2.3
Release Date: 11/19/2008
* Made meta boxes into WP-based functions with AJAX support
* Renamed $dates to $fergcorp_countdownTimer_dates and made it global
* Reversed order of afdn_countdownTimer parameters. See documentation for usage
* Updated meta boxes to work in WP 2.7
* Removed the option to disable enableTheLoop (i.e. always enabled now)
* Added shortcodes. See documentation for usage
* Updated some of the text so that links are not part of the translation. Not that this has been an issue, but it assures that links aren’t tampered with in language translations
* Updated the widget to use the latest WP functions
* Widget now has a description
* Internal versioning is now done automatically
* Fixed a bug where “No Dates Present” would not display, even though there were no dates present
* Fixed a bug where an empty array would cause plugin to crash
* Fixed a problem that caused the timer to only display “in ” if “strip zeros” is enabled
* Updated a couple function checks to check for the functions that we’re actually using
* Updated the plugins_dir function call to properly reference the countdown-timer directory (this fixes issues with IIS and Windows)
* Added a helper function for afdn_countdownTimer so that users can use fergcorp_countdownTimer instead
* Fixed a potential bug (aka The Furton Fix) for systems running Windows where PHP may barf and give a warning:
Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in afdn_countdownTimer.php on line 612
* Various bug and security fixes
* Paypal link doesn’t use a form anymore
* Added a test to ensure cal_days_in_month function exists. If not, use a drop in replacement.

2.2.5
Release Date: 9/23/2008
* Added Hungarian and Norwegian translations
* Fixed small bug on line 426 regarding stripslashes

2.2.4
Release Date: 9/4/2008
* Added Bosnian language translation
* Fixed mistranslations in German language
* Output of displayFormatPrefix/displayFormatSuffix are now escaped
* Fixed a fatal error that was sometimes caused when there were no dates to countdown to
* Updated the FAQ

2.2.3
Release Date: 7/9/2008
* Fixes language issue with commas
* Updated internal rev version number

2.2.2
Release Date: 6/30/2008
* Resolves #876 which had <? instead of <?php
* Resolves #879 which was an incorrectly passed fergcorp_countdownTimer_fuzzyDate function
* Globalized $fergcorp_countdownTimer_getOptions in the afdn_countdownTimer function
* Added spaces to the end of all units of time

2.2.1
Release Date: 6/18/2008
* Fixed bug where Countdown Time Display didn’t function properly
* Added Italian and Polish translations, updated others

2.2
Release Date: 5/15/2008
* Updated some phrases that missed being i18n
* Updated i18n to use use sprintf’s to assist in proper translation
* Update the admin page to WordPress 2.5 Look and Feel
* Users are now able to define the data (text/HTML) that comes after the title and before the actual countdown
* Implemented a new function, fergcorp_countdownTimer_single($date), that allows users to create a one-off event outside of The Loop. $date should be PHP strtotime parseable string
* Plugin output is now XHTML 1.0 Strict compliant
* Scripts are now loaded using wp_enqueue_script
* Added a new JS file, webtoolkit.sprintf.js, because JS doesn’t have native sprintf support
* Translators names (and URL, if available) are now displayed/credited within the plugin
* Tweaked the table for the “Resources” area
* Tweaked the table for the “One Time Events” area
* The usual bug fixes

2.1.1
Release Date: 2/20/2008
* Fixed i18n translation issues where mo file would sometimes not be loaded
* Updated UI (note: Based on UI code from Google XML Sitemaps)
* Removed code dealing with recurring events (which has not been included for a few versions now)
* Added js countdown ability to admin example (which doesn’t have wp_footer hook?)
* Updated the link to the JS file to make it dynamic in case a folder gets renamed
* Fixed a bug in the JS file that caused dates to be calculated incorrectly
* Append a letter to the beginning of the unique id (as per XHTML requirement)…who knew?
* Added two language files: Swedish (thanks to Mattias Tengblad) and Spanish (thanks to Google Translator)
* Released as 2.1.1 instead of 2.1 due to a technical glitch in the way WordPress recognizes version numbers.

2.0.1
Release Date: 12/29/2007
* Bug in the initial 2.0 version that required the plugin to have PHP5 or greater. This has now been fixed and it works with PHP4 and PHP5. Thanks to Jim Lynch for the bug report.

2.0
Release Date: 12/29/2007
* Updated plugin description line
* Rearranged text in the installation notes to emphasize using the widget rather then the code
* Fixed a bug that crashed the plugin if no dates were present (a PHP 5 problem??)
* Implemented the ‘register_activation_hook’ function rather then the old way
* Changed the way DB updates are handeled. Instead of having a specific update regimine for each version, the plugin will only update an option field if it doesn’t exist (if it exists, but is blank, it will NOT update…as it shouldn’t).
* Updated fergcorp_countdownTimer_fuzzyDate with another variable so that the real target date is always known.
* Removed code dealing with updates since WP 2.3 now does this automatically
* Bug fix. Widget title isn’t saveable due to a programming error. Thanks to Michael Small for the catch.
* Renamed some functions from afdn to fergcorp
* Added JavaScript function for JS countdown
* Tabbed $afdnOptions array to make it more readable
* Fixed strtotime typo
* Brought time display inline with current WordPress practice. This fixes the dreaded timezone glitch.
* Strip non-sig zeros option added
* Fixed bug where “No dates present” would _not_ show if the data was returned instead of echo’d
* Renamed to $getOptions to $fergcorp_countdownTimer_getOptions to avoid clashing

1.91
Release Date: 12/4/2007
Fixed error where the widget wasn’t updated correctly.

1.9
Release Date: 8/7/2007
One-off countdown timers (i.e. standalone timers for posts, etc)
Ability to customize timer style
Added “week” as a unit of time
Even more bug fixes including the one where if the plugin was in a directory other then the plugin directory, it really wouldn’t work.

1.8
Release Date: 5/7/2007
Note to Existing users: Version 1.8 sees the demise of recurring events.
Built in widget! No need to download and activate another plugin!
Ability to select any combination of years, days, hours, minutes, and seconds to display
Internationalization support
Default settings automatically set on activation
More accurate countdown mechanism (you wouldn’t think counting could be so hard)
Numerous bug fixes
Reorganized management page

1.7.3
Release Date: 4/29/2007
Fixed missing tag
Fixed form not submitting in IE, Safari, et all
Fixed “pressing return key doesn’t submit form” bug

1.7.1
Release Date: 3/9/2007
“No Dates Present” bug fix
Updated Plugin URI to be correct
If updates are checked for, a link to the latest tag is given instead of the trunk (guaranteed to be stable)
Added Widget plugin
foreach error fixed (Thanks to Johnathan)

1.7
Release Date: 3/9/2007
Note: You may “lose” your date when you upgrade, so you might want to write them down. If you forget to write them down, just downgrade to 1.6.1 and write them down, then upgrade again.

On update, color bar is displayed at top
Fixed a bug where HTML characters were not escaped
Prefixing and Suffixing of the event
Added more information on usage on the plugin page

1.6.1

Fixed the famed unserialze bug!

1.4
Release date: 03/16/2006
This is the first release using the WordPress SVN. It’s kind of been cool using the SVN because it is easier to see what changes have been made from version to version. In any event, this release has a couple of updates. First, there is an option to include the timer from within the WP Loop, that is you can now display the timer from within a post or page (see instructions for the specifics). The idea came from Ronny a mere four days ago, just to give you an idea of the turn around time on suggestions to release. Because of the way the plugin is implemented, I also had to modify the main function that gets the ball rolling on displaying the timer. It’s designed to be backwards compatible, so you shouldn’t have any problems. I also had to rewrite parts of the version check system to work with the SVN. The format is actually much better and just calls one text file which lists the latest version (i.e. “1.4″). It compares that to the current version and let’s you know if there’s a new version. Simple! As always, you can turn the feature off.

1.3
Release date: 03/16/2006
I’ve already received some preliminary feedback on 1.2 (thanks Dave), so I’ve made a couple of updates. First, there are actually instructions for configuring the onHover Time Format option. Second, if you leave onHover Time Format blank, it will remove the dashed underline on the timer so no one is confused. I also fixed a really stupid bug, I never but a stripslashes in. So if you tried using something that needed escaping (such as an apostrophe), you would get a slash. That doesn’t happen anymore. Enjoy!

1.2
Release date: 03/13/2006
Development has been slow. Not really a lot to do. But version 1.2 offers some great things, including a bug fix! Deleting two or more events doesn’t make the plugin freak out anymore (the bug fix). You can also customize how the onHover time is displayed, including not displaying it at all (just leave it blank). Because you can leave it blank, there is no default; but you can use and PHP “date()” format. I recommend “j M Y, G:i:s”. I also added a six month delay before the date on recurring events is reset…although as I’m writing this, I realize there’s a slight bug there, nothing critical though. I welcome any new ideas, just leave a comment down below!

1.1
Release date: 11/28/2005
NOTICE: Copyright format changed from MIT to GNU GPL as of version 1.1

Not a whole lot of major thing. Thanks to Benoit Kechid for catching a calculation and syntax error. There was a request for making things linkable, so you can now add a link an event. The time is also has a dashed underlined and if you roll over it with your mouse, the date and time of the event are displayed.

I don’t have anymore ideas for this plugin, so unless I you email me with something that you would like, there probably won’t be any more updates.

1.0
Release date: 10/05/2005
You can now set recurring dates, sort of. The plugin can currently handle things that happen on a given day of a given month every year (such as a birthday). The plugin will also now check for updates whenever you are in the admin panel. Download and copy to your plugins directory, then rename it to .php

0.95
Release date: 09/26/2005
Fixed a Warning message (thanks to cordney* for the heads up). Also changed a few things: If you have “Automatically delete ‘One Time Events’ on, only events that that do NOT have “Display ‘Time since’” will be deleted. Also, the file is now a PHPS file, not zip file. Download and copy to your plugins directory, then rename it to .php

0.92
Release date: 09/23/2005
This version adds the option to automatically delete One Time Events that have all ready occured. If you don’t choose to automatically delete the events, they will be displayed as “Time since” after the event occurs. Small issue I’m still working on: events are only erased when you update timer options.

0.8
Release date: 07/23/2005
This is a backend change. The dates.txt file has been replaced with an entry in the WordPress Database. Unfortantly, you’ll have to manually transfer your events into the new form. Once they are in the form, they are automatically sorted, with events ending soonest on the top.

0.7.1
Release date: 05/23/2005
Changed an internal function name reference due to a potential conflict with another plugin (Thanks Robert)

0.7
Release date: 05/20/2005
Added Admin menu. Allows user to update information via web-interface now.

0.6.1
Release date: 05/16/2005
Fixed small math error in cdt_format() on line 47.

0.6
Release date: 05/15/2005
Initial public release

Reader's Comments

  1. Chris | December 11th, 2008 at 3:54 pm

    Great plugin! I am using WordPress 2.6 and the most recent version of Countdown Timer.

    Is it possible to remove the “in” in the countdown text. Rather than saying “in 9 days, 10 hours”, I’d rather it just say “9 days, 10 hours”.

    Thanks!

    Reply to this comment
  2. Judy | December 15th, 2008 at 7:08 pm

    Thanks for the great plugin!

    I’m having problems with version 2.3.1. I’m running WP 2.7, PHP 5.2.6.

    With IE 7, I get the error message, “Internet Explorer cannot open the Internet site internetsitename.com. Operation aborted.” When I click “OK,” my page is replaced by a “page cannot be displayed” error. Of course it works fine under Firefox, Opera and Safari. I can’t afford to ignore this because a significant portion of my readers use IE 7.

    After a lot of digging and trying things out, I’ve narrowed the problem to Countdown. I’ve fallen back to version 2.2.3, which works fine on my site but not so well with the WP 2.7 admin panels.

    Any ideas?

    Reply to this comment
  3. Judy | December 15th, 2008 at 7:10 pm

    P.S. Version 2.3.1 was fine with WP 2.6. It’s only with the upgrade to WP 2.7 that I had problems.

    Reply to this comment
  4. Judy | December 17th, 2008 at 7:44 pm

    Never mind. I figured it out. It was a problem in my theme. It’s all better now.

    Reply to this comment
  5. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors | December 30th, 2008 at 11:53 pm

    [...] Countdown Timer [...]

    Reply to this comment
  6. 4دیواری اختیاری » Blog Archive » افزونه های وردپرس | January 4th, 2009 at 5:26 pm

    [...] Countdown Timer [...]

    Reply to this comment
  7. KOjunkie | January 12th, 2009 at 10:52 pm

    Great Plugin…
    It’s perfect for my site.
    Is there a way to add spacing between events?
    Thanks You,

    Reply to this comment
  8. Josh | January 13th, 2009 at 5:40 pm

    Great plugin, and fantastic work! One question for you, Andrew: If I have multiple entries to count down to, is there a way I can display just one of them of my choice? I see the () in the php string, and I can get just the FIRST one to appear, or BOTH, but not just the SECOND. Anything I can do there?

    Reply to this comment
    • Andrew Ferguson | January 13th, 2009 at 5:48 pm

      @Josh

      There is not a way to display a particular event from the group. The () in the PHP string allows you to set the maximum number of events as ordered by when the events occur. Can you tell me more about why you want to display only the second event?

      Reply to this comment
      • Josh | January 13th, 2009 at 5:59 pm

        Wow; quick response! Basically, I’d like to be able to count down to multiple events in various places on the page. See the sidebar of in-progress http://www.geeksix.com . I’m counting down to an event — what if I wanted to count down to another elsewhere?

        Reply to this comment
        • Andrew Ferguson | January 13th, 2009 at 11:51 pm

          So, there’s a function that I should probably document better. It’s called: fergcorp_countdownTimer_single and accepts one argument, the date you want to countdown to.

          You can call it like so:
          [code language="php"]
          < ?php echo function_exists('fergcorp_countdownTimer_single')?fergcorp_countdownTimer_single("31 Jan 2009 15:30"):NULL; ?>
          [/code]

          Does that help?

          1/14/2009: Updated to correct code.

          Reply to this comment
          • Josh | January 14th, 2009 at 8:02 am

            I knew there would be something like that! It *almost* helps perfectly! I copied your code verbatim, and it seems to execute, but it doesn’t display on the page. (It executes because, when I introduce a typo, I get a parsing error, but when it’s accurate, I get no return/display). I found the function on your afdn_countdowntimer.php file, and it seems to be pretty black-and-white, but I just don’t see any result returned on the page. For reference, this is the line of code that I’m using:

            Is there something I’m missing? It’s running inside of a ‘PHP widget,’ so I don’t need to tag it as code, and I had your full call working fine in there….

            Reply to this comment
  9. Chris | January 14th, 2009 at 4:50 pm

    Great Plugin! I am noticing a potential issue with a countdown that takes place on March 1. The countdown displays 47 days for March 1, but 43 days if I change it to February 28. I am using the latest version of the timer, and Wordpress 2.6. Thanks for any advice/assistance you can provide!

    Reply to this comment
  10. Neues Plugin und HTML Probleme | January 15th, 2009 at 3:58 am

    [...] Das verwendete Plugin ist übrigens der “Countdown Timer” von Andrew Ferguson [...]

    Reply to this comment
  11. 丰富wordpress功能插件集锦 | January 19th, 2009 at 2:25 am

    [...] - 显示一个整洁统一的归档列表,显示发布日期,文章标题,留言数等。 Countdown Timer - 在侧栏加入一个倒计时。 Custom Query String - [...]

    Reply to this comment
  12. Ross | January 21st, 2009 at 6:24 pm

    Is it possible to change the date format in the widget options to “DD/MM/YYYY”?

    Reply to this comment
  13. 25 Random Things About Me | Andrew Ferguson dot NET | January 29th, 2009 at 4:25 pm

    [...] I enjoy programming, especially in PHP. [...]

    Reply to this comment
  14. Kick’em 2 the Curb » Thank a Plugin Developer Day…I’m a little late! | February 1st, 2009 at 11:08 am

    [...] Plugin Links: Akismet, Contact Form 7, Countdown Timer, Shadowbox JS, WordPress.com Stats, Hello Dolly, Snow and [...]

    Reply to this comment
  15. Andrew Ferguson | February 5th, 2009 at 11:53 pm

    If anyone is interested, there’s an alpha version of the next Countdown Timer up: http://downloads.wordpress.org/plugin/countdown-timer.zip

    I’m running it right now, so I’d call it stable. It should fix all the bugs related to the incorrect number of days, weeks, and/or hours, being displayed.

    Reply to this comment
  16. WP-Plugins | BlogFrosch | February 9th, 2009 at 5:29 am

    [...] Countdown Timer: Zeigt Countdowns in der Sidebar oder Artikel, z.B. zu Events, Geburtstage, Weihnachten etc (individuell konfigurierbar). [...]

    Reply to this comment
  17. Kevin Ball | February 15th, 2009 at 3:29 pm

    Hi There

    I installed the plug in, but I can’t get it to work. I’m using the latest version of WP - but not using widgets. I copied the code into my side bar that you give at the top of the page, but there is no option for setting a new countdown. It just indicates there is no countdown.

    I’m probaby missing something very silly, but would appreciate your help.

    Kev

    Reply to this comment
  18. Engin | February 17th, 2009 at 7:10 am

    How to use the other language files?

    Reply to this comment
  19. Andrew Ferguson | February 17th, 2009 at 11:34 am

    Everyone,

    Hot of the press, Countdown Timer 2.3.5 is now available for consumption.

    http://wordpress.org/extend/plugins/countdown-timer/countdown-timer.2.3.5.zip

    Reply to this comment
  20. Countdown Timer v2.3.5 | Andrew Ferguson dot NET | February 17th, 2009 at 11:49 am

    [...] Read more or download version 2.3.5! Related Posts:Countdown Timer v1.7.1Countdown Timer v1.9Countdown Timer v1.6.1Countdown Timer v2.2Countdown Timer v1.8SHARETHIS.addEntry({ title: “Countdown Timer v2.3.5″, url: “http://andrewferguson.net/2009/02/17/countdown-timer-v235/” });Five Years Ago Today…Hey ya! - 2004 [...]

    Reply to this comment
  21. Michael | February 19th, 2009 at 9:53 am

    Thanks a lot.
    I have changed the permissions of the folder to 755. Now it works. I have no idea why it hadn’t worked after the update. I have nothing changed

    Reply to this comment
  22. Joel | February 20th, 2009 at 11:16 am

    Getting an error and don’t really know what to do about it. It’s been there for a while and I keep thinking it might go away with plugin updates. But it hasn’t yet.

    Warning: Invalid argument supplied for foreach() in /nfs/c02/h02/mnt/23933/domains/blog.joelmaust.com/html/wp-content/plugins/countdown-timer/afdn_countdownTimer.php on line 111

    Running WP 2.7.0 and Countdown Timer 2.3.5. I’m trying to use it as a widget.

    Reply to this comment
  23. Andrew Ferguson | February 20th, 2009 at 5:28 pm

    @Kevin Ball

    You have the right idea with using color: #202020; font-size: 12px;

    For the title, you’ll want to tuck that CSS in the <strong> tag, like so:

    [code lang="html"]

    [/code]

    To style the countdown, just append color: #202020; font-size: 12px; to the end of the Display Format Options setting.

    On a side note, I’ll be implementing better CSS support in the next release.

    Reply to this comment
  24. And it continues | Hemma hos oss | March 2nd, 2009 at 4:44 pm

    [...] är de plugins vi använder just nu. Akismet, All in One SEO Pack, Avatars, cforms, Countdown Timer, Google Analyticator, Google XML Sitemaps, Gravatar, Maintenance Mode, MiniMeta Widget, NextGEN [...]

    Reply to this comment
  25. mttrnv | March 15th, 2009 at 2:03 pm

    Hello, Andrew! Great plugin, but… My site in russian languauge and your plugin comes with translation in it, but, like i understand, there’s two files needed to properly translation *.po & *.mo. So in the instalation folder only afdn_countdownTimer-ru_RU.po file and there’s no afdn_countdownTimer-ru_RU.mo - result no translation :(((. Any ideas how to fix? Thanx!!!

    Reply to this comment
  26. Robert Buj | March 16th, 2009 at 7:44 am

    Hi,

    Catalan translation is avaliable for download at:

    http://dl.getdropbox.com/u/242984/countdown-timer/afdn_countdownTimer-ca.po
    http://dl.getdropbox.com/u/242984/countdown-timer/afdn_countdownTimer-ca.mo

    Thanks

    Reply to this comment
  27. Den | April 3rd, 2009 at 7:30 am

    Hi!
    I’ ve just translated your plugin to my language (Croatian - Hrvatski) using link from WP Plugins info. Can i get it somehow ASAP or I need to wait your next release ?
    Btw, can you name it afdn_countdownTimer-hr.mo/po
    Thanks.

    Reply to this comment
  28. Raktim | April 22nd, 2009 at 8:30 am

    Hi great plugin. I’m using wordpress 2.7.1 and Countdown timer 2.3.5. It works great in Firefox but the Display Style doesnt seem to work in IE6.
    I have Display style as cursor:pointer; border-bottom:1px black; color: #b11757 and the countdown part shows up as red in ffx but not in IE6.

    Also the “onHover Time Format” isnt working in IE6.

    Also I have Display Format Suffix set as [code language="html"]
    [/code] to add an extra line between multiple countdowns and once again, this isnt working in IE6

    Reply to this comment
    • Andrew Ferguson | April 22nd, 2009 at 10:28 pm

      I don’t have a copy of IE6 available to test on. When I tried in IE7 and IE8, it seemed to be working fine. So I suspect that it’s something funky about how IE6 handles the HTML, which would make sense since IE6 was notorious for how poorly it followed standards.

      In short, it seems to be a IE6 issue. Why don’t you upgrade to IE7?

      Reply to this comment
      • Raktim | April 23rd, 2009 at 6:50 am

        oh trust me, i hate IE6 just as much as any other developer, but the site I’m developing right now will be access by a lot of older people and I have a feeling they still use IE6. I use IE7 and FFX myself and only noticed the problem when accessing this site via my work laptop. It’s no big deal I guess. I’ll see if I can edit the php code to throw in some extra div tags and adding those tags to style.css

        Reply to this comment
  29. Tim | April 29th, 2009 at 9:32 pm

    Help!

    All I want to do is to have 3 independent counters on 3 separate posts. But I need them to be simple minute counters. So one will count down from 10 minutes, 1 from 5, 1 from 3, etc. What is the syntax to do this? Please help. Thanks.

    Tim

    Reply to this comment
  30. Next Up – Plugins | bRight & Early WordPress Test Blog | May 3rd, 2009 at 8:29 am

    [...] Countdown Timer [...]

    Reply to this comment
  31. Brandon | May 29th, 2009 at 3:24 pm

    Cool stuff, thanks for the plugin

    Reply to this comment
  32. Mary | June 7th, 2009 at 4:22 am

    Love the countdown timer, thank you for your work. I need to be able to wrap the line a little differently than it does as is. Can I get the word “in” off the front end of the date/time line?

    Reply to this comment
  33. Jacob V | June 12th, 2009 at 1:06 am

    Greeat plugin!

    Would like though more customizing options via CSS. Like a lot of span in the output. That way you can visually create virtually everything you want - ie. hide “in”, make days, minutes and seconds smaller and the digits bigger.

    Reply to this comment
  34. ganesh panda | June 12th, 2009 at 1:30 pm

    my wordpress version is 2.8 and plugin used is countdown timer 2.3.5 now i am getting the counter running problem is that i want to totally change the look and feel of how it is showing the counter something like days in bigger font and below showing day then hrs in bit smaller case and hr below hour so can u please guide me how do i change the design of the counter output

    Reply to this comment
  35. Jacob V | June 12th, 2009 at 5:29 pm

    The count down works on the plugin page (at the bottom of the page) in back end WordPress, but not on the public page. It suddenly stopped counting down yesterday - and I did only make changes on the plugin page.
    I am using WP v2.7.1 and Countdown Timer v2.3.5.
    Any idea why the timer stopped working?
    The site: http://historicracing.dk/

    Reply to this comment
  36. Martin | June 15th, 2009 at 11:26 am

    Great plugin!
    I’m running the PI with WP 2.8 without any problems.

    Question:
    Is it possible to set a counter fe. for “EVERY monday 8pm”?
    Only the next monday should be active/displayed and if it counts to zero
    the next monday (with 7 days…) should be displayed.

    Have a nice day,
    Martin

    Reply to this comment
  37. subhashree | June 25th, 2009 at 3:51 pm

    i want to change the format of the counter which is displaying.How & where i will do it? Plsase reply me soon.Its very urgent.

    Reply to this comment

Leave a Comment

Gravatar: Get your picture displayed next to your comment: http://gravatar.com

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Plugin Help: If your requesting help about a plugin, please provide as much information as possible. At the very least, include your WordPress Version and the Plugin Version!