Version Description
- Changed install database options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.5.5 |
Comparing to | |
See all releases |
Code changes from version 1.5.3 to 1.5.5
- includes/admin_menu.php +5 -5
- includes/style/jquery-ui-style.css +12 -12
- includes/widget.php +1 -1
- readme.txt +10 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -23,7 +23,7 @@ class wpdevart_countdown_admin_menu{
|
|
23 |
add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
|
24 |
add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
|
25 |
}
|
26 |
-
/*############################### Insert button part ########################################*/
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
@@ -110,7 +110,7 @@ class wpdevart_countdown_admin_menu{
|
|
110 |
</tr>
|
111 |
<tr>
|
112 |
<td>
|
113 |
-
Countdown date picker type <span title="Select the date picker type." class="desription_class">?</span>
|
114 |
|
115 |
</td>
|
116 |
<td>
|
@@ -249,7 +249,7 @@ class wpdevart_countdown_admin_menu{
|
|
249 |
</tr>
|
250 |
<tr class="tr_button">
|
251 |
<td>
|
252 |
-
Countdown timer border radius<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border radius." class="desription_class">?</span>
|
253 |
</td>
|
254 |
<td>
|
255 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_border_radius" id="countdown_border_radius" value="8">(Px)
|
@@ -257,7 +257,7 @@ class wpdevart_countdown_admin_menu{
|
|
257 |
</tr>
|
258 |
<tr class="tr_button tr_vertical_slide">
|
259 |
<td>
|
260 |
-
Countdown timer font size<span class="pro_feature"> (pro)</span> <span title="Type the Countdown font-size." class="desription_class">?</span>
|
261 |
</td>
|
262 |
<td>
|
263 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
|
@@ -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 end of date type
|
317 |
jQuery('.show_hide_experet_type').change(function(){
|
318 |
if(jQuery(this).val()=='date'){
|
319 |
jQuery('.expert_type_date').show();
|
23 |
add_action( 'wp_ajax_wpdevart_countdown_page_save', array($this,'save_in_databese') );
|
24 |
add_action( 'wp_ajax_wpdevart_countdown_send_mail', array($this,'sending_mail') );
|
25 |
}
|
26 |
+
/*############################### Insert button code part ########################################*/
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
110 |
</tr>
|
111 |
<tr>
|
112 |
<td>
|
113 |
+
Countdown date picker type <span title="Select the Countdown date picker type." class="desription_class">?</span>
|
114 |
|
115 |
</td>
|
116 |
<td>
|
249 |
</tr>
|
250 |
<tr class="tr_button">
|
251 |
<td>
|
252 |
+
Countdown timer border radius<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border radius(px)." class="desription_class">?</span>
|
253 |
</td>
|
254 |
<td>
|
255 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_border_radius" id="countdown_border_radius" value="8">(Px)
|
257 |
</tr>
|
258 |
<tr class="tr_button tr_vertical_slide">
|
259 |
<td>
|
260 |
+
Countdown timer font size<span class="pro_feature"> (pro)</span> <span title="Type the Countdown font-size(px)." class="desription_class">?</span>
|
261 |
</td>
|
262 |
<td>
|
263 |
<input onClick="alert(countdown_pro_text)" type="text" name="countdown_font_size" id="countdown_font_size" value="30">(Px)
|
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();
|
includes/style/jquery-ui-style.css
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
clear: both;
|
32 |
}
|
33 |
.ui-helper-clearfix {
|
34 |
-
min-height: 0; /*
|
35 |
}
|
36 |
.ui-helper-zfix {
|
37 |
width: 100%;
|
@@ -40,7 +40,7 @@
|
|
40 |
left: 0;
|
41 |
position: absolute;
|
42 |
opacity: 0;
|
43 |
-
filter:Alpha(Opacity=0); /*
|
44 |
}
|
45 |
|
46 |
.ui-front {
|
@@ -119,7 +119,7 @@
|
|
119 |
cursor: pointer;
|
120 |
vertical-align: middle;
|
121 |
text-align: center;
|
122 |
-
overflow: visible; /*
|
123 |
}
|
124 |
.ui-button,
|
125 |
.ui-button:link,
|
@@ -128,11 +128,11 @@
|
|
128 |
.ui-button:active {
|
129 |
text-decoration: none;
|
130 |
}
|
131 |
-
/*
|
132 |
.ui-button-icon-only {
|
133 |
width: 2.2em;
|
134 |
}
|
135 |
-
/*
|
136 |
button.ui-button-icon-only {
|
137 |
width: 2.4em;
|
138 |
}
|
@@ -143,7 +143,7 @@ button.ui-button-icons-only {
|
|
143 |
width: 3.7em;
|
144 |
}
|
145 |
|
146 |
-
/*
|
147 |
.ui-button .ui-button-text {
|
148 |
display: block;
|
149 |
line-height: normal;
|
@@ -168,12 +168,12 @@ button.ui-button-icons-only {
|
|
168 |
padding-left: 2.1em;
|
169 |
padding-right: 2.1em;
|
170 |
}
|
171 |
-
/*
|
172 |
input.ui-button {
|
173 |
padding: .4em 1em;
|
174 |
}
|
175 |
|
176 |
-
/*
|
177 |
.ui-button-icon-only .ui-icon,
|
178 |
.ui-button-text-icon-primary .ui-icon,
|
179 |
.ui-button-text-icon-secondary .ui-icon,
|
@@ -198,7 +198,7 @@ input.ui-button {
|
|
198 |
right: .5em;
|
199 |
}
|
200 |
|
201 |
-
/*
|
202 |
.ui-buttonset {
|
203 |
margin-right: 7px;
|
204 |
}
|
@@ -207,8 +207,8 @@ input.ui-button {
|
|
207 |
margin-right: -.3em;
|
208 |
}
|
209 |
|
210 |
-
/*
|
211 |
-
/*
|
212 |
input.ui-button::-moz-focus-inner,
|
213 |
button.ui-button::-moz-focus-inner {
|
214 |
border: 0;
|
@@ -311,7 +311,7 @@ button.ui-button::-moz-focus-inner {
|
|
311 |
float: left;
|
312 |
}
|
313 |
|
314 |
-
/*
|
315 |
.ui-datepicker.ui-datepicker-multi {
|
316 |
width: auto;
|
317 |
}
|
31 |
clear: both;
|
32 |
}
|
33 |
.ui-helper-clearfix {
|
34 |
+
min-height: 0; /* Supports: IE7 */
|
35 |
}
|
36 |
.ui-helper-zfix {
|
37 |
width: 100%;
|
40 |
left: 0;
|
41 |
position: absolute;
|
42 |
opacity: 0;
|
43 |
+
filter:Alpha(Opacity=0); /* Supports: IE8 */
|
44 |
}
|
45 |
|
46 |
.ui-front {
|
119 |
cursor: pointer;
|
120 |
vertical-align: middle;
|
121 |
text-align: center;
|
122 |
+
overflow: visible; /* Removes extra width in IE browser */
|
123 |
}
|
124 |
.ui-button,
|
125 |
.ui-button:link,
|
128 |
.ui-button:active {
|
129 |
text-decoration: none;
|
130 |
}
|
131 |
+
/* For making room for the icon, a width needs to be set here */
|
132 |
.ui-button-icon-only {
|
133 |
width: 2.2em;
|
134 |
}
|
135 |
+
/* Button elements seem to need a little more width */
|
136 |
button.ui-button-icon-only {
|
137 |
width: 2.4em;
|
138 |
}
|
143 |
width: 3.7em;
|
144 |
}
|
145 |
|
146 |
+
/* Button text elements */
|
147 |
.ui-button .ui-button-text {
|
148 |
display: block;
|
149 |
line-height: normal;
|
168 |
padding-left: 2.1em;
|
169 |
padding-right: 2.1em;
|
170 |
}
|
171 |
+
/* No icon support for input elements, provide padding by default */
|
172 |
input.ui-button {
|
173 |
padding: .4em 1em;
|
174 |
}
|
175 |
|
176 |
+
/* Button icon elements style */
|
177 |
.ui-button-icon-only .ui-icon,
|
178 |
.ui-button-text-icon-primary .ui-icon,
|
179 |
.ui-button-text-icon-secondary .ui-icon,
|
198 |
right: .5em;
|
199 |
}
|
200 |
|
201 |
+
/* Button sets */
|
202 |
.ui-buttonset {
|
203 |
margin-right: 7px;
|
204 |
}
|
207 |
margin-right: -.3em;
|
208 |
}
|
209 |
|
210 |
+
/* Workarounds */
|
211 |
+
/* Reset extra padding in Firefox browser, see h5bp.com/l */
|
212 |
input.ui-button::-moz-focus-inner,
|
213 |
button.ui-button::-moz-focus-inner {
|
214 |
border: 0;
|
311 |
float: left;
|
312 |
}
|
313 |
|
314 |
+
/* With multiple calendars */
|
315 |
.ui-datepicker.ui-datepicker-multi {
|
316 |
width: auto;
|
317 |
}
|
includes/widget.php
CHANGED
@@ -4,7 +4,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
6 |
function __construct() {
|
7 |
-
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings
|
8 |
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget Controls
|
9 |
parent::__construct( 'wpdevart_countdown', 'Countdown', $widget_ops, $control_ops ); // Create the widget
|
10 |
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
6 |
function __construct() {
|
7 |
+
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings code
|
8 |
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget Controls
|
9 |
parent::__construct( 'wpdevart_countdown', 'Countdown', $widget_ops, $control_ops ); // Create the widget
|
10 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Countdown WordPress plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.6.1
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -347,6 +347,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
347 |
|
348 |
* Fixed issues.
|
349 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
350 |
== Wordpress Countdown step by step guide ==
|
351 |
|
352 |
### WordPress Countdown plugin options
|
1 |
=== Countdown WordPress plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
347 |
|
348 |
* Fixed issues.
|
349 |
|
350 |
+
= 1.5.4 =
|
351 |
+
|
352 |
+
* Changed some otions.
|
353 |
+
|
354 |
+
= 1.5.5 =
|
355 |
+
|
356 |
+
* Changed install database options.
|
357 |
+
|
358 |
== Wordpress Countdown step by step guide ==
|
359 |
|
360 |
### 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 |
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.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|