Version Description
- Bug fixed.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.6.6 |
Comparing to | |
See all releases |
Code changes from version 1.6.5 to 1.6.6
- includes/admin_menu.php +3 -3
- includes/front_end.php +3 -3
- includes/style/jquery-ui-style.css +3 -3
- includes/widget.php +1 -1
- readme.txt +11 -7
- 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 code part ########################################*/
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
@@ -221,7 +221,7 @@ class wpdevart_countdown_admin_menu{
|
|
221 |
</tr>
|
222 |
<tr class="tr_button tr_circle tr_vertical_slide">
|
223 |
<td>
|
224 |
-
Countdown timer background color<span class="pro_feature"> (pro)</span> <span title="
|
225 |
</td>
|
226 |
<td>
|
227 |
<div onClick="alert(countdown_pro_text)">
|
@@ -266,7 +266,7 @@ class wpdevart_countdown_admin_menu{
|
|
266 |
|
267 |
<tr class="tr_button tr_circle tr_vertical_slide">
|
268 |
<td>
|
269 |
-
Countdown timer Font
|
270 |
</td>
|
271 |
<td>
|
272 |
<?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
|
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 |
+
/*############################### Countdown Insert button code part ########################################*/
|
27 |
public function wpdevart_countdown_button($context) {
|
28 |
|
29 |
$img = $this->plugin_url. 'images/post_button.jpg';
|
221 |
</tr>
|
222 |
<tr class="tr_button tr_circle tr_vertical_slide">
|
223 |
<td>
|
224 |
+
Countdown timer background color<span class="pro_feature"> (pro)</span> <span title="Choose the Countdown background color." class="desription_class">?</span>
|
225 |
</td>
|
226 |
<td>
|
227 |
<div onClick="alert(countdown_pro_text)">
|
266 |
|
267 |
<tr class="tr_button tr_circle tr_vertical_slide">
|
268 |
<td>
|
269 |
+
Countdown timer Font Family<span class="pro_feature"> (pro)</span> <span title="Select the Countdown Font family." class="desription_class">?</span>
|
270 |
</td>
|
271 |
<td>
|
272 |
<?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
|
includes/front_end.php
CHANGED
@@ -47,11 +47,11 @@ class wpdevart_countdown_front_end{
|
|
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,
|
51 |
"action_end_time" => "hide",
|
52 |
"content_position" => "center",
|
53 |
-
"top_ditance" => "
|
54 |
-
"bottom_distance" => "
|
55 |
"content" =>$content
|
56 |
), $atts);
|
57 |
|
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,7,7",
|
51 |
"action_end_time" => "hide",
|
52 |
"content_position" => "center",
|
53 |
+
"top_ditance" => "15",
|
54 |
+
"bottom_distance" => "15",
|
55 |
"content" =>$content
|
56 |
), $atts);
|
57 |
|
includes/style/jquery-ui-style.css
CHANGED
@@ -665,7 +665,7 @@ button.ui-button::-moz-focus-inner {
|
|
665 |
background-position: 0 0;
|
666 |
}
|
667 |
|
668 |
-
/*
|
669 |
.ui-slider.ui-state-disabled .ui-slider-handle,
|
670 |
.ui-slider.ui-state-disabled .ui-slider-range {
|
671 |
filter: inherit;
|
@@ -742,13 +742,13 @@ button.ui-button::-moz-focus-inner {
|
|
742 |
overflow: hidden;
|
743 |
right: 0;
|
744 |
}
|
745 |
-
/*
|
746 |
.ui-spinner a.ui-spinner-button {
|
747 |
border-top: none;
|
748 |
border-bottom: none;
|
749 |
border-right: none;
|
750 |
}
|
751 |
-
/*
|
752 |
.ui-spinner .ui-icon {
|
753 |
position: absolute;
|
754 |
margin-top: -8px;
|
665 |
background-position: 0 0;
|
666 |
}
|
667 |
|
668 |
+
/* Supports: IE8 - See #6727 */
|
669 |
.ui-slider.ui-state-disabled .ui-slider-handle,
|
670 |
.ui-slider.ui-state-disabled .ui-slider-range {
|
671 |
filter: inherit;
|
742 |
overflow: hidden;
|
743 |
right: 0;
|
744 |
}
|
745 |
+
/* More specificity required here to override default borders */
|
746 |
.ui-spinner a.ui-spinner-button {
|
747 |
border-top: none;
|
748 |
border-bottom: none;
|
749 |
border-right: none;
|
750 |
}
|
751 |
+
/* Vertically center icon */
|
752 |
.ui-spinner .ui-icon {
|
753 |
position: absolute;
|
754 |
margin-top: -8px;
|
includes/widget.php
CHANGED
@@ -59,7 +59,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
59 |
'text_for_second' => 'Seconds',
|
60 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
61 |
'end_time_type' => 'time',
|
62 |
-
'end_time' => '0,
|
63 |
'end_time_date' => date('d-m-Y 23:59'),
|
64 |
'action_end_time' => 'hide',
|
65 |
'content' => '',
|
59 |
'text_for_second' => 'Seconds',
|
60 |
'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
|
61 |
'end_time_type' => 'time',
|
62 |
+
'end_time' => '0,7,7',
|
63 |
'end_time_date' => date('d-m-Y 23:59'),
|
64 |
'action_end_time' => 'hide',
|
65 |
'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 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, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.0
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -17,7 +17,7 @@ You can use our Countdown timer in your posts/pages and widgets. It's very easy
|
|
17 |
|
18 |
### View our WordPress Countdown plugin Demo page:
|
19 |
|
20 |
-
[Countdown Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
|
21 |
|
22 |
Our WordPress Countdown plugin have a lot of useful features that you will like.
|
23 |
|
@@ -403,6 +403,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
403 |
|
404 |
* Added new comments to the code.
|
405 |
|
|
|
|
|
|
|
|
|
406 |
== Wordpress Countdown step by step guide ==
|
407 |
|
408 |
### WordPress Countdown plugin options
|
@@ -421,17 +425,17 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
421 |
* Countdown timer text color - Choose the Countdown text color.
|
422 |
* Countdown timer background color - Choose the Countdown background color.
|
423 |
* Countdown timer Size - Type the Countdown size.
|
424 |
-
* Countdown timer border width - Type the Countdown border width.
|
425 |
-
* Countdown timer border radius - Type the Countdown border radius.
|
426 |
-
* Countdown timer font-size - Type the Countdown texts font-size.
|
427 |
* Countdown timer Font family - Choose the Countdown Font family.
|
428 |
* Countdown animation type - Choose the Countdown animation type you need.
|
429 |
|
430 |
-
### Adding WordPress Countdown timer
|
431 |
|
432 |
After installation activate the plugin, then go to your pages, posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
433 |
|
434 |
-
### Adding WordPress Countdown timer
|
435 |
|
436 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
437 |
After that set your Countdown timer options. That's all.
|
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, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.7.0
|
7 |
+
Stable tag: 1.6.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
17 |
|
18 |
### View our WordPress Countdown plugin Demo page:
|
19 |
|
20 |
+
* [Circle Countdown Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
|
21 |
|
22 |
Our WordPress Countdown plugin have a lot of useful features that you will like.
|
23 |
|
403 |
|
404 |
* Added new comments to the code.
|
405 |
|
406 |
+
= 1.6.6 =
|
407 |
+
|
408 |
+
* Bug fixed.
|
409 |
+
|
410 |
== Wordpress Countdown step by step guide ==
|
411 |
|
412 |
### WordPress Countdown plugin options
|
425 |
* Countdown timer text color - Choose the Countdown text color.
|
426 |
* Countdown timer background color - Choose the Countdown background color.
|
427 |
* Countdown timer Size - Type the Countdown size.
|
428 |
+
* Countdown timer border width - Type the Countdown border width(px).
|
429 |
+
* Countdown timer border radius - Type the Countdown border radius(px).
|
430 |
+
* Countdown timer font-size - Type the Countdown texts font-size(px).
|
431 |
* Countdown timer Font family - Choose the Countdown Font family.
|
432 |
* Countdown animation type - Choose the Countdown animation type you need.
|
433 |
|
434 |
+
### Adding WordPress Countdown timer into your website pages, posts
|
435 |
|
436 |
After installation activate the plugin, then go to your pages, posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
437 |
|
438 |
+
### Adding WordPress Countdown timer in your website sidebar
|
439 |
|
440 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
441 |
After that set your Countdown timer 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.6.
|
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.6.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|