Version Description
- Fix align center.
Download this release
Release Info
Developer | ujimoto |
Plugin | Uji Countdown |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- css/jquery.countdown.css +102 -102
- languages/uji-countdown-en_EN.mo +0 -0
- languages/uji-countdown-en_EN.po +3 -3
- readme.txt +10 -4
- uji-countdown-front.php +1 -1
- uji-countdown.php +2 -2
css/jquery.countdown.css
CHANGED
@@ -1,103 +1,103 @@
|
|
1 |
-
/* Uji Countdown:
|
2 |
-
* Copyright (c) 2012 Ujimoto
|
3 |
-
* Project : http://wpmanage.com/uji-countdown
|
4 |
-
*/
|
5 |
-
.countdown_rtl {
|
6 |
-
direction: rtl;
|
7 |
-
}
|
8 |
-
.countdown_row {
|
9 |
-
clear: both;
|
10 |
-
display: block;
|
11 |
-
text-align: center;
|
12 |
-
overflow: hidden;
|
13 |
-
}
|
14 |
-
.countdown_section {
|
15 |
-
display: block;
|
16 |
-
float: left;
|
17 |
-
margin: 0 10px 0 0;
|
18 |
-
text-align: center;
|
19 |
-
}
|
20 |
-
.countdown_amount {
|
21 |
-
display: inline-block;
|
22 |
-
}
|
23 |
-
.countdown_txt {
|
24 |
-
display: block;
|
25 |
-
text-align: center;
|
26 |
-
}
|
27 |
-
.countdown_descr {
|
28 |
-
display: block;
|
29 |
-
}
|
30 |
-
/*----------ujiCountdown------------*/
|
31 |
-
|
32 |
-
#ujiCountdown{
|
33 |
-
|
34 |
-
|
35 |
-
}
|
36 |
-
.countdown_amount {
|
37 |
-
color: #fff;
|
38 |
-
padding: 5px 10px 5px 10px;
|
39 |
-
margin-right: 2px;
|
40 |
-
|
41 |
-
font: 35px/1.5 'Open Sans Condensed',sans-serif;
|
42 |
-
font-weight: bold;
|
43 |
-
|
44 |
-
box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
|
45 |
-
|
46 |
-
background-image: -webkit-gradient(
|
47 |
-
linear,
|
48 |
-
left bottom,
|
49 |
-
left top,
|
50 |
-
color-stop(0.5, #3A3A3A),
|
51 |
-
color-stop(0.5, #635b63)
|
52 |
-
);
|
53 |
-
-webkit-border-radius: 5px;
|
54 |
-
-ms-border-radius: 5px;
|
55 |
-
-moz-border-radius: 5px;
|
56 |
-
-o-border-radius: 5px;
|
57 |
-
border-radius: 5px;
|
58 |
-
text-shadow: 1px 1px 1px #000;
|
59 |
-
}
|
60 |
-
.countdown_txt {
|
61 |
-
padding: 5px;
|
62 |
-
font-family: 'Open Sans Condensed',sans-serif;
|
63 |
-
display: block;
|
64 |
-
clear: both;
|
65 |
-
float: none;
|
66 |
-
position: relative;
|
67 |
-
z-index: 99;
|
68 |
-
}
|
69 |
-
#uji_sec{
|
70 |
-
overflow: hidden;
|
71 |
-
display: block;
|
72 |
-
float: left;
|
73 |
-
margin: 0 10px 0 0;
|
74 |
-
text-align: center;
|
75 |
-
}
|
76 |
-
#uji_sec .countdown_section{
|
77 |
-
position: relative;
|
78 |
-
overflow: hidden;
|
79 |
-
display: block;
|
80 |
-
}
|
81 |
-
#uji_sec .countdown_amount{
|
82 |
-
float: left;
|
83 |
-
display: inline-block;
|
84 |
-
}
|
85 |
-
.ujic_center{
|
86 |
-
margin: 0 auto;
|
87 |
-
display: block;
|
88 |
-
float: none;
|
89 |
-
clear: both;
|
90 |
-
overflow: hidden;
|
91 |
-
}
|
92 |
-
.ujic_left{
|
93 |
-
display: block;
|
94 |
-
float: left;
|
95 |
-
}
|
96 |
-
.ujic_right{
|
97 |
-
display: block;
|
98 |
-
float: right;
|
99 |
-
overflow: hidden;
|
100 |
-
}
|
101 |
-
.ujic_none{
|
102 |
-
display: block;
|
103 |
}
|
1 |
+
/* Uji Countdown:
|
2 |
+
* Copyright (c) 2012 Ujimoto
|
3 |
+
* Project : http://wpmanage.com/uji-countdown
|
4 |
+
*/
|
5 |
+
.countdown_rtl {
|
6 |
+
direction: rtl;
|
7 |
+
}
|
8 |
+
.countdown_row {
|
9 |
+
clear: both;
|
10 |
+
display: block;
|
11 |
+
text-align: center;
|
12 |
+
overflow: hidden;
|
13 |
+
}
|
14 |
+
.countdown_section {
|
15 |
+
display: block;
|
16 |
+
float: left;
|
17 |
+
margin: 0 10px 0 0;
|
18 |
+
text-align: center;
|
19 |
+
}
|
20 |
+
.countdown_amount {
|
21 |
+
display: inline-block;
|
22 |
+
}
|
23 |
+
.countdown_txt {
|
24 |
+
display: block;
|
25 |
+
text-align: center;
|
26 |
+
}
|
27 |
+
.countdown_descr {
|
28 |
+
display: block;
|
29 |
+
}
|
30 |
+
/*----------ujiCountdown------------*/
|
31 |
+
|
32 |
+
#ujiCountdown{
|
33 |
+
overflow: hidden;
|
34 |
+
display: inline-block;
|
35 |
+
}
|
36 |
+
.countdown_amount {
|
37 |
+
color: #fff;
|
38 |
+
padding: 5px 10px 5px 10px;
|
39 |
+
margin-right: 2px;
|
40 |
+
|
41 |
+
font: 35px/1.5 'Open Sans Condensed',sans-serif;
|
42 |
+
font-weight: bold;
|
43 |
+
|
44 |
+
box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
|
45 |
+
|
46 |
+
background-image: -webkit-gradient(
|
47 |
+
linear,
|
48 |
+
left bottom,
|
49 |
+
left top,
|
50 |
+
color-stop(0.5, #3A3A3A),
|
51 |
+
color-stop(0.5, #635b63)
|
52 |
+
);
|
53 |
+
-webkit-border-radius: 5px;
|
54 |
+
-ms-border-radius: 5px;
|
55 |
+
-moz-border-radius: 5px;
|
56 |
+
-o-border-radius: 5px;
|
57 |
+
border-radius: 5px;
|
58 |
+
text-shadow: 1px 1px 1px #000;
|
59 |
+
}
|
60 |
+
.countdown_txt {
|
61 |
+
padding: 5px;
|
62 |
+
font-family: 'Open Sans Condensed',sans-serif;
|
63 |
+
display: block;
|
64 |
+
clear: both;
|
65 |
+
float: none;
|
66 |
+
position: relative;
|
67 |
+
z-index: 99;
|
68 |
+
}
|
69 |
+
#uji_sec{
|
70 |
+
overflow: hidden;
|
71 |
+
display: block;
|
72 |
+
float: left;
|
73 |
+
margin: 0 10px 0 0;
|
74 |
+
text-align: center;
|
75 |
+
}
|
76 |
+
#uji_sec .countdown_section{
|
77 |
+
position: relative;
|
78 |
+
overflow: hidden;
|
79 |
+
display: block;
|
80 |
+
}
|
81 |
+
#uji_sec .countdown_amount{
|
82 |
+
float: left;
|
83 |
+
display: inline-block;
|
84 |
+
}
|
85 |
+
.ujic_center{
|
86 |
+
margin: 0 auto;
|
87 |
+
display: block;
|
88 |
+
float: none;
|
89 |
+
clear: both;
|
90 |
+
overflow: hidden;
|
91 |
+
}
|
92 |
+
.ujic_left{
|
93 |
+
display: block;
|
94 |
+
float: left;
|
95 |
+
}
|
96 |
+
.ujic_right{
|
97 |
+
display: block;
|
98 |
+
float: right;
|
99 |
+
overflow: hidden;
|
100 |
+
}
|
101 |
+
.ujic_none{
|
102 |
+
display: block;
|
103 |
}
|
languages/uji-countdown-en_EN.mo
CHANGED
Binary file
|
languages/uji-countdown-en_EN.po
CHANGED
@@ -3,8 +3,8 @@ msgstr ""
|
|
3 |
"Project-Id-Version: uji-countdown\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2012-01-20 11:55+0200\n"
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: ujimoto <raul.ujog@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -17,7 +17,7 @@ msgstr ""
|
|
17 |
#: uji-countdown-front.php:105
|
18 |
#: uji-countdown-set.php:18
|
19 |
msgid "Years"
|
20 |
-
msgstr "
|
21 |
|
22 |
#: uji-countdown-front.php:105
|
23 |
msgid "Months"
|
3 |
"Project-Id-Version: uji-countdown\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2012-01-20 11:55+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-02-10 20:08+0200\n"
|
7 |
+
"Last-Translator: Ujimoto <info@wpmanage.com>\n"
|
8 |
"Language-Team: ujimoto <raul.ujog@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
17 |
#: uji-countdown-front.php:105
|
18 |
#: uji-countdown-set.php:18
|
19 |
msgid "Years"
|
20 |
+
msgstr ""
|
21 |
|
22 |
#: uji-countdown-front.php:105
|
23 |
msgid "Months"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpmanage.com/Uji-countdown
|
|
4 |
Tags: countdown, counter, html5 countdown, animated countdown, countdown timer, count down, countdown clock, jQuery countdown, clock, timer
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 1.0
|
8 |
|
9 |
Uji Countdown - HTML5 Customizable Countdown Timer
|
10 |
|
@@ -16,16 +16,19 @@ Features:
|
|
16 |
|
17 |
* HTML5 features
|
18 |
* No flash, only javascript!
|
19 |
-
* Customize of colors for
|
20 |
* Customize boxes color
|
21 |
* Enable animation
|
22 |
* Set the texts for date, time
|
23 |
* Create unlimited styles
|
24 |
-
* Simple using
|
25 |
* Multilanguage support for date
|
26 |
|
27 |
http://www.youtube.com/watch?v=NMDoUU8CQIs
|
28 |
|
|
|
|
|
|
|
29 |
== Installation ==
|
30 |
|
31 |
1. Upload the `uji-countdown` folder to the `/wp-content/plugins/` directory
|
@@ -38,9 +41,12 @@ http://www.youtube.com/watch?v=NMDoUU8CQIs
|
|
38 |
1. Create your new Countdown style.
|
39 |
2. Place your Countdown in Post/Page via Edit: Post or Page.
|
40 |
|
41 |
-
|
42 |
== Changelog ==
|
43 |
|
|
|
|
|
|
|
|
|
44 |
= 1.0 =
|
45 |
|
46 |
* First version. Stable version.
|
4 |
Tags: countdown, counter, html5 countdown, animated countdown, countdown timer, count down, countdown clock, jQuery countdown, clock, timer
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
|
9 |
Uji Countdown - HTML5 Customizable Countdown Timer
|
10 |
|
16 |
|
17 |
* HTML5 features
|
18 |
* No flash, only javascript!
|
19 |
+
* Customize of colors for text and background
|
20 |
* Customize boxes color
|
21 |
* Enable animation
|
22 |
* Set the texts for date, time
|
23 |
* Create unlimited styles
|
24 |
+
* Simple using shortcode
|
25 |
* Multilanguage support for date
|
26 |
|
27 |
http://www.youtube.com/watch?v=NMDoUU8CQIs
|
28 |
|
29 |
+
**Plugin's Official Site**
|
30 |
+
WPmanage [(http://www.wpmanage.com/uji-countdown/)](http://www.wpmanage.com/uji-countdown/)
|
31 |
+
|
32 |
== Installation ==
|
33 |
|
34 |
1. Upload the `uji-countdown` folder to the `/wp-content/plugins/` directory
|
41 |
1. Create your new Countdown style.
|
42 |
2. Place your Countdown in Post/Page via Edit: Post or Page.
|
43 |
|
|
|
44 |
== Changelog ==
|
45 |
|
46 |
+
= 1.0.1 =
|
47 |
+
|
48 |
+
* Fix align center.
|
49 |
+
|
50 |
= 1.0 =
|
51 |
|
52 |
* First version. Stable version.
|
uji-countdown-front.php
CHANGED
@@ -112,7 +112,7 @@ function ujic_code( $atts, $content = null ) {
|
|
112 |
$ujic_txt = !empty($ujic_txt) ? 'true' : 'false';
|
113 |
$ujic_ani = !empty($ujic_ani) ? 'true' : 'false';
|
114 |
|
115 |
-
if($class=='center'){ $center_script = 'jQuery("#ujiCountdown").css({"width": (jQuery("#ujiCountdown").width()
|
116 |
$script =' <script type="text/javascript">
|
117 |
<!--
|
118 |
jQuery(document).ready(function($){
|
112 |
$ujic_txt = !empty($ujic_txt) ? 'true' : 'false';
|
113 |
$ujic_ani = !empty($ujic_ani) ? 'true' : 'false';
|
114 |
|
115 |
+
if($class=='center'){ $center_script = 'jQuery("#ujiCountdown").css({"width": (jQuery("#ujiCountdown").width())+"px", "padding-left": "10px", "display": "block"});';} else{$center_script = '';}
|
116 |
$script =' <script type="text/javascript">
|
117 |
<!--
|
118 |
jQuery(document).ready(function($){
|
uji-countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Uji Countdown
|
4 |
Plugin URI: http://www.wpmanage.com/uji-countdown/
|
5 |
Description: HTML5 Countdown.
|
6 |
-
Version: 1.0
|
7 |
Author: Ujog Raul
|
8 |
Author URI: http://www.wpmanage.com
|
9 |
|
@@ -29,7 +29,7 @@ if (!defined('UJI_VERSION_KEY'))
|
|
29 |
define('UJI_VERSION_KEY', 'UJI_version');
|
30 |
|
31 |
if (!defined('UJI_VERSION_NUM'))
|
32 |
-
define('UJI_VERSION_NUM', '1.0');
|
33 |
|
34 |
///////////////////////////////////DB///////////////////////////////////////
|
35 |
|
3 |
Plugin Name: Uji Countdown
|
4 |
Plugin URI: http://www.wpmanage.com/uji-countdown/
|
5 |
Description: HTML5 Countdown.
|
6 |
+
Version: 1.0.1
|
7 |
Author: Ujog Raul
|
8 |
Author URI: http://www.wpmanage.com
|
9 |
|
29 |
define('UJI_VERSION_KEY', 'UJI_version');
|
30 |
|
31 |
if (!defined('UJI_VERSION_NUM'))
|
32 |
+
define('UJI_VERSION_NUM', '1.0.1');
|
33 |
|
34 |
///////////////////////////////////DB///////////////////////////////////////
|
35 |
|