Plugin info

Total downloads: 1,754
Active installs: 10
Total reviews: 1
Average rating: 3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/6/2015 (3739 days ago)
Added to WordPress: 9/7/2015 (10 years old)
Minimum WordPress version: 4.0
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3739 days ago • 1 reviews

22/100

Is PCF Christmas Countdown abandoned?

Possibly abandoned (last update 3739 days ago).

Compatibility

Requires WordPress: 4.0
Tested up to: 4.3.34
Requires PHP: f

Languages

Similar & Alternatives

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

Scroll Down Arrow
Rating 5.0/5 (2 reviews)Active installs 700
Update from Bottom
Rating 5.0/5 (3 reviews)Active installs 400
PCF Birthday Countdown
Rating 0.0/5 (0 reviews)Active installs 10
PCF Guy Fawkes Night Countdown
Rating 5.0/5 (1 reviews)Active installs 0
Pegleg Ratings
Rating 0.0/5 (0 reviews)Active installs 0
PCF Halloween Countdown
Rating 0.0/5 (0 reviews)Active installs 0

Description

Basic Instructions

This plugin works out-of-the-box, so once the plugin is installed, you can place a shortcode wherever you want.

Use the shortcode [pcf_xmas_countdown] to output the countdown.

The countdown will output in days by default (e.g ‘105 days until Christmas!’).

Changing output type

The shortcode can be given a ‘type’ attribute, like so:

[pcf_xmas_countdown type="days|weeks|sleeps"]

This enables you to change the output type.

There are 3 types to choose from:

  • Days
  • Weeks
  • Sleeps

If you do not specify the type attribute, or specify an invalid type, it will default to ‘days’.

Example:

[pcf_xmas_countdown type="weeks"]

will output as

It's `x` weeks and `y` days until Christmas!

Styling the output

Styling the output is an advanced setting, that involves writing custom CSS.

The shortcode can be given an ‘id’ attribute, which can then be used to style the output using CSS.

For example,

[pcf_xmas_countdown id="my-id"]

would output in HTML as

...

You can then add custom CSS through Appearance > Editor. If your theme supports custom CSS, you may be able to add your styles in Theme Options. If there is a custom css file in Editor, it is advised to use that for custom styles.

Here is an example of some custom styles:

#my-id{
    color: red;
    font-size: 16px;
    text-decoration: underline;
}

This will set the output to be red, underlined, and to have a font size of 16px.

Installation

  1. Upload ‘christmas-countdown.zip’ to WordPress
  2. Activate the plugin once installed.
  3. Place shortcode where you want the countdown to appear!

Frequently Asked Questions

Can I style the outputted text?

Yes! You can add an ID using the id id attribute. See ‘Description’ for more information.

Can I change the output text?

Other than the built in type attributes, no. However, with the premium version of our plugin you can custom this text.

Review feed

nathaningram
9/3/2016

Could be useful, but must you add the perpetual nag?

I can see where some will find this plugin useful, but the fact that it places an upgrade nag at the top of EVERY admin page is unacceptable. This nag cannot be closed and will not go away, even if the link is clicked.

Screenshots

  1. 'Days and Weeks' Countdown

    'Days and Weeks' Countdown

  2. 'Days' Countdown

    'Days' Countdown

  3. 'Weeks' Countdown

    'Weeks' Countdown

  4. 'Sleeps' Countdown

    'Sleeps' Countdown

Changelog

2.2

  • [Fixed] Fixed a bug that caused the admin notice to appear on every page. It now only appears on the plugins page.

2.1

  • [Added] Added widget feature for users who don’t want to use shortcodes. The widget takes 2 inputs: type and id, which work in the same way as the shortcode attributes.
  • [Update] Rewrote some algorithms for more robustness and efficiency

2.0

  • [Updated] Rewrote a large amount of the output code and changed the counter so that it is accurate.
  • [Added] Added a new output for when the event is on the same day as viewing. i.e on the set date the output will be “It’s event!”.

1.4

  • [Updated] Made the plugin show the word ‘day’ instead of ‘days’ when applicable. Same applies to ‘weeks’.

1.3

  • [Updated] Stopped the weeks output displaying ‘0 days’ or ‘0 weeks’

1.2

  • [Updated] Changed some function names to make them more unique and compatible with our other plugins.

1.1

  • [Fixed] Fixed an issue where the plugin would show negative numbers if the date had past.

  • [Updated] Changed the countdown algorithm; is now much easier to work with.

1.0

  • Published Plugin