Countdown Timer – Widget Countdown - Version 1.5.8

Version Description

  • Edited comments in code.

=

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Countdown Timer – Widget Countdown
Version 1.5.8
Comparing to
See all releases

Code changes from version 1.5.7 to 1.5.8

includes/admin_menu.php CHANGED
@@ -150,7 +150,7 @@ class wpdevart_countdown_admin_menu{
150
  </tr>
151
  <tr>
152
  <td>
153
- <span style="color:red">After Countdown expire</span> <span title="Select the action you need after Countdown time expire." class="desription_class">?</span>
154
  </td>
155
  <td>
156
  <select id="countdownstart_on" >
@@ -313,7 +313,7 @@ class wpdevart_countdown_admin_menu{
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
- //Show hidden countdown timer end of date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
150
  </tr>
151
  <tr>
152
  <td>
153
+ <span style="color:red">After Countdown expire</span> <span title="Select the action you prefere after Countdown time expire." class="desription_class">?</span>
154
  </td>
155
  <td>
156
  <select id="countdownstart_on" >
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
+ //Show hidden countdown timer in the end of date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
includes/front_end.php CHANGED
@@ -40,14 +40,14 @@ class wpdevart_countdown_front_end{
40
  self::$id_for_content++;
41
  $output_html='';
42
  $curent_value= shortcode_atts( array(
43
- "text_for_day" => "days",
44
- "text_for_hour" => "hours",
45
- "text_for_minut" => "minutes",
46
- "text_for_second" => "seconds",
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
- "end_time" => "0,1,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
40
  self::$id_for_content++;
41
  $output_html='';
42
  $curent_value= shortcode_atts( array(
43
+ "text_for_day" => "Days",
44
+ "text_for_hour" => "Hours",
45
+ "text_for_minut" => "Minutes",
46
+ "text_for_second" => "Seconds",
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
+ "end_time" => "0,2,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-countdown-plugin
4
  Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
- Stable tag: 1.5.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -94,6 +94,10 @@ Our WordPress Countdown plugin is user friendly, but here you can see some frequ
94
 
95
  After you installed the Countdown plugin you can go to your pages/posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
96
 
 
 
 
 
97
  = How can I add Countdown timer into my sidebars =
98
 
99
  After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
@@ -105,7 +109,7 @@ Yes dear user, you can use our date picker from calendar.
105
 
106
  = I select date for countdown but it don't show the correct time that left =
107
 
108
- The plugin use the website server time, that;s why you see other time in front end.
109
 
110
  = I Have trouble with circle countdown =
111
 
@@ -363,6 +367,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
363
 
364
  * Added pro version url.
365
 
 
 
 
 
366
  == Wordpress Countdown step by step guide ==
367
 
368
  ### WordPress Countdown plugin options
4
  Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.5.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
94
 
95
  After you installed the Countdown plugin you can go to your pages/posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
96
 
97
+ = How can I add Countdown timer on my sidebar =
98
+
99
+ After you installed the Countdown plugin you need go to your widgets page, drop and down Countdown widget into your sidebar and configure the Countdown timer.
100
+
101
  = How can I add Countdown timer into my sidebars =
102
 
103
  After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
109
 
110
  = I select date for countdown but it don't show the correct time that left =
111
 
112
+ The plugin use the website server time, that's why you see other time in front end.
113
 
114
  = I Have trouble with circle countdown =
115
 
367
 
368
  * Added pro version url.
369
 
370
+ = 1.5.8 =
371
+
372
+ * Edited comments in code.
373
+
374
  == Wordpress Countdown step by step guide ==
375
 
376
  ### WordPress Countdown plugin options
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.5.7
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.5.8
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html