Plugin info

Total downloads: 9,654
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 5/26/2017 (3140 days ago)
Added to WordPress: 4/20/2011 (14 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3140 days ago

20/100

Is Recurring Timer Widget abandoned?

Possibly abandoned (last update 3140 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Doneren met Mollie
Rating 4.5/5 (23 reviews)Active installs 4,000
Spiffy Calendar
Rating 4.9/5 (38 reviews)Active installs 3,000
Mollie Forms
Rating 4.1/5 (19 reviews)Active installs 3,000
Recurring PayPal Donations
Rating 3.4/5 (10 reviews)Active installs 900
Payment Page | Payment Form for Stripe
Rating 5.0/5 (23 reviews)Active installs 300

Description

Displays a countdown until the event begins. Specify an event duration time and it will display a different message while the event is happening. After the event is over, the countdown will begin again.

Uses string-to-time (strtotime) formats which can be very simple or very complex.

The widget has many CSS classes to style it with, but it’s been left purposely unstyled so you can format it in whatever way you want. The included recurring-timer-widget.css and recurring-timer-widget.css-example files show how you can move the time and labels around for a custom look. You can customize recurring-timer-widget.css by copying it to your active theme’s folder.

Known issues:

  • It requires a browser refresh before the “next next” event. i.e. If you’re viewing the widget and the timer is set for a daily event, the timer will countdown to today’s event, then countdown to tomorrow’s event. But it will not countdown to the day after tomorrow’s event unless the browser is refreshed.
  • Events that occur more than once in a 24-hour period have not been tested and may not work.

Installation

  1. Unzip and upload the plugin to your ‘wp-content/plugins’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add the widget to your site through the ‘Widgets’ menu in WordPress (under ‘Appearance’).
  4. Optionally copy recurring-timer-widget.css-example or recurring-timer-widget.css to recurring-timer-widget.css in your active theme folder to customize the style. You may also style the widget by customizing the stylesheet in your theme.

Frequently Asked Questions

Installation Instructions

  1. Unzip and upload the plugin to your ‘wp-content/plugins’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Add the widget to your site through the ‘Widgets’ menu in WordPress (under ‘Appearance’).
  4. Optionally copy recurring-timer-widget.css-example or recurring-timer-widget.css to recurring-timer-widget.css in your active theme folder to customize the style. You may also style the widget by customizing the stylesheet in your theme.

Where do I find information about the time formats?

Please note this comment on php.net: http://us.php.net/manual/en/datetime.formats.relative.php#98989 In my screenshot example I used “fourth thursday of this month” for the Event Day. This only works in PHP 5.3+. However, removing the ‘of’ and using “fourth thursday this month” works in earlier versions of PHP. Your mileage may vary, so you’ll want to experiment if your timer is displaying negative time and/or counting up.

Review feed

No reviews available

Screenshots

  1. Widget menu in WP-Admin with an example event.

    Widget menu in WP-Admin with an example event.

  2. An un-styled version of the widget (not very pretty).

    An un-styled version of the widget (not very pretty).

  3. The widget using the example CSS file for style.

    The widget using the example CSS file for style.

Changelog

1.7

  • Added more CSS classes for easier targeting/styling.

1.6

  • Renamed files to support translations via [http://translate.wordpress.org]
  • Fixed issue with monthly events showing up as today when they shouldn’t.

1.5

  • Replaced call to time() with current_time( ‘timestamp’ ) to insure correct comparison to local time set in Settings -> General -> Timezone.

1.4

  • Make sure monthly events do not produce ‘negative’ countdowns after this month’s event has occurred.
  • Added default style with option to override in the theme.

1.3

  • Refactored javascript to allow widget to be placed multiple times on a single page.

1.2

  • Fixed misspelled variable affecting next event start.

1.1

  • Changed dates to use GMT – let the user’s browser determine the timezone.
  • Added readme.txt and screenshots.

1.0

  • Initial release.