Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.9.6 |
Comparing to | |
See all releases |
Code changes from version 1.9.5 to 1.9.6
- includes/admin_menu.php +0 -6
- includes/widget.php +11 -1
- readme.txt +68 -107
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -538,12 +538,6 @@ die;
|
|
538 |
'title' => 'Facebook Like Box',
|
539 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
540 |
),
|
541 |
-
'vertical-menu'=>array(
|
542 |
-
'image_url' => $this->plugin_url.'images/featured_plugins/Vertical-menu.png',
|
543 |
-
'site_url' => 'http://wpdevart.com/wordpress-vertical-menu-plugin',
|
544 |
-
'title' => 'WordPress Vertical Menu',
|
545 |
-
'description' => 'WordPress Responsive Vertical Icon Menu plugin is an nice and simple plugin for showing your menu in widget.'
|
546 |
-
),
|
547 |
'poll'=>array(
|
548 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
549 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
538 |
'title' => 'Facebook Like Box',
|
539 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
540 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
'poll'=>array(
|
542 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
543 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
includes/widget.php
CHANGED
@@ -382,4 +382,14 @@ class wpdevart_countdown extends WP_Widget {
|
|
382 |
return $output_html;
|
383 |
}
|
384 |
}
|
385 |
-
add_action('widgets_init', create_function('', 'return register_widget("wpdevart_countdown");'));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
382 |
return $output_html;
|
383 |
}
|
384 |
}
|
385 |
+
add_action('widgets_init', create_function('', 'return register_widget("wpdevart_countdown");'));
|
386 |
+
|
387 |
+
global $pagenow;
|
388 |
+
if( $pagenow == 'widgets.php') {
|
389 |
+
echo '
|
390 |
+
<style>
|
391 |
+
.pro_feature{
|
392 |
+
font-style:italic;
|
393 |
+
}
|
394 |
+
</style>';
|
395 |
+
}
|
readme.txt
CHANGED
@@ -1,123 +1,96 @@
|
|
1 |
-
=== Countdown
|
2 |
Contributors: wpdevart
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
-
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
Countdown timer plugin is an nice tool to create and insert
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
https://www.youtube.com/watch?v=fiTP-j8J1S4
|
16 |
|
17 |
-
Our WordPress Countdown plugin allow website owners to create nice and functional
|
18 |
-
You can use our
|
19 |
|
20 |
### View our plugin Demo page:
|
21 |
|
22 |
-
* [Circle
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
* [Countdown Extended](https://wordpress.org/plugins/countdown-wpdevart-extended)
|
27 |
-
|
28 |
-
Our WordPress Countdown plugin have a lot of useful features that you will like.
|
29 |
|
30 |
### Features of Free version
|
31 |
|
32 |
* **Easy install and use**
|
33 |
* **Works perfectly with all versions of WordPress**
|
34 |
-
* **Fully Responsive
|
35 |
-
* **Ability to create unlimited
|
36 |
-
* **Ability to
|
37 |
-
* **Ability to
|
38 |
-
* **Ability to
|
39 |
-
* **Ability to type
|
40 |
-
* **Ability to
|
41 |
-
* **Ability to type
|
42 |
-
* **Ability to select the action after Countdown time expired**
|
43 |
-
* **Ability to type message after countdown timer expired**
|
44 |
-
* **Ability to choose the Countdown timer position**
|
45 |
-
* **Ability to type the Countdown timer distance from top**
|
46 |
-
* **Ability to type the Countdown timer distance from bottom**
|
47 |
* **Uses CSS3**
|
48 |
-
* **User friendly back-end
|
49 |
* **Tested on popular WordPress themes**
|
50 |
|
51 |
-
You can upgrade
|
52 |
|
53 |
### The features of Pro version
|
54 |
|
55 |
-
* **Ability to use
|
56 |
-
* **Ability to
|
57 |
-
* **Ability to choose the
|
58 |
-
* **Ability to
|
59 |
-
* **Ability to type the
|
60 |
-
* **Ability to type the
|
61 |
-
* **
|
62 |
-
* **Ability to type the Countdown text font-size**
|
63 |
-
* **Ability to select the Countdown Font family**
|
64 |
-
* **39 awesome animation effects for Countdown timer**
|
65 |
* **Premium Support**
|
66 |
|
67 |
### If you found any bug in our plugin or have a question contact us at support@wpdevart.com.
|
68 |
|
69 |
-
|
70 |
-
|
71 |
-
### The Best Offer From WpDevArt
|
72 |
-
|
73 |
-
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
74 |
-
|
75 |
-
Our plugin have a lot of nice features, be sure you checked them all(date countdown, animated countdown, event countdown, jQuery countdown, timer, countdown clock, html5 countdown, flash countdown, time counter, Holiday Countdown, Christmas Countdown, Halloween Countdown).
|
76 |
|
77 |
== Installation ==
|
78 |
|
79 |
-
### First download
|
80 |
-
|
81 |
-
Installing the **WordPress Countdown plugin**
|
82 |
|
83 |
1. Log in to your administration panel.
|
84 |
2. Go to Plugins page, click on Add New, then click "Upload Plugin" .
|
85 |
-
3. Then click "Choose file" then select the
|
86 |
-
4. Install and activate our
|
87 |
-
5. You can add Countdown timer from your pages/posts and widgets.
|
88 |
|
89 |
-
That's all, now you can
|
90 |
-
|
91 |
-
Also, we recommend you to take a look for this useful plugins - [WordPress Counter plugin](https://wordpress.org/plugins/countdown-wpdevart-extended/), [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
|
92 |
-
|
93 |
-
### The Best Offer From WpDevArt
|
94 |
-
|
95 |
-
**You can check our best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
96 |
|
97 |
== Frequently Asked Questions ==
|
98 |
|
99 |
-
Our
|
100 |
|
101 |
-
= How can I insert
|
102 |
|
103 |
-
After you installed the
|
104 |
|
105 |
-
= How can I add
|
106 |
|
107 |
-
After you installed the plugin you need to check your widgets page
|
108 |
-
After that
|
109 |
|
110 |
= Can I select the expire date from calendar =
|
111 |
|
112 |
Yes dear user, you can use our date picker from calendar.
|
113 |
|
114 |
-
= Can I use
|
115 |
|
116 |
-
Unfortunately we don't have popup option, but you can use
|
117 |
|
118 |
= I select date using date picker but it doesn't show the correct time that left =
|
119 |
|
120 |
-
|
121 |
|
122 |
= I Have troubles with circle view =
|
123 |
|
@@ -139,19 +112,13 @@ Contact us at support@wpdevart.com and we will send you the pro version.
|
|
139 |
|
140 |
Yes dear users, you need to pay only one time for pro version, it's lifetime plan.
|
141 |
|
142 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Counter plugin](https://wordpress.org/plugins/countdown-wpdevart-extended/), [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
|
143 |
-
|
144 |
-
### The Best Offer From WpDevArt
|
145 |
-
|
146 |
-
**You can check our best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
147 |
-
|
148 |
== Screenshots ==
|
149 |
|
150 |
-
1.
|
151 |
-
2.
|
152 |
-
3.
|
153 |
-
4.
|
154 |
-
5.
|
155 |
|
156 |
== Changelog ==
|
157 |
|
@@ -197,7 +164,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
197 |
|
198 |
= 1.1.2 =
|
199 |
|
200 |
-
* Made some corrections in
|
201 |
|
202 |
= 1.1.3 =
|
203 |
|
@@ -425,7 +392,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
425 |
|
426 |
= 1.6.9 =
|
427 |
|
428 |
-
* Edit
|
429 |
|
430 |
= 1.7.0 =
|
431 |
|
@@ -437,7 +404,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
437 |
|
438 |
= 1.7.2 =
|
439 |
|
440 |
-
* Edit
|
441 |
|
442 |
= 1.7.3 =
|
443 |
|
@@ -453,7 +420,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
453 |
|
454 |
= 1.7.6 =
|
455 |
|
456 |
-
* Edited
|
457 |
|
458 |
= 1.7.7 =
|
459 |
|
@@ -483,33 +450,27 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
483 |
* Hour field text - Type here text for Hour field.
|
484 |
* Minute field text - Type here text for Minute field.
|
485 |
* Second field text - Type here text for Second field.
|
486 |
-
*
|
487 |
-
* After
|
488 |
-
* Message after
|
489 |
-
*
|
490 |
-
* Distance from top - Type the
|
491 |
-
* Distance from bottom - Type the
|
492 |
-
*
|
493 |
-
*
|
494 |
-
*
|
495 |
-
*
|
496 |
-
*
|
497 |
-
*
|
498 |
-
*
|
499 |
-
*
|
500 |
-
*
|
501 |
|
502 |
### Adding timer into your website pages, posts
|
503 |
|
504 |
-
After installation activate the plugin, then go to your pages, posts and just click on
|
505 |
-
|
506 |
-
### Adding timer in your website sidebar
|
507 |
-
|
508 |
-
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
509 |
-
After that set your Countdown timer options. That's all.
|
510 |
-
|
511 |
-
### The Best Offer From WpDevArt
|
512 |
|
513 |
-
|
514 |
|
515 |
-
|
|
1 |
+
=== Countdown Timer - Widget Countdown ===
|
2 |
Contributors: wpdevart
|
3 |
Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
4 |
+
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
+
Tested up to: 4.9.4
|
7 |
+
Stable tag: 1.9.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Countdown timer plugin is an nice tool to create and insert timers into your posts/pages and widgets.
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
https://www.youtube.com/watch?v=fiTP-j8J1S4
|
16 |
|
17 |
+
Our WordPress Countdown plugin allow website owners to create nice and functional timer just in a few minutes. This is the best way to create beautiful Timers for your users.
|
18 |
+
You can use our plugin in your posts/pages and widgets. It's very easy to use and there isn't any need of coding knowledge.
|
19 |
|
20 |
### View our plugin Demo page:
|
21 |
|
22 |
+
* [Circle Timer Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
|
23 |
|
24 |
+
Our plugin have a lot of useful features that you will like.
|
|
|
|
|
|
|
|
|
25 |
|
26 |
### Features of Free version
|
27 |
|
28 |
* **Easy install and use**
|
29 |
* **Works perfectly with all versions of WordPress**
|
30 |
+
* **Fully Responsive**
|
31 |
+
* **Ability to create unlimited Timers**
|
32 |
+
* **Ability to use on pages/posts and widgets**
|
33 |
+
* **Ability to type your own text in day, hour, minute and second fields**
|
34 |
+
* **Ability to select the action after time expired**
|
35 |
+
* **Ability to type message after time expired**
|
36 |
+
* **Ability to choose the position**
|
37 |
+
* **Ability to type the distance from top/bottom**
|
|
|
|
|
|
|
|
|
|
|
38 |
* **Uses CSS3**
|
39 |
+
* **User friendly back-end**
|
40 |
* **Tested on popular WordPress themes**
|
41 |
|
42 |
+
You can upgrade the free version to [WordPress Countdown Pro](http://wpdevart.com/wordpress-countdown-plugin/) to add some features.
|
43 |
|
44 |
### The features of Pro version
|
45 |
|
46 |
+
* **Ability to use Timer with "Circle" and "Vertical Slider" buttons**
|
47 |
+
* **Ability to choose the text color**
|
48 |
+
* **Ability to choose the background color**
|
49 |
+
* **Ability to type the size**
|
50 |
+
* **Ability to type the border width and radius**
|
51 |
+
* **Ability to type the text font-size and Font family**
|
52 |
+
* **39 awesome animation effects**
|
|
|
|
|
|
|
53 |
* **Premium Support**
|
54 |
|
55 |
### If you found any bug in our plugin or have a question contact us at support@wpdevart.com.
|
56 |
|
57 |
+
Our plugin have a lot of nice features, be sure you checked them all(date timer, time counter, clock, html5, flash, jQuery, animated, Holiday, Christmas and Halloween timers).
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
== Installation ==
|
60 |
|
61 |
+
### First download our plugin ZIP file.
|
|
|
|
|
62 |
|
63 |
1. Log in to your administration panel.
|
64 |
2. Go to Plugins page, click on Add New, then click "Upload Plugin" .
|
65 |
+
3. Then click "Choose file" then select the plugin zip file.
|
66 |
+
4. Install and activate our plugin.
|
|
|
67 |
|
68 |
+
That's all, now you can use it on your website. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
== Frequently Asked Questions ==
|
71 |
|
72 |
+
Our plugin is user friendly, but here you can see some frequently asked questions that can help you.
|
73 |
|
74 |
+
= How can I insert it into my pages/posts =
|
75 |
|
76 |
+
After you installed the plugin you can go to your pages/posts and just click on our plugin shortcode button and add it to your pages/posts.
|
77 |
|
78 |
+
= How can I add it into my sidebars =
|
79 |
|
80 |
+
After you installed the plugin you need to check your widgets page and then drag and drop our plugin widget into your sidebar.
|
81 |
+
After that configure the options.
|
82 |
|
83 |
= Can I select the expire date from calendar =
|
84 |
|
85 |
Yes dear user, you can use our date picker from calendar.
|
86 |
|
87 |
+
= Can I use it in popup =
|
88 |
|
89 |
+
Unfortunately we don't have popup option, but you can use it with other popup plugin.
|
90 |
|
91 |
= I select date using date picker but it doesn't show the correct time that left =
|
92 |
|
93 |
+
The plugin use the website server time, that's why you see other time in front end, you can just insert the time you need if your website server time is not correct for you.
|
94 |
|
95 |
= I Have troubles with circle view =
|
96 |
|
112 |
|
113 |
Yes dear users, you need to pay only one time for pro version, it's lifetime plan.
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
== Screenshots ==
|
116 |
|
117 |
+
1. Front-end
|
118 |
+
2. Front-end
|
119 |
+
3. Back-end
|
120 |
+
4. Back-end
|
121 |
+
5. Back-end
|
122 |
|
123 |
== Changelog ==
|
124 |
|
164 |
|
165 |
= 1.1.2 =
|
166 |
|
167 |
+
* Made some corrections in plugin code.
|
168 |
|
169 |
= 1.1.3 =
|
170 |
|
392 |
|
393 |
= 1.6.9 =
|
394 |
|
395 |
+
* Edit expire time.
|
396 |
|
397 |
= 1.7.0 =
|
398 |
|
404 |
|
405 |
= 1.7.2 =
|
406 |
|
407 |
+
* Edit expire time.
|
408 |
|
409 |
= 1.7.3 =
|
410 |
|
420 |
|
421 |
= 1.7.6 =
|
422 |
|
423 |
+
* Edited standard position styles.
|
424 |
|
425 |
= 1.7.7 =
|
426 |
|
450 |
* Hour field text - Type here text for Hour field.
|
451 |
* Minute field text - Type here text for Minute field.
|
452 |
* Second field text - Type here text for Second field.
|
453 |
+
* Expire time/date - Type the expire time or select it from calendar.
|
454 |
+
* After time expired - Select the action after time expired.
|
455 |
+
* Message after time expired - Type the message after time expired.
|
456 |
+
* Position - Select the position.
|
457 |
+
* Distance from top - Type the distance from top.
|
458 |
+
* Distance from bottom - Type the distance from bottom.
|
459 |
+
* Buttons type - Select the buttons type.
|
460 |
+
* Text color - Choose the text color.
|
461 |
+
* Background color - Choose the background color.
|
462 |
+
* Size - Type the size.
|
463 |
+
* Border width - Type the border width(px).
|
464 |
+
* Border radius - Type the border radius(px).
|
465 |
+
* Font-size - Type the texts font-size(px).
|
466 |
+
* Font family - Choose the Font family.
|
467 |
+
* Animation type - Choose the animation type you need.
|
468 |
|
469 |
### Adding timer into your website pages, posts
|
470 |
|
471 |
+
After installation activate the plugin, then go to your pages, posts and just click on our plugin shortcode button and add it to your pages/posts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
|
473 |
+
### Adding in your website sidebar
|
474 |
|
475 |
+
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop our plugin widget into your sidebar.
|
476 |
+
After that configure the options. That's all.
|
wpdevart-countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.9.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.9.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|