Version Description
Download this release
Release Info
Developer | smartcat |
Plugin | WP Construction Mode |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4
- form.php +4 -3
- readme.txt +8 -3
- style/style.css +0 -9
- under-construction.php +3 -3
form.php
CHANGED
@@ -12,7 +12,8 @@
|
|
12 |
padding: 10px;
|
13 |
margin: 10px 8px 15px 5px;
|
14 |
border: 1px solid #e1e1e1;
|
15 |
-
background: #
|
|
|
16 |
overflow: hidden;
|
17 |
}
|
18 |
#wrapper{
|
@@ -65,7 +66,7 @@
|
|
65 |
<div><em>Why go pro?</em> More Icons, More Colors, Animations and more! </div>
|
66 |
</div>
|
67 |
<div class="right">
|
68 |
-
|
69 |
</div>
|
70 |
</div>
|
71 |
|
@@ -92,7 +93,7 @@
|
|
92 |
<table class="widefat">
|
93 |
<thead>
|
94 |
<tr>
|
95 |
-
<th><?php _e("Pro Version") ?> <span class='proversion'
|
96 |
</tr>
|
97 |
<tr>
|
98 |
<td>
|
12 |
padding: 10px;
|
13 |
margin: 10px 8px 15px 5px;
|
14 |
border: 1px solid #e1e1e1;
|
15 |
+
background: #464646;
|
16 |
+
color: #ffffff;
|
17 |
overflow: hidden;
|
18 |
}
|
19 |
#wrapper{
|
66 |
<div><em>Why go pro?</em> More Icons, More Colors, Animations and more! </div>
|
67 |
</div>
|
68 |
<div class="right">
|
69 |
+
<a href="http://smartcatdesign.net/wp-construction-mode-pro-wordpress-plugin/" target="_blank" class="button-primary" style="padding: 40px;line-height: 0;font-size: 20px">GO PRO NOW</a>
|
70 |
</div>
|
71 |
</div>
|
72 |
|
93 |
<table class="widefat">
|
94 |
<thead>
|
95 |
<tr>
|
96 |
+
<th><?php _e("Pro Version") ?> <span class='proversion'></span></th>
|
97 |
</tr>
|
98 |
<tr>
|
99 |
<td>
|
readme.txt
CHANGED
@@ -4,17 +4,22 @@ Donate link: http://smartcatdesign.net
|
|
4 |
Tags: construction,maintenance,page,admin,under construction,under maintenance,coming soon,administrator,custom message,social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.81
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Set entire website or specific page under construction or maintenance for all viewers except Admin
|
11 |
== Description ==
|
12 |
|
13 |
Set entire website or specific page under construction or maintenance. Admin can still view the site, perfect for developing new websites or pages. <br>
|
14 |
-
To view the demo, <a href="http://smartcatdesign.net/wp-construction-mode-demo/" target="_blank" title="WP Construction Mode Demo">click here</a>
|
|
|
|
|
|
|
|
|
|
|
15 |
== Installation ==
|
16 |
|
17 |
-
1. Upload 'wp-construction-
|
18 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
19 |
3. Click on Under Construction in the WordPress Dashboard sidebar
|
20 |
4. You can choose your option and enter your custom message, caption, logo and urls for your social pages
|
4 |
Tags: construction,maintenance,page,admin,under construction,under maintenance,coming soon,administrator,custom message,social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube
|
5 |
Requires at least: 3.2
|
6 |
Tested up to: 3.81
|
7 |
+
Stable tag: 1.3
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Set entire website or specific page under construction or maintenance for all viewers except Admin
|
11 |
== Description ==
|
12 |
|
13 |
Set entire website or specific page under construction or maintenance. Admin can still view the site, perfect for developing new websites or pages. <br>
|
14 |
+
To view the demo, <a href="http://smartcatdesign.net/wp-construction-mode-demo/" target="_blank" title="WP Construction Mode Demo">click here</a><br>
|
15 |
+
Pro version now available, <a href="http://smartcatdesign.net/wp-construction-mode-pro-wordpress-plugin/" target="_blank" title="WP Construction Mode Demo">Go Pro</a><br><br>
|
16 |
+
|
17 |
+
<b>V1.4:</b> bug fixes, pro version added<br>
|
18 |
+
|
19 |
+
|
20 |
== Installation ==
|
21 |
|
22 |
+
1. Upload 'wp-construction-mode' to the '/wp-content/plugins/' directory
|
23 |
2. Activate the plugin through the 'Plugins' menu in WordPress
|
24 |
3. Click on Under Construction in the WordPress Dashboard sidebar
|
25 |
4. You can choose your option and enter your custom message, caption, logo and urls for your social pages
|
style/style.css
CHANGED
@@ -8,15 +8,6 @@
|
|
8 |
.center{
|
9 |
text-align: center;
|
10 |
}
|
11 |
-
.overlay{
|
12 |
-
position: fixed;
|
13 |
-
top: 0;
|
14 |
-
left: 0;
|
15 |
-
width: 100%;
|
16 |
-
height: 100%;
|
17 |
-
background: url('../images/raster.png');
|
18 |
-
|
19 |
-
}
|
20 |
#wuc-wrapper{
|
21 |
width: 100%;
|
22 |
height: 100%;
|
8 |
.center{
|
9 |
text-align: center;
|
10 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
#wuc-wrapper{
|
12 |
width: 100%;
|
13 |
height: 100%;
|
under-construction.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/under-construction-maintenance-mode-free-wordpress-plugin/
|
5 |
Description: Display a customizable Under Construction or Coming Soon page for all users who are not logged in. Perfect for developing on a live server!
|
6 |
-
Version: 1.
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|
@@ -25,7 +25,7 @@ add_action('admin_head', 'admin_action');
|
|
25 |
function admin_action(){
|
26 |
$set_opt = get_option('set_opt');
|
27 |
if($set_opt == 'Yes'){ ?>
|
28 |
-
<div style="background: #333;color: #
|
29 |
<?php }
|
30 |
}
|
31 |
|
@@ -175,7 +175,7 @@ function show_uc() {
|
|
175 |
}
|
176 |
}
|
177 |
}
|
178 |
-
wp_register_style( 'wuc_style', plugins_url() . '/wp-construction-mode/style/style.css', false, '1.
|
179 |
wp_enqueue_style( 'wuc_style' );
|
180 |
add_action('wp_head', 'show_uc');
|
181 |
?>
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/under-construction-maintenance-mode-free-wordpress-plugin/
|
5 |
Description: Display a customizable Under Construction or Coming Soon page for all users who are not logged in. Perfect for developing on a live server!
|
6 |
+
Version: 1.4
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|
25 |
function admin_action(){
|
26 |
$set_opt = get_option('set_opt');
|
27 |
if($set_opt == 'Yes'){ ?>
|
28 |
+
<div style="background: #333;color: #D34046;text-align: center;padding: 5px"><?php _e("Under Construction Mode is ON"); ?></div>
|
29 |
<?php }
|
30 |
}
|
31 |
|
175 |
}
|
176 |
}
|
177 |
}
|
178 |
+
wp_register_style( 'wuc_style', plugins_url() . '/wp-construction-mode/style/style.css', false, '1.4' );
|
179 |
wp_enqueue_style( 'wuc_style' );
|
180 |
add_action('wp_head', 'show_uc');
|
181 |
?>
|