Countdown Timer – Widget Countdown - Version 1.7.5

Version Description

  • Edited install database(expire time).

=

Download this release

Release Info

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

Code changes from version 1.7.4 to 1.7.5

includes/admin_menu.php CHANGED
@@ -206,7 +206,7 @@ class wpdevart_countdown_admin_menu{
206
  </tr>
207
  <tr>
208
  <td>
209
- Countdown timer buttons type<span class="pro_feature"> (pro)</span> <span title="Select the Countdown buttons type." class="desription_class">?</span>
210
  </td>
211
  <td>
212
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
@@ -219,7 +219,7 @@ class wpdevart_countdown_admin_menu{
219
 
220
  <tr class="tr_button tr_circle tr_vertical_slide">
221
  <td>
222
- Countdown timer text color<span class="pro_feature"> (pro)</span> <span title="Choose the Countdown text color." class="desription_class">?</span>
223
  </td>
224
  <td>
225
  <div onClick="alert(countdown_pro_text)">
@@ -229,7 +229,7 @@ class wpdevart_countdown_admin_menu{
229
  </tr>
230
  <tr class="tr_button tr_circle tr_vertical_slide">
231
  <td>
232
- Countdown timer background color<span class="pro_feature"> (pro)</span> <span title="Choose the Countdown background color." class="desription_class">?</span>
233
  </td>
234
  <td>
235
  <div onClick="alert(countdown_pro_text)">
@@ -239,7 +239,7 @@ class wpdevart_countdown_admin_menu{
239
  </tr>
240
  <tr class="tr_circle">
241
  <td>
242
- Countdown timer Size<span class="pro_feature"> (pro)</span> <span title="Type the Countdown size." class="desription_class">?</span>
243
  </td>
244
  <td>
245
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_circle_size" id="countdown_circle_size" value="130">(Px)
@@ -248,7 +248,7 @@ class wpdevart_countdown_admin_menu{
248
 
249
  <tr class="tr_circle">
250
  <td>
251
- Countdown timer border width<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border width(px)." class="desription_class">?</span>
252
  </td>
253
  <td>
254
  <input onClick="alert(countdown_pro_text)" type="text" size="3" name="countdown_circle_border" value="5" id="countdown_circle_border" style="font-weight:bold; width:35px" >(0-100)%
@@ -257,7 +257,7 @@ class wpdevart_countdown_admin_menu{
257
  </tr>
258
  <tr class="tr_button">
259
  <td>
260
- Countdown timer border radius<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border radius(px)." class="desription_class">?</span>
261
  </td>
262
  <td>
263
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_border_radius" id="countdown_border_radius" value="8">(Px)
@@ -265,7 +265,7 @@ class wpdevart_countdown_admin_menu{
265
  </tr>
266
  <tr class="tr_button tr_vertical_slide">
267
  <td>
268
- Countdown timer font size<span class="pro_feature"> (pro)</span> <span title="Type the Countdown font-size(px)." class="desription_class">?</span>
269
  </td>
270
  <td>
271
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
@@ -274,7 +274,7 @@ class wpdevart_countdown_admin_menu{
274
 
275
  <tr class="tr_button tr_circle tr_vertical_slide">
276
  <td>
277
- Countdown timer Font Family<span class="pro_feature"> (pro)</span> <span title="Select the Countdown Font family." class="desription_class">?</span>
278
  </td>
279
  <td>
280
  <?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
206
  </tr>
207
  <tr>
208
  <td>
209
+ Countdown timer buttons type <span class="pro_feature"> (pro)</span> <span title="Select the Countdown buttons type." class="desription_class">?</span>
210
  </td>
211
  <td>
212
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
219
 
220
  <tr class="tr_button tr_circle tr_vertical_slide">
221
  <td>
222
+ Countdown timer text color <span class="pro_feature"> (pro)</span> <span title="Choose the Countdown text color." class="desription_class">?</span>
223
  </td>
224
  <td>
225
  <div onClick="alert(countdown_pro_text)">
229
  </tr>
230
  <tr class="tr_button tr_circle tr_vertical_slide">
231
  <td>
232
+ Countdown timer background color <span class="pro_feature"> (pro)</span> <span title="Choose the Countdown background color." class="desription_class">?</span>
233
  </td>
234
  <td>
235
  <div onClick="alert(countdown_pro_text)">
239
  </tr>
240
  <tr class="tr_circle">
241
  <td>
242
+ Countdown timer Size <span class="pro_feature"> (pro)</span> <span title="Type the Countdown size." class="desription_class">?</span>
243
  </td>
244
  <td>
245
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_circle_size" id="countdown_circle_size" value="130">(Px)
248
 
249
  <tr class="tr_circle">
250
  <td>
251
+ Countdown timer border width <span class="pro_feature"> (pro)</span> <span title="Type the Countdown border width(px)." class="desription_class">?</span>
252
  </td>
253
  <td>
254
  <input onClick="alert(countdown_pro_text)" type="text" size="3" name="countdown_circle_border" value="5" id="countdown_circle_border" style="font-weight:bold; width:35px" >(0-100)%
257
  </tr>
258
  <tr class="tr_button">
259
  <td>
260
+ Countdown timer border radius <span class="pro_feature"> (pro)</span> <span title="Type the Countdown border radius(px)." class="desription_class">?</span>
261
  </td>
262
  <td>
263
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_border_radius" id="countdown_border_radius" value="8">(Px)
265
  </tr>
266
  <tr class="tr_button tr_vertical_slide">
267
  <td>
268
+ Countdown timer font size <span class="pro_feature"> (pro)</span> <span title="Type the Countdown font-size(px)." class="desription_class">?</span>
269
  </td>
270
  <td>
271
  <input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
274
 
275
  <tr class="tr_button tr_circle tr_vertical_slide">
276
  <td>
277
+ Countdown timer Font Family <span class="pro_feature"> (pro)</span> <span title="Select the Countdown Font family." class="desription_class">?</span>
278
  </td>
279
  <td>
280
  <?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
includes/front_end.php CHANGED
@@ -54,7 +54,7 @@ class wpdevart_countdown_front_end{
54
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
55
  "countdown_end_type" => "time",
56
  "end_date" => date('d-m-Y 23:59'),
57
- "end_time" => "0,8,8",
58
  "action_end_time" => "hide",
59
  "content_position" => "center",
60
  "top_ditance" => "9",
54
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
55
  "countdown_end_type" => "time",
56
  "end_date" => date('d-m-Y 23:59'),
57
+ "end_time" => "0,9,9",
58
  "action_end_time" => "hide",
59
  "content_position" => "center",
60
  "top_ditance" => "9",
includes/library.php CHANGED
@@ -126,7 +126,7 @@ class wpdevart_countdown_setting{
126
 
127
  }
128
 
129
- /*############################### STATIC FUNCTION #######################################*/
130
 
131
  public static function darkest_brigths($color,$pracent){
132
  $new_color=$color;
126
 
127
  }
128
 
129
+ /*############################### STATIC COLOR FUNCTION #######################################*/
130
 
131
  public static function darkest_brigths($color,$pracent){
132
  $new_color=$color;
includes/style/style.css CHANGED
@@ -11,6 +11,7 @@
11
  #descrip{
12
  margin: 5px 0px 5px 0px;
13
  }
 
14
  .soc_icon_coneiner{
15
  display:inline-block;
16
  margin-top:2%;
11
  #descrip{
12
  margin: 5px 0px 5px 0px;
13
  }
14
+ /*Social icons style*/
15
  .soc_icon_coneiner{
16
  display:inline-block;
17
  margin-top:2%;
includes/widget.php CHANGED
@@ -50,7 +50,7 @@ class wpdevart_countdown extends WP_Widget {
50
 
51
  }
52
 
53
- /* Admin page standard options */
54
  function form($instance) {
55
 
56
  $defaults = array(
@@ -61,7 +61,7 @@ class wpdevart_countdown extends WP_Widget {
61
  'text_for_second' => 'Seconds',
62
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
63
  'end_time_type' => 'time',
64
- 'end_time' => '0,8,8',
65
  'end_time_date' => date('d-m-Y 23:59'),
66
  'action_end_time' => 'hide',
67
  'content' => '',
50
 
51
  }
52
 
53
+ /* Function of Admin page standard options */
54
  function form($instance) {
55
 
56
  $defaults = array(
61
  'text_for_second' => 'Seconds',
62
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
63
  'end_time_type' => 'time',
64
+ 'end_time' => '0,9,9',
65
  'end_time_date' => date('d-m-Y 23:59'),
66
  'action_end_time' => 'hide',
67
  'content' => '',
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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.2
7
- Stable tag: 1.7.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -115,9 +115,9 @@ Unfortunately we don't have popup option, but you can use countdown with other p
115
 
116
  Countdown 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.
117
 
118
- = I Have trouble with circle countdown =
119
 
120
- Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from theme or one of your plugins.
121
 
122
  = What files I need to upload for installing the plugin =
123
 
@@ -439,6 +439,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
439
 
440
  * Edit function descriptions.
441
 
 
 
 
 
442
  == Wordpress Countdown step by step guide ==
443
 
444
  ### 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 timer plugin, wordpress countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter, countdown system
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.2
7
+ Stable tag: 1.7.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
115
 
116
  Countdown 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.
117
 
118
+ = I Have troubles with circle countdown =
119
 
120
+ Dear user, contact us at support@wpdevart.com and we will fix it, usually the problem comes from jQuery version or one of your plugins.
121
 
122
  = What files I need to upload for installing the plugin =
123
 
439
 
440
  * Edit function descriptions.
441
 
442
+ = 1.7.5 =
443
+
444
+ * Edited install database(expire time).
445
+
446
  == Wordpress Countdown step by step guide ==
447
 
448
  ### 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.7.4
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.7.5
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html