Version Description
- Update backend CSS
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- assets/css/backend.css +11 -10
- assets/images/temp.jpg +0 -0
- assets/images/temp1.jpg +0 -0
- assets/img/slideshow-01.jpg +0 -0
- backend/content.php +148 -4
- backend/sidebar.php +9 -43
- readme.txt +5 -2
- site-offline.php +1 -1
assets/css/backend.css
CHANGED
@@ -15,7 +15,7 @@ a:hover,a:focus{
|
|
15 |
font-weight: 400;
|
16 |
color: #000;
|
17 |
padding: 10px 22px;
|
18 |
-
background: #
|
19 |
margin-right: 0;
|
20 |
border-radius: 0;
|
21 |
border: none;
|
@@ -291,7 +291,7 @@ a:hover,a:focus{
|
|
291 |
font-size: 16px;
|
292 |
font-weight: bold;
|
293 |
color: #fff;
|
294 |
-
background: #
|
295 |
position: relative;
|
296 |
border-bottom: none;
|
297 |
border-radius: 20px 20px 0 0;
|
@@ -336,9 +336,9 @@ padding-top: 40px;
|
|
336 |
}
|
337 |
.cssahu_sidebar .panel-default > .panel-heading{
|
338 |
color: #fff;
|
339 |
-
background-color: #
|
340 |
border-bottom: 0px;
|
341 |
-
border-color: #
|
342 |
}
|
343 |
.cssahu_sidebar .panel-title{
|
344 |
font-size: 20px;
|
@@ -409,14 +409,14 @@ font-size: 40px;
|
|
409 |
line-height: 1.1;
|
410 |
|
411 |
}
|
412 |
-
.SAHU_SO_h_i .btn-danger{
|
413 |
-
background-color: #
|
414 |
-
border-
|
415 |
-
|
416 |
font-size: 21px;
|
417 |
margin-bottom: 15px;
|
418 |
-
|
419 |
-
|
420 |
.SAHU_SO_h_i .btn-success{
|
421 |
font-size: 21px;
|
422 |
border-radius:1px;
|
@@ -424,6 +424,7 @@ font-size: 40px;
|
|
424 |
color: #fff;
|
425 |
margin-bottom: 15px;
|
426 |
border:0px;
|
|
|
427 |
}
|
428 |
.SAHU_SO_h_i ul{ text-align: left;
|
429 |
padding-left: 0px
|
15 |
font-weight: 400;
|
16 |
color: #000;
|
17 |
padding: 10px 22px;
|
18 |
+
background: #f5754e;
|
19 |
margin-right: 0;
|
20 |
border-radius: 0;
|
21 |
border: none;
|
291 |
font-size: 16px;
|
292 |
font-weight: bold;
|
293 |
color: #fff;
|
294 |
+
background: #f55060;
|
295 |
position: relative;
|
296 |
border-bottom: none;
|
297 |
border-radius: 20px 20px 0 0;
|
336 |
}
|
337 |
.cssahu_sidebar .panel-default > .panel-heading{
|
338 |
color: #fff;
|
339 |
+
background-color: #1f1d1f;
|
340 |
border-bottom: 0px;
|
341 |
+
border-color: #1f1d1f;
|
342 |
}
|
343 |
.cssahu_sidebar .panel-title{
|
344 |
font-size: 20px;
|
409 |
line-height: 1.1;
|
410 |
|
411 |
}
|
412 |
+
.SAHU_SO_h_i .btn-danger {
|
413 |
+
background-color: #e91e63 !important;
|
414 |
+
border-color: #e91e63 !important;
|
415 |
+
border-radius: 1px;
|
416 |
font-size: 21px;
|
417 |
margin-bottom: 15px;
|
418 |
+
display: block;
|
419 |
+
}
|
420 |
.SAHU_SO_h_i .btn-success{
|
421 |
font-size: 21px;
|
422 |
border-radius:1px;
|
424 |
color: #fff;
|
425 |
margin-bottom: 15px;
|
426 |
border:0px;
|
427 |
+
display: block;
|
428 |
}
|
429 |
.SAHU_SO_h_i ul{ text-align: left;
|
430 |
padding-left: 0px
|
assets/images/temp.jpg
CHANGED
Binary file
|
assets/images/temp1.jpg
ADDED
Binary file
|
assets/img/slideshow-01.jpg
ADDED
Binary file
|
backend/content.php
CHANGED
@@ -17,6 +17,153 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
17 |
}
|
18 |
</style>
|
19 |
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
<div style="display:block;width:100%;padding-top: 25px;">
|
21 |
<h2 style="padding-left: 32px;
|
22 |
|
@@ -25,7 +172,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
25 |
font-weight: 400;
|
26 |
display: inline-block;
|
27 |
letter-spacing: 0.02em;
|
28 |
-
margin-right: 10px;">Site Offline </h2><span style="font-size:20px">Version 1.1.
|
29 |
</div>
|
30 |
<div class="col-md-8">
|
31 |
<div class="sahu-wp-panel">
|
@@ -160,9 +307,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
160 |
|
161 |
|
162 |
|
163 |
-
<a href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">
|
164 |
-
<img src="<?php echo SAHU_SO_PLUGIN_URL.'assets/images/temp.jpg'; ?>" style="width:100%;height:auto" />
|
165 |
-
</a>
|
166 |
|
167 |
</div>
|
168 |
<div class="col-md-4 cssahu_sidebar">
|
17 |
}
|
18 |
</style>
|
19 |
<div>
|
20 |
+
<style>
|
21 |
+
.wpsm_ac_h_i{
|
22 |
+
background:url('<?php echo SAHU_SO_PLUGIN_URL.'assets/img/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
|
23 |
+
-webkit-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
24 |
+
-moz-box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
25 |
+
box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
26 |
+
|
27 |
+
margin-left: -20px;
|
28 |
+
font-family: Myriad Pro ;
|
29 |
+
cursor: pointer;
|
30 |
+
text-align: center;
|
31 |
+
}
|
32 |
+
.wpsm_ac_h_i .wpsm_ac_h_b{
|
33 |
+
color: white;
|
34 |
+
font-size: 30px;
|
35 |
+
font-weight: bolder;
|
36 |
+
padding: 0 0 15px 0;
|
37 |
+
}
|
38 |
+
.wpsm_ac_h_i .wpsm_ac_h_b .dashicons{
|
39 |
+
font-size: 40px;
|
40 |
+
position: absolute;
|
41 |
+
margin-left: -45px;
|
42 |
+
margin-top: -10px;
|
43 |
+
}
|
44 |
+
.wpsm_ac_h_small{
|
45 |
+
font-weight: bolder;
|
46 |
+
color: white;
|
47 |
+
font-size: 18px;
|
48 |
+
padding: 0 0 15px 15px;
|
49 |
+
}
|
50 |
+
|
51 |
+
.wpsm_ac_h_i a{
|
52 |
+
text-decoration: none;
|
53 |
+
}
|
54 |
+
@media screen and ( max-width: 600px ) {
|
55 |
+
.wpsm_ac_h_i{ padding-top: 60px; margin-bottom: -50px; }
|
56 |
+
.wpsm_ac_h_i .WlTSmall { display: none; }
|
57 |
+
}
|
58 |
+
.texture-layer {
|
59 |
+
background: rgba(0,0,0,0);
|
60 |
+
padding-top: 0px;
|
61 |
+
padding: 0px 0 23px 0;
|
62 |
+
}
|
63 |
+
.wpsm_ac_h_i ul{
|
64 |
+
padding:0px 20px 0px 50px;
|
65 |
+
}
|
66 |
+
.wpsm_ac_h_i li {
|
67 |
+
text-align:left;
|
68 |
+
color:#fff;
|
69 |
+
font-size: 20px;
|
70 |
+
line-height: 1.3;
|
71 |
+
font-weight: 600;
|
72 |
+
|
73 |
+
}
|
74 |
+
.wpsm_ac_h_i li i{
|
75 |
+
margin-right:10px ;
|
76 |
+
margin-bottom:10px;
|
77 |
+
}
|
78 |
+
|
79 |
+
.wpsm_ac_h_i .btn-danger{
|
80 |
+
font-size: 29px;
|
81 |
+
background-color: #000000;
|
82 |
+
border-radius:1px;
|
83 |
+
margin-right:10px;
|
84 |
+
margin-top: 0px;
|
85 |
+
border-color:#000;
|
86 |
+
|
87 |
+
}
|
88 |
+
.wpsm_ac_h_i .btn-success{
|
89 |
+
font-size: 28px;
|
90 |
+
border-radius:1px;
|
91 |
+
background-color: #ffffff;
|
92 |
+
border-color: #ffffff;
|
93 |
+
color:#000;
|
94 |
+
}
|
95 |
+
.btn-danger {
|
96 |
+
color: #fff;
|
97 |
+
background-color: #000000 !important;
|
98 |
+
border-color: #000000 !important;
|
99 |
+
}
|
100 |
+
|
101 |
+
</style>
|
102 |
+
<div class="wpsm_ac_h_i ">
|
103 |
+
<div class="texture-layer">
|
104 |
+
|
105 |
+
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">Buy Coming Soon Pro Now</a><a class="btn btn-success btn-lg " href="https://wpshopmart.com/coming-soon-pro-demo-page/" target="_blank">View Demo</a></div>
|
106 |
+
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
107 |
+
<h1 style="color:#fff;font-size:30px;text-transform:uppercase;margin-bottom:20px;">Check Pro version Features</h1>
|
108 |
+
</div>
|
109 |
+
<div style="overflow:hidden;display:block;width:100%">
|
110 |
+
<div class="col-md-3">
|
111 |
+
<ul>
|
112 |
+
<li> <i class="fa fa-check"></i>8 Coming Soon Design Templates </li>
|
113 |
+
<li> <i class="fa fa-check"></i>User White list Access </li>
|
114 |
+
<li> <i class="fa fa-check"></i>Landing Pages access </li>
|
115 |
+
<li> <i class="fa fa-check"></i>Ip access </li>
|
116 |
+
<li> <i class="fa fa-check"></i>Contact Form integrated </li>
|
117 |
+
<li> <i class="fa fa-check"></i>Google Map integrated</li>
|
118 |
+
<li><i class="fa fa-check"></i> 17+ Social Profiles Integrated</li>
|
119 |
+
|
120 |
+
</ul>
|
121 |
+
</div>
|
122 |
+
<div class="col-md-3">
|
123 |
+
<ul>
|
124 |
+
|
125 |
+
<li> <i class="fa fa-check"></i>Countdown Auto Launch </li>
|
126 |
+
<li> <i class="fa fa-check"></i>5+ Additional Pages </li>
|
127 |
+
<li> <i class="fa fa-check"></i>10+ Slide show Background images </li>
|
128 |
+
<li> <i class="fa fa-check"></i>Service Section with 10+ services </li>
|
129 |
+
<li> <i class="fa fa-check"></i>About Us Section </li>
|
130 |
+
<li> <i class="fa fa-check"></i>Team Section </li>
|
131 |
+
<li> <i class="fa fa-check"></i>500+ Google Font integrated</li>
|
132 |
+
|
133 |
+
|
134 |
+
</ul>
|
135 |
+
</div>
|
136 |
+
<div class="col-md-3">
|
137 |
+
<ul>
|
138 |
+
|
139 |
+
<li> <i class="fa fa-check"></i>Subscriber List Integrated</li>
|
140 |
+
<li> <i class="fa fa-check"></i>8+ Email Newsletter Services </li>
|
141 |
+
<li> <i class="fa fa-check"></i>Subscriber list view & export</li>
|
142 |
+
<li> <i class="fa fa-check"></i>Drag & drop Social position </li>
|
143 |
+
<li> <i class="fa fa-check"></i>Redirect to another website</li>
|
144 |
+
<li> <i class="fa fa-check"></i>Mailchimp Newsletter Integrated</li>
|
145 |
+
|
146 |
+
<li> <i class="fa fa-check"></i>Madmimi Newsletter Integrated</li>
|
147 |
+
</ul>
|
148 |
+
</div>
|
149 |
+
<div class="col-md-3">
|
150 |
+
<ul>
|
151 |
+
|
152 |
+
<li> <i class="fa fa-check"></i>Icontact Newsletter Integrated</li>
|
153 |
+
<li> <i class="fa fa-check"></i>Constant Contact Integrated</li>
|
154 |
+
<li> <i class="fa fa-check"></i>Campaign Monitor Integrated</li>
|
155 |
+
<li> <i class="fa fa-check"></i>GetResponse Integrated</li>
|
156 |
+
<li> <i class="fa fa-check"></i>Export Subscriber Email List</li>
|
157 |
+
<li> <i class="fa fa-check"></i>All Wordpress Themes Supported</li>
|
158 |
+
<li> <i class="fa fa-check"></i>High Priority Support</li>
|
159 |
+
</ul>
|
160 |
+
</div>
|
161 |
+
|
162 |
+
|
163 |
+
</div>
|
164 |
+
|
165 |
+
</div>
|
166 |
+
</div>
|
167 |
<div style="display:block;width:100%;padding-top: 25px;">
|
168 |
<h2 style="padding-left: 32px;
|
169 |
|
172 |
font-weight: 400;
|
173 |
display: inline-block;
|
174 |
letter-spacing: 0.02em;
|
175 |
+
margin-right: 10px;">Site Offline Or Coming Soon</h2><span style="font-size:20px">Version 1.1.9</span>
|
176 |
</div>
|
177 |
<div class="col-md-8">
|
178 |
<div class="sahu-wp-panel">
|
307 |
|
308 |
|
309 |
|
|
|
|
|
|
|
310 |
|
311 |
</div>
|
312 |
<div class="col-md-4 cssahu_sidebar">
|
backend/sidebar.php
CHANGED
@@ -48,51 +48,17 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
48 |
</h4>
|
49 |
</div>
|
50 |
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
|
51 |
-
<div class="panel-body">
|
52 |
<div class="SAHU_SO_h_i ">
|
53 |
-
<div class="SAHU_SO_h_b"><a class="btn btn-danger btn-lg " href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">
|
54 |
<div style="overflow:hidden;display:block;width:100%">
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
<li> <i class="fa fa-check"></i> Contact form integrated </li>
|
63 |
-
<li> <i class="fa fa-check"></i> landing Page option </li>
|
64 |
-
<li> <i class="fa fa-check"></i> Google Map integrated</li>
|
65 |
-
<li> <i class="fa fa-check"></i> Redirect to another website</li>
|
66 |
-
</ul>
|
67 |
-
</div>
|
68 |
-
<div class="col-md-12">
|
69 |
-
<ul>
|
70 |
-
|
71 |
-
<li> <i class="fa fa-check"></i> Countdown Auto Launch </li>
|
72 |
-
<li> <i class="fa fa-check"></i> 5+ Additional Pages </li>
|
73 |
-
<li> <i class="fa fa-check"></i> Slideshow Background images </li>
|
74 |
-
<li> <i class="fa fa-check"></i> Youtube Video Background </li>
|
75 |
-
<li> <i class="fa fa-check"></i> Service Section </li>
|
76 |
-
<li> <i class="fa fa-check"></i> About Us Section </li>
|
77 |
-
<li> <i class="fa fa-check"></i> Team Section </li>
|
78 |
-
<li> <i class="fa fa-check"></i> 500+ Google Font integrated</li>
|
79 |
-
<li> <i class="fa fa-check"></i> Subscriber List Option</li>
|
80 |
-
</ul>
|
81 |
-
</div>
|
82 |
-
<div class="col-md-12">
|
83 |
-
<ul>
|
84 |
-
|
85 |
-
<li> <i class="fa fa-check"></i> Mailchimp Newsletter Integrated</li>
|
86 |
-
<li> <i class="fa fa-check"></i> Madmimi Newsletter Integrated</li>
|
87 |
-
<li> <i class="fa fa-check"></i> Icontact Newsletter Integrated</li>
|
88 |
-
<li> <i class="fa fa-check"></i> Constant Contact Newsletter Integrated</li>
|
89 |
-
<li> <i class="fa fa-check"></i> Campaign Monitor Newsletter Integrated</li>
|
90 |
-
<li> <i class="fa fa-check"></i> GetResponse Newsletter Integrated</li>
|
91 |
-
<li> <i class="fa fa-check"></i> Full SEO COntrol</li>
|
92 |
-
<li> <i class="fa fa-check"></i> All Wordpess themes supported </li>
|
93 |
-
<li> <i class="fa fa-check"></i> All Browser supported </li>
|
94 |
-
</ul>
|
95 |
-
</div>
|
96 |
|
97 |
</div>
|
98 |
</div>
|
48 |
</h4>
|
49 |
</div>
|
50 |
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
|
51 |
+
<div class="panel-body text-center">
|
52 |
<div class="SAHU_SO_h_i ">
|
53 |
+
<div class="SAHU_SO_h_b"><a class="btn btn-danger btn-lg " href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">Try Pro Version Before Buy</a><a class="btn btn-success btn-lg " href="http://wpshopmart.com/coming-soon-pro-demo-page/" target="_blank">View Demos</a></div>
|
54 |
<div style="overflow:hidden;display:block;width:100%">
|
55 |
+
<h2 class="text-center">Get 8 Premium Design Templates In Coming Soon Pro</h2>
|
56 |
+
|
57 |
+
<a href="http://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">
|
58 |
+
<img src="<?php echo SAHU_SO_PLUGIN_URL.'assets/images/temp.jpg'; ?>" style="width:100%;height:auto" />
|
59 |
+
</a>
|
60 |
+
|
61 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
</div>
|
64 |
</div>
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: chandrashekharsahu
|
|
3 |
Donate link: http://fokatdeal.com/
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.8
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -124,6 +124,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
127 |
= 1.1.8 =
|
128 |
* Compatible with wordpress 4.8
|
129 |
|
3 |
Donate link: http://fokatdeal.com/
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.1.9 =
|
128 |
+
* Update backend CSS
|
129 |
+
|
130 |
= 1.1.8 =
|
131 |
* Compatible with wordpress 4.8
|
132 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.1.
|
5 |
* Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
|
6 |
* Author: Chandra Shekhar Sahu
|
7 |
* Author URI: http://www.fokatdeal.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.1.9
|
5 |
* Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
|
6 |
* Author: Chandra Shekhar Sahu
|
7 |
* Author URI: http://www.fokatdeal.com
|