Version Description
- Bug fixed on version 1.0.1 .
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- includes/style/style.css +3 -96
- readme.txt +17 -13
- wpdevart-countdown.php +1 -1
includes/style/style.css
CHANGED
@@ -72,14 +72,7 @@
|
|
72 |
.aligment{
|
73 |
display:table-cell;
|
74 |
width: 10%;
|
75 |
-
}
|
76 |
-
|
77 |
-
#slider{
|
78 |
-
left: 0px; top: 0px; overflow: hidden; margin: 0px; padding: 0px; height: 680px; width: 1903px; z-index: -999999; position: fixed;
|
79 |
-
}
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
/*Countedown*/
|
84 |
.countdown figure ul{
|
85 |
padding:0px !important;
|
@@ -169,7 +162,7 @@ figure, figcaption {
|
|
169 |
|
170 |
|
171 |
|
172 |
-
/*
|
173 |
|
174 |
|
175 |
|
@@ -235,90 +228,4 @@ figure, figcaption {
|
|
235 |
100% {
|
236 |
background-position: 50px 50px;
|
237 |
}
|
238 |
-
}
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
/* SUBSCRIBE*/
|
243 |
-
.subscribe_input{
|
244 |
-
display:inline-block;
|
245 |
-
box-sizing: border-box;
|
246 |
-
}
|
247 |
-
.subscribe_input > input{
|
248 |
-
padding-left:8px;
|
249 |
-
padding-top: 6px;
|
250 |
-
width:100%;
|
251 |
-
padding-bottom: 3px;
|
252 |
-
border:1px solid;
|
253 |
-
font-size: 16px;
|
254 |
-
background: transparent;
|
255 |
-
font-style: italic;
|
256 |
-
|
257 |
-
}
|
258 |
-
|
259 |
-
|
260 |
-
.subscribe_input.firstname{
|
261 |
-
margin-right:2%;
|
262 |
-
}
|
263 |
-
.subscribe_input.firstname,.subscribe_input.lastname{
|
264 |
-
float:left;
|
265 |
-
margin-bottom:5px;
|
266 |
-
width:49%;
|
267 |
-
}
|
268 |
-
.subscribe_input.email{
|
269 |
-
width:100%;
|
270 |
-
}
|
271 |
-
.subscribe_input > input:focus{
|
272 |
-
outline:none;
|
273 |
-
}
|
274 |
-
#user_loading_and_saving img{
|
275 |
-
height:25px;
|
276 |
-
}
|
277 |
-
|
278 |
-
#user_loading_and_saving{
|
279 |
-
margin-top:6px;
|
280 |
-
font-weight:bold;
|
281 |
-
text-align:center;
|
282 |
-
}
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
.subscribe_input > input{
|
288 |
-
box-sizing: border-box;
|
289 |
-
}
|
290 |
-
.bar {
|
291 |
-
position:relative;
|
292 |
-
display:block;
|
293 |
-
bottom:3px;
|
294 |
-
}
|
295 |
-
.bar:before, .bar:after{
|
296 |
-
content:'';
|
297 |
-
height:3px;
|
298 |
-
width:0;
|
299 |
-
position:absolute;
|
300 |
-
transition:0.2s ease all;
|
301 |
-
-moz-transition:0.2s ease all;
|
302 |
-
-webkit-transition:0.2s ease all;
|
303 |
-
}
|
304 |
-
.bar:before {
|
305 |
-
left:50%;
|
306 |
-
}
|
307 |
-
.bar:after {
|
308 |
-
right:50%;
|
309 |
-
}
|
310 |
-
|
311 |
-
input:focus ~ .bar:before, input:focus ~ .bar:after{
|
312 |
-
width:50%;
|
313 |
-
}
|
314 |
-
.user_mail_options {
|
315 |
-
display:inline-block;
|
316 |
-
width: 100%;
|
317 |
-
}
|
318 |
-
|
319 |
-
/*Link to dashboard*/
|
320 |
-
|
321 |
-
|
322 |
-
#link_style a{
|
323 |
-
text-decoration:none;
|
324 |
-
}
|
72 |
.aligment{
|
73 |
display:table-cell;
|
74 |
width: 10%;
|
75 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
/*Countedown*/
|
77 |
.countdown figure ul{
|
78 |
padding:0px !important;
|
162 |
|
163 |
|
164 |
|
165 |
+
/* PROGRES BARR */
|
166 |
|
167 |
|
168 |
|
228 |
100% {
|
229 |
background-position: 50px 50px;
|
230 |
}
|
231 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Countdown 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,
|
5 |
Requires at least: 3.4.0
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,12 +12,12 @@ WordPress Countdown plugin is an nice tool to create and insert countdown timers
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Our Countdown plugin allow website owners to create nice and functional Countdown timer just in a few minutes. This is the best way to create beautiful Countdown for your users.
|
16 |
You can use our Countdown timer in your posts/pages and widgets. It's very easy to use and there isn't any need of coding knowledge for creating Countdowns.
|
17 |
|
18 |
### View our WordPress Countdown plugin Demo page:
|
19 |
|
20 |
-
[Countdown Demo](http://demo.wpdevart.com/wordpress-countdown-demo)
|
21 |
|
22 |
WordPress Countdown plugin have useful features.
|
23 |
|
@@ -60,7 +60,7 @@ You can upgrade WordPress Countdown plugin to [WordPress Countdown Pro](http://w
|
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
-
We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](
|
64 |
|
65 |
== Installation ==
|
66 |
|
@@ -76,7 +76,7 @@ Installing the **WordPress Countdown plugin**
|
|
76 |
|
77 |
That's all, now you can create and insert Countdown timers into your pages/posts and widgets. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
|
78 |
|
79 |
-
Also, we recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](
|
80 |
|
81 |
== Frequently Asked Questions ==
|
82 |
|
@@ -91,7 +91,7 @@ After you installed the Countdown plugin you can go to your pages/posts and just
|
|
91 |
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.
|
92 |
After that set your Countdown timer options. Now your Countdown widget is ready.
|
93 |
|
94 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](
|
95 |
|
96 |
== Screenshots ==
|
97 |
|
@@ -107,21 +107,25 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
107 |
|
108 |
* Initial version.
|
109 |
|
|
|
|
|
|
|
|
|
110 |
== Wordpress Countdown step by step guide ==
|
111 |
|
112 |
### WordPress Countdown plugin options
|
113 |
|
114 |
-
* Day field text - Type here Day field
|
115 |
-
* Hour field text - Type here Hour field
|
116 |
-
* Minute field text - Type here Minute field
|
117 |
-
* Second field text - Type here Second field
|
118 |
* Countdown expire time - Type the Countdown expire time.
|
119 |
* After Countdown expired - Select the action after Countdown time expired.
|
120 |
* Message after countdown expired - Type the message after countdown expired.
|
121 |
* Countdown timer position - Select the Countdown position.
|
122 |
* Distance from top - Type the Countdown distance from top.
|
123 |
* Distance from bottom - Type the Countdown distance from bottom.
|
124 |
-
* Countdown timer Buttons type - Select the Countdown buttons type.
|
125 |
* Countdown timer text color - Choose the Countdown text color.
|
126 |
* Countdown timer background color - Choose the Countdown background color.
|
127 |
* Countdown timer Size - Type the Countdown size.
|
@@ -140,4 +144,4 @@ After installation activate the plugin, then go to your pages/posts and just cli
|
|
140 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
141 |
After that set your Countdown timer options. That's all.
|
142 |
|
143 |
-
We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](
|
1 |
=== WordPress Countdown 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,
|
5 |
Requires at least: 3.4.0
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Our WordPress Countdown plugin allow website owners to create nice and functional Countdown timer just in a few minutes. This is the best way to create beautiful Countdown for your users.
|
16 |
You can use our Countdown timer in your posts/pages and widgets. It's very easy to use and there isn't any need of coding knowledge for creating Countdowns.
|
17 |
|
18 |
### View our WordPress Countdown plugin Demo page:
|
19 |
|
20 |
+
[Countdown Demo Page](http://demo.wpdevart.com/wordpress-countdown-demo)
|
21 |
|
22 |
WordPress Countdown plugin have useful features.
|
23 |
|
60 |
|
61 |
### If you found any bug in our WordPress Countdown plugin or have a question contact us at support@wpdevart.com.
|
62 |
|
63 |
+
We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress Lightbox](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page) .
|
64 |
|
65 |
== Installation ==
|
66 |
|
76 |
|
77 |
That's all, now you can create and insert Countdown timers into your pages/posts and widgets. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
|
78 |
|
79 |
+
Also, we recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [Lightbox WordPress](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page) .
|
80 |
|
81 |
== Frequently Asked Questions ==
|
82 |
|
91 |
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.
|
92 |
After that set your Countdown timer options. Now your Countdown widget is ready.
|
93 |
|
94 |
+
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [Lightbox WordPress](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page) .
|
95 |
|
96 |
== Screenshots ==
|
97 |
|
107 |
|
108 |
* Initial version.
|
109 |
|
110 |
+
= 1.0.1 =
|
111 |
+
|
112 |
+
* Bug fixed on version 1.0.1 .
|
113 |
+
|
114 |
== Wordpress Countdown step by step guide ==
|
115 |
|
116 |
### WordPress Countdown plugin options
|
117 |
|
118 |
+
* Day field text - Type here text for Day field.
|
119 |
+
* Hour field text - Type here text for Hour field.
|
120 |
+
* Minute field text - Type here text for Minute field.
|
121 |
+
* Second field text - Type here text for Second field.
|
122 |
* Countdown expire time - Type the Countdown expire time.
|
123 |
* After Countdown expired - Select the action after Countdown time expired.
|
124 |
* Message after countdown expired - Type the message after countdown expired.
|
125 |
* Countdown timer position - Select the Countdown position.
|
126 |
* Distance from top - Type the Countdown distance from top.
|
127 |
* Distance from bottom - Type the Countdown distance from bottom.
|
128 |
+
* Countdown timer Buttons type - Select the Countdown timer buttons type.
|
129 |
* Countdown timer text color - Choose the Countdown text color.
|
130 |
* Countdown timer background color - Choose the Countdown background color.
|
131 |
* Countdown timer Size - Type the Countdown size.
|
144 |
After installation activate the plugin, then check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
145 |
After that set your Countdown timer options. That's all.
|
146 |
|
147 |
+
We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [Lightbox WordPress](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page) .
|
wpdevart-countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets
|
6 |
-
Version: 1.0.
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets
|
6 |
+
Version: 1.0.1
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|