Version Description
- WordPress issue resolved
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.5.4 |
Comparing to | |
See all releases |
Code changes from version 1.5.3 to 1.5.4
- assets/css/bootstrap.css +4 -5
- assets/js/bootstrap.min.js +1 -1
- backend/contact.php +8 -8
- backend/content.php +8 -8
- backend/countdown-setting.php +7 -7
- backend/dashboard.php +13 -13
- backend/design.php +15 -15
- backend/seo.php +9 -9
- backend/sidebar.php +5 -5
- backend/social.php +10 -10
- output/index.php +2 -3
- readme.txt +4 -1
- site-offline.php +3 -3
assets/css/bootstrap.css
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
/*!
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
|
8 |
* {
|
9 |
-webkit-box-sizing: border-box;
|
|
|
1 |
/*!
|
2 |
+
* Bootstrap v5.2.0 (https://getbootstrap.com)
|
3 |
+
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
+
*/
|
6 |
|
7 |
* {
|
8 |
-webkit-box-sizing: border-box;
|
assets/js/bootstrap.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
/*!
|
2 |
-
* Bootstrap
|
3 |
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
*/
|
1 |
/*!
|
2 |
+
* Bootstrap v5.2.0 (https://getbootstrap.com/)
|
3 |
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
5 |
*/
|
backend/contact.php
CHANGED
@@ -4,26 +4,26 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
-
<th><?php _e('Address','
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
|
12 |
|
13 |
-
<input type="text" class="pro_text" id="sahu_so_address" name="sahu_so_address" placeholder="<?php _e('Enter your Address','
|
14 |
|
15 |
|
16 |
</td>
|
17 |
|
18 |
</tr>
|
19 |
<tr>
|
20 |
-
<th><?php _e('Contact No.','
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
24 |
|
25 |
|
26 |
-
<input type="text" class="pro_text" id="sahu_so_no" name="sahu_so_no" placeholder="<?php _e('Enter your contact No.','
|
27 |
|
28 |
|
29 |
</td>
|
@@ -31,13 +31,13 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
31 |
</tr>
|
32 |
|
33 |
<tr>
|
34 |
-
<th><?php _e('Email Address','
|
35 |
</tr>
|
36 |
<tr class="radio-span" >
|
37 |
<td>
|
38 |
|
39 |
|
40 |
-
<input type="text" class="pro_text" id="sahu_so_email" name="sahu_so_email" placeholder="<?php _e('Enter your contact email','
|
41 |
|
42 |
|
43 |
</td>
|
@@ -45,8 +45,8 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
45 |
</tr>
|
46 |
<tr class="radio-span" >
|
47 |
<td>
|
48 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_contact()"><?php _e('Save Settings','
|
49 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_contact()" ><?php _e('Reset Default Setting','
|
50 |
</td>
|
51 |
|
52 |
</tr>
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
+
<th><?php _e('Address','site-offline'); ?></th>
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
|
12 |
|
13 |
+
<input type="text" class="pro_text" id="sahu_so_address" name="sahu_so_address" placeholder="<?php _e('Enter your Address','site-offline'); ?>" size="56" value="<?php echo esc_attr($sahu_so_contact['sahu_so_address']); ?>" />
|
14 |
|
15 |
|
16 |
</td>
|
17 |
|
18 |
</tr>
|
19 |
<tr>
|
20 |
+
<th><?php _e('Contact No.','site-offline'); ?></th>
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
24 |
|
25 |
|
26 |
+
<input type="text" class="pro_text" id="sahu_so_no" name="sahu_so_no" placeholder="<?php _e('Enter your contact No.','site-offline'); ?>" size="56" value="<?php echo esc_attr($sahu_so_contact['sahu_so_no']); ?>" />
|
27 |
|
28 |
|
29 |
</td>
|
31 |
</tr>
|
32 |
|
33 |
<tr>
|
34 |
+
<th><?php _e('Email Address','site-offline'); ?></th>
|
35 |
</tr>
|
36 |
<tr class="radio-span" >
|
37 |
<td>
|
38 |
|
39 |
|
40 |
+
<input type="text" class="pro_text" id="sahu_so_email" name="sahu_so_email" placeholder="<?php _e('Enter your contact email','site-offline'); ?>" size="56" value="<?php echo esc_attr($sahu_so_contact['sahu_so_email']); ?>" />
|
41 |
|
42 |
|
43 |
</td>
|
45 |
</tr>
|
46 |
<tr class="radio-span" >
|
47 |
<td>
|
48 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_contact()"><?php _e('Save Settings','site-offline'); ?></button>
|
49 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_contact()" ><?php _e('Reset Default Setting','site-offline'); ?></button>
|
50 |
</td>
|
51 |
|
52 |
</tr>
|
backend/content.php
CHANGED
@@ -99,7 +99,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
99 |
<div class="panel-heading" role="tab" id="headingOne">
|
100 |
<h4 class="panel-title">
|
101 |
<a role="button" data-toggle="collapse" data-target="#collapseOne" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
102 |
-
<?php _e('Dashboard','
|
103 |
</a>
|
104 |
</h4>
|
105 |
</div>
|
@@ -114,7 +114,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
114 |
<div class="panel-heading" role="tab" id="headingOne">
|
115 |
<h4 class="panel-title">
|
116 |
<a role="button" data-toggle="collapse" data-target="#collapsetwo" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
117 |
-
<?php _e('SEO','
|
118 |
</a>
|
119 |
</h4>
|
120 |
</div>
|
@@ -129,7 +129,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
129 |
<div class="panel-heading" role="tab" id="headingOne">
|
130 |
<h4 class="panel-title">
|
131 |
<a role="button" data-toggle="collapse" data-target="#collapsethree" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
132 |
-
<?php _e('Design','
|
133 |
</a>
|
134 |
</h4>
|
135 |
</div>
|
@@ -144,7 +144,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
144 |
<div class="panel-heading" role="tab" id="headingOne">
|
145 |
<h4 class="panel-title">
|
146 |
<a role="button" data-toggle="collapse" data-target="#collapsefour" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
147 |
-
<?php _e('Countdown','
|
148 |
</a>
|
149 |
</h4>
|
150 |
</div>
|
@@ -159,7 +159,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
159 |
<div class="panel-heading" role="tab" id="headingOne">
|
160 |
<h4 class="panel-title">
|
161 |
<a role="button" data-toggle="collapse" data-target="#collapsefive" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
162 |
-
<?php _e('Social','
|
163 |
</a>
|
164 |
</h4>
|
165 |
</div>
|
@@ -174,7 +174,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
174 |
<div class="panel-heading" role="tab" id="headingOne">
|
175 |
<h4 class="panel-title">
|
176 |
<a role="button" data-toggle="collapse" data-target="#collapsesix" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
177 |
-
<?php _e('Contact Info','
|
178 |
</a>
|
179 |
</h4>
|
180 |
</div>
|
@@ -188,7 +188,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
188 |
<div class="panel-heading" role="tab" id="headingOne">
|
189 |
<h4 class="panel-title">
|
190 |
<a role="button" data-toggle="collapse" data-target="#collapse7" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
191 |
-
<?php _e('Pro version Screenshot','
|
192 |
</a>
|
193 |
</h4>
|
194 |
</div>
|
@@ -215,7 +215,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
215 |
</svg>
|
216 |
</div>
|
217 |
<div class="dialog-inner">
|
218 |
-
<h2><strong></strong><?php _e('Setting Saved Successfully','
|
219 |
</div>
|
220 |
</div>
|
221 |
</div>
|
99 |
<div class="panel-heading" role="tab" id="headingOne">
|
100 |
<h4 class="panel-title">
|
101 |
<a role="button" data-toggle="collapse" data-target="#collapseOne" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
102 |
+
<?php _e('Dashboard','site-offline'); ?>
|
103 |
</a>
|
104 |
</h4>
|
105 |
</div>
|
114 |
<div class="panel-heading" role="tab" id="headingOne">
|
115 |
<h4 class="panel-title">
|
116 |
<a role="button" data-toggle="collapse" data-target="#collapsetwo" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
117 |
+
<?php _e('SEO','site-offline'); ?>
|
118 |
</a>
|
119 |
</h4>
|
120 |
</div>
|
129 |
<div class="panel-heading" role="tab" id="headingOne">
|
130 |
<h4 class="panel-title">
|
131 |
<a role="button" data-toggle="collapse" data-target="#collapsethree" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
132 |
+
<?php _e('Design','site-offline'); ?>
|
133 |
</a>
|
134 |
</h4>
|
135 |
</div>
|
144 |
<div class="panel-heading" role="tab" id="headingOne">
|
145 |
<h4 class="panel-title">
|
146 |
<a role="button" data-toggle="collapse" data-target="#collapsefour" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
147 |
+
<?php _e('Countdown','site-offline'); ?>
|
148 |
</a>
|
149 |
</h4>
|
150 |
</div>
|
159 |
<div class="panel-heading" role="tab" id="headingOne">
|
160 |
<h4 class="panel-title">
|
161 |
<a role="button" data-toggle="collapse" data-target="#collapsefive" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
162 |
+
<?php _e('Social','site-offline'); ?>
|
163 |
</a>
|
164 |
</h4>
|
165 |
</div>
|
174 |
<div class="panel-heading" role="tab" id="headingOne">
|
175 |
<h4 class="panel-title">
|
176 |
<a role="button" data-toggle="collapse" data-target="#collapsesix" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
177 |
+
<?php _e('Contact Info','site-offline'); ?>
|
178 |
</a>
|
179 |
</h4>
|
180 |
</div>
|
188 |
<div class="panel-heading" role="tab" id="headingOne">
|
189 |
<h4 class="panel-title">
|
190 |
<a role="button" data-toggle="collapse" data-target="#collapse7" href="JavaScript:void(0);" aria-expanded="true" aria-controls="collapseOne" class="collapsed">
|
191 |
+
<?php _e('Pro version Screenshot','site-offline'); ?>
|
192 |
</a>
|
193 |
</h4>
|
194 |
</div>
|
215 |
</svg>
|
216 |
</div>
|
217 |
<div class="dialog-inner">
|
218 |
+
<h2><strong></strong><?php _e('Setting Saved Successfully','site-offline'); ?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button" ><?php _e('Close','site-offline');?></button></div>
|
219 |
</div>
|
220 |
</div>
|
221 |
</div>
|
backend/countdown-setting.php
CHANGED
@@ -13,34 +13,34 @@ jQuery(document).ready(function() {
|
|
13 |
<table class="form-table">
|
14 |
|
15 |
<tr>
|
16 |
-
<th><?php _e('Enable Countdown','
|
17 |
</tr>
|
18 |
<tr class="radio-span" style="border-bottom:none;">
|
19 |
<tr class="radio-span" >
|
20 |
<td>
|
21 |
<span style="margin-bottom:10px;display: block;">
|
22 |
-
<input type="radio" name="cnt_enable" value="yes" id="cnt_enable" <?php if($sahu_so_countdown['cnt_enable'] == "yes") { echo "checked"; } ?> /> <?php _e('Yes','
|
23 |
</span>
|
24 |
<span>
|
25 |
-
<input type="radio" name="cnt_enable" value="no" id="cnt_enable" <?php if($sahu_so_countdown['cnt_enable'] == "no") { echo "checked"; } ?> /> <?php _e('No','
|
26 |
</span>
|
27 |
</td>
|
28 |
</tr>
|
29 |
</tr>
|
30 |
|
31 |
<tr>
|
32 |
-
<th><?php _e('End Date','
|
33 |
</tr>
|
34 |
<tr class="radio-span" >
|
35 |
<td>
|
36 |
-
<input type="text" class="pro_text" id="countdown_date" name="countdown_date" readonly placeholder="<?php _e('Select Your Countdown Start date','
|
37 |
</td>
|
38 |
</tr>
|
39 |
|
40 |
<tr class="radio-span" >
|
41 |
<td>
|
42 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_countdown()"><?php _e('Save Settings','
|
43 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_countdown()"><?php _e('Reset Default Settings','
|
44 |
</td>
|
45 |
|
46 |
</tr>
|
13 |
<table class="form-table">
|
14 |
|
15 |
<tr>
|
16 |
+
<th><?php _e('Enable Countdown','site-offline'); ?></th>
|
17 |
</tr>
|
18 |
<tr class="radio-span" style="border-bottom:none;">
|
19 |
<tr class="radio-span" >
|
20 |
<td>
|
21 |
<span style="margin-bottom:10px;display: block;">
|
22 |
+
<input type="radio" name="cnt_enable" value="yes" id="cnt_enable" <?php if($sahu_so_countdown['cnt_enable'] == "yes") { echo "checked"; } ?> /> <?php _e('Yes','site-offline'); ?><br>
|
23 |
</span>
|
24 |
<span>
|
25 |
+
<input type="radio" name="cnt_enable" value="no" id="cnt_enable" <?php if($sahu_so_countdown['cnt_enable'] == "no") { echo "checked"; } ?> /> <?php _e('No','site-offline'); ?><br>
|
26 |
</span>
|
27 |
</td>
|
28 |
</tr>
|
29 |
</tr>
|
30 |
|
31 |
<tr>
|
32 |
+
<th><?php _e('End Date','site-offline'); ?></th>
|
33 |
</tr>
|
34 |
<tr class="radio-span" >
|
35 |
<td>
|
36 |
+
<input type="text" class="pro_text" id="countdown_date" name="countdown_date" readonly placeholder="<?php _e('Select Your Countdown Start date','site-offline'); ?>" size="56" value="<?php echo esc_attr($sahu_so_countdown['countdown_date']); ?>" />
|
37 |
</td>
|
38 |
</tr>
|
39 |
|
40 |
<tr class="radio-span" >
|
41 |
<td>
|
42 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_countdown()"><?php _e('Save Settings','site-offline'); ?></button>
|
43 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_countdown()"><?php _e('Reset Default Settings','site-offline'); ?></button>
|
44 |
</td>
|
45 |
|
46 |
</tr>
|
backend/dashboard.php
CHANGED
@@ -4,20 +4,20 @@ $sahu_so_dashboard = unserialize(get_option('sahu_so_dashboard'));
|
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
-
<th><?php _e('Enable Site Offline Mode','
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
<span style="margin-bottom:10px;display: block;">
|
12 |
-
<input type="radio" name="sahu_so_status" value="0" id="sahu_so_status" <?php if($sahu_so_dashboard['sahu_so_status'] == "0") { echo "checked"; } ?> /> <?php _e('Disabled','
|
13 |
</span>
|
14 |
<span>
|
15 |
-
<input type="radio" name="sahu_so_status" value="1" id="sahu_so_status" <?php if($sahu_so_dashboard['sahu_so_status'] == "1") { echo "checked"; } ?> /> <?php _e('Enable Site Offline Mode','
|
16 |
</span>
|
17 |
</td>
|
18 |
</tr>
|
19 |
<tr>
|
20 |
-
<th><?php _e('Site Offline Logo','
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
@@ -29,35 +29,35 @@ $sahu_so_dashboard = unserialize(get_option('sahu_so_dashboard'));
|
|
29 |
</tr>
|
30 |
|
31 |
<tr>
|
32 |
-
<th><?php _e('Display Logo','
|
33 |
</tr>
|
34 |
<tr class="radio-span" >
|
35 |
<td>
|
36 |
<span style="margin-bottom:10px;display: block;">
|
37 |
-
<input type="radio" name="display_logo" value="0" id="display_logo" <?php if($sahu_so_dashboard['display_logo'] == "0") { echo "checked"; } ?> /> <?php _e('Yes','
|
38 |
</span>
|
39 |
<span>
|
40 |
-
<input type="radio" name="display_logo" value="1" id="display_logo" <?php if($sahu_so_dashboard['display_logo'] == "1") { echo "checked"; } ?> /> <?php _e('No','
|
41 |
</span>
|
42 |
</td>
|
43 |
</tr>
|
44 |
<tr>
|
45 |
-
<th><?php _e('Site Offline Headline','
|
46 |
</tr>
|
47 |
<tr class="radio-span" >
|
48 |
<td>
|
49 |
-
<input type="text" class="pro_text" id="so_headline" name="so_headline" placeholder="<?php _e('Enter Site Offline Title/Headline Here..','
|
50 |
|
51 |
</td>
|
52 |
|
53 |
</tr>
|
54 |
|
55 |
<tr>
|
56 |
-
<th><?php _e('Site Offline Description','
|
57 |
</tr>
|
58 |
<tr class="radio-span" >
|
59 |
<td>
|
60 |
-
<textarea rows="6" class="pro_text" id="so_description" name="so_description" placeholder="<?php _e('Enter Your Coming Soon Description Here...','
|
61 |
|
62 |
</td>
|
63 |
|
@@ -66,8 +66,8 @@ $sahu_so_dashboard = unserialize(get_option('sahu_so_dashboard'));
|
|
66 |
<tr class="radio-span" >
|
67 |
<td>
|
68 |
|
69 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_dashboard()"><?php _e('Save Settings','
|
70 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_dashboard()"><?php _e('Reset Default Settings','
|
71 |
</td>
|
72 |
|
73 |
</tr>
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
+
<th><?php _e('Enable Site Offline Mode','site-offline'); ?></th>
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
<span style="margin-bottom:10px;display: block;">
|
12 |
+
<input type="radio" name="sahu_so_status" value="0" id="sahu_so_status" <?php if($sahu_so_dashboard['sahu_so_status'] == "0") { echo "checked"; } ?> /> <?php _e('Disabled','site-offline'); ?><br>
|
13 |
</span>
|
14 |
<span>
|
15 |
+
<input type="radio" name="sahu_so_status" value="1" id="sahu_so_status" <?php if($sahu_so_dashboard['sahu_so_status'] == "1") { echo "checked"; } ?> /> <?php _e('Enable Site Offline Mode','site-offline'); ?><br>
|
16 |
</span>
|
17 |
</td>
|
18 |
</tr>
|
19 |
<tr>
|
20 |
+
<th><?php _e('Site Offline Logo','site-offline'); ?></th>
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
29 |
</tr>
|
30 |
|
31 |
<tr>
|
32 |
+
<th><?php _e('Display Logo','site-offline'); ?></th>
|
33 |
</tr>
|
34 |
<tr class="radio-span" >
|
35 |
<td>
|
36 |
<span style="margin-bottom:10px;display: block;">
|
37 |
+
<input type="radio" name="display_logo" value="0" id="display_logo" <?php if($sahu_so_dashboard['display_logo'] == "0") { echo "checked"; } ?> /> <?php _e('Yes','site-offline'); ?><br>
|
38 |
</span>
|
39 |
<span>
|
40 |
+
<input type="radio" name="display_logo" value="1" id="display_logo" <?php if($sahu_so_dashboard['display_logo'] == "1") { echo "checked"; } ?> /> <?php _e('No','site-offline'); ?><br>
|
41 |
</span>
|
42 |
</td>
|
43 |
</tr>
|
44 |
<tr>
|
45 |
+
<th><?php _e('Site Offline Headline','site-offline'); ?></th>
|
46 |
</tr>
|
47 |
<tr class="radio-span" >
|
48 |
<td>
|
49 |
+
<input type="text" class="pro_text" id="so_headline" name="so_headline" placeholder="<?php _e('Enter Site Offline Title/Headline Here..','site-offline'); ?>" size="56" value="<?php echo esc_textarea(stripslashes($sahu_so_dashboard['so_headline'])); ?>" />
|
50 |
|
51 |
</td>
|
52 |
|
53 |
</tr>
|
54 |
|
55 |
<tr>
|
56 |
+
<th><?php _e('Site Offline Description','site-offline'); ?></th>
|
57 |
</tr>
|
58 |
<tr class="radio-span" >
|
59 |
<td>
|
60 |
+
<textarea rows="6" class="pro_text" id="so_description" name="so_description" placeholder="<?php _e('Enter Your Coming Soon Description Here...','site-offline'); ?>"><?php echo esc_textarea(stripslashes($sahu_so_dashboard['so_description'])); ?></textarea>
|
61 |
|
62 |
</td>
|
63 |
|
66 |
<tr class="radio-span" >
|
67 |
<td>
|
68 |
|
69 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_dashboard()"><?php _e('Save Settings','site-offline'); ?></button>
|
70 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_dashboard()"><?php _e('Reset Default Settings','site-offline'); ?></button>
|
71 |
</td>
|
72 |
|
73 |
</tr>
|
backend/design.php
CHANGED
@@ -43,20 +43,20 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
43 |
|
44 |
<table class="form-table">
|
45 |
<tr>
|
46 |
-
<th><?php _e('Select Background','
|
47 |
</tr>
|
48 |
<tr class="radio-span" >
|
49 |
<td>
|
50 |
<span style="margin-bottom:10px;display: block;">
|
51 |
-
<input type="radio" name="sahu_so_select_bg" value="0" id="sahu_so_select_bg" <?php if($sahu_so_design['sahu_so_select_bg'] == "0") { echo "checked"; } ?> /> <?php _e('Color Background','
|
52 |
</span>
|
53 |
<span>
|
54 |
-
<input type="radio" name="sahu_so_select_bg" value="1" id="sahu_so_select_bg" <?php if($sahu_so_design['sahu_so_select_bg'] == "1") { echo "checked"; } ?> /> <?php _e('Image Background','
|
55 |
</span>
|
56 |
</td>
|
57 |
</tr>
|
58 |
<tr>
|
59 |
-
<th><?php _e('Background Color','
|
60 |
</tr>
|
61 |
<tr class="radio-span" >
|
62 |
<td>
|
@@ -65,7 +65,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
65 |
</td>
|
66 |
</tr>
|
67 |
<tr>
|
68 |
-
<th><?php _e('Background Image','
|
69 |
</tr>
|
70 |
<tr class="radio-span" >
|
71 |
<td>
|
@@ -76,7 +76,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
76 |
</td>
|
77 |
</tr>
|
78 |
<tr>
|
79 |
-
<th><?php _e('Headline Color','
|
80 |
</tr>
|
81 |
<tr class="radio-span" >
|
82 |
<td>
|
@@ -86,7 +86,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
86 |
</tr>
|
87 |
|
88 |
<tr>
|
89 |
-
<th><?php _e('Description Color','
|
90 |
</tr>
|
91 |
<tr class="radio-span" >
|
92 |
<td>
|
@@ -96,7 +96,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
96 |
</tr>
|
97 |
|
98 |
<tr>
|
99 |
-
<th><?php _e('Countdown Color','
|
100 |
</tr>
|
101 |
<tr class="radio-span" >
|
102 |
<td>
|
@@ -108,7 +108,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
108 |
</tr>
|
109 |
|
110 |
<tr>
|
111 |
-
<th><?php _e('Social Icon Color','
|
112 |
</tr>
|
113 |
<tr class="radio-span" >
|
114 |
<td>
|
@@ -120,7 +120,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
120 |
</tr>
|
121 |
|
122 |
<tr>
|
123 |
-
<th><?php _e('Headline Font Size','
|
124 |
</tr>
|
125 |
<tr >
|
126 |
<td class="text-and-color-panel">
|
@@ -131,7 +131,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
131 |
|
132 |
</tr>
|
133 |
<tr>
|
134 |
-
<th><?php _e('Description Font Size','
|
135 |
</tr>
|
136 |
<tr>
|
137 |
<td class="text-and-color-panel">
|
@@ -143,7 +143,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
143 |
</tr>
|
144 |
|
145 |
<tr>
|
146 |
-
<th> <?php _e('Font Family','
|
147 |
</tr>
|
148 |
<tr>
|
149 |
<?php $sahu_ft_st = $sahu_so_design['sahu_ft_st']; ?>
|
@@ -177,7 +177,7 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
177 |
|
178 |
</tr>
|
179 |
<tr>
|
180 |
-
<th> <?php _e('Custom CSS','
|
181 |
</tr>
|
182 |
<tr class="radio-span" >
|
183 |
<td>
|
@@ -188,8 +188,8 @@ $sahu_so_design = unserialize(get_option('sahu_so_design'));
|
|
188 |
</tr>
|
189 |
<tr class="radio-span" >
|
190 |
<td>
|
191 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_design()"><?php _e('Save Settings','
|
192 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_design()" ><?php _e('Reset Default Setting','
|
193 |
</td>
|
194 |
|
195 |
</tr>
|
43 |
|
44 |
<table class="form-table">
|
45 |
<tr>
|
46 |
+
<th><?php _e('Select Background','site-offline'); ?></th>
|
47 |
</tr>
|
48 |
<tr class="radio-span" >
|
49 |
<td>
|
50 |
<span style="margin-bottom:10px;display: block;">
|
51 |
+
<input type="radio" name="sahu_so_select_bg" value="0" id="sahu_so_select_bg" <?php if($sahu_so_design['sahu_so_select_bg'] == "0") { echo "checked"; } ?> /> <?php _e('Color Background','site-offline'); ?><br>
|
52 |
</span>
|
53 |
<span>
|
54 |
+
<input type="radio" name="sahu_so_select_bg" value="1" id="sahu_so_select_bg" <?php if($sahu_so_design['sahu_so_select_bg'] == "1") { echo "checked"; } ?> /> <?php _e('Image Background','site-offline'); ?><br>
|
55 |
</span>
|
56 |
</td>
|
57 |
</tr>
|
58 |
<tr>
|
59 |
+
<th><?php _e('Background Color','site-offline'); ?></th>
|
60 |
</tr>
|
61 |
<tr class="radio-span" >
|
62 |
<td>
|
65 |
</td>
|
66 |
</tr>
|
67 |
<tr>
|
68 |
+
<th><?php _e('Background Image','site-offline'); ?></th>
|
69 |
</tr>
|
70 |
<tr class="radio-span" >
|
71 |
<td>
|
76 |
</td>
|
77 |
</tr>
|
78 |
<tr>
|
79 |
+
<th><?php _e('Headline Color','site-offline'); ?></th>
|
80 |
</tr>
|
81 |
<tr class="radio-span" >
|
82 |
<td>
|
86 |
</tr>
|
87 |
|
88 |
<tr>
|
89 |
+
<th><?php _e('Description Color','site-offline'); ?></th>
|
90 |
</tr>
|
91 |
<tr class="radio-span" >
|
92 |
<td>
|
96 |
</tr>
|
97 |
|
98 |
<tr>
|
99 |
+
<th><?php _e('Countdown Color','site-offline'); ?></th>
|
100 |
</tr>
|
101 |
<tr class="radio-span" >
|
102 |
<td>
|
108 |
</tr>
|
109 |
|
110 |
<tr>
|
111 |
+
<th><?php _e('Social Icon Color','site-offline'); ?></th>
|
112 |
</tr>
|
113 |
<tr class="radio-span" >
|
114 |
<td>
|
120 |
</tr>
|
121 |
|
122 |
<tr>
|
123 |
+
<th><?php _e('Headline Font Size','site-offline'); ?></th>
|
124 |
</tr>
|
125 |
<tr >
|
126 |
<td class="text-and-color-panel">
|
131 |
|
132 |
</tr>
|
133 |
<tr>
|
134 |
+
<th><?php _e('Description Font Size','site-offline'); ?></th>
|
135 |
</tr>
|
136 |
<tr>
|
137 |
<td class="text-and-color-panel">
|
143 |
</tr>
|
144 |
|
145 |
<tr>
|
146 |
+
<th> <?php _e('Font Family','site-offline'); ?></th>
|
147 |
</tr>
|
148 |
<tr>
|
149 |
<?php $sahu_ft_st = $sahu_so_design['sahu_ft_st']; ?>
|
177 |
|
178 |
</tr>
|
179 |
<tr>
|
180 |
+
<th> <?php _e('Custom CSS','site-offline'); ?></th>
|
181 |
</tr>
|
182 |
<tr class="radio-span" >
|
183 |
<td>
|
188 |
</tr>
|
189 |
<tr class="radio-span" >
|
190 |
<td>
|
191 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_design()"><?php _e('Save Settings','site-offline'); ?></button>
|
192 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_design()" ><?php _e('Reset Default Setting','site-offline'); ?></button>
|
193 |
</td>
|
194 |
|
195 |
</tr>
|
backend/seo.php
CHANGED
@@ -5,7 +5,7 @@ $sahu_so_seo = unserialize(get_option('sahu_so_seo'));
|
|
5 |
<table class="form-table">
|
6 |
|
7 |
<tr>
|
8 |
-
<th><?php _e('Favicon Icon','
|
9 |
</tr>
|
10 |
<tr class="radio-span" >
|
11 |
<td>
|
@@ -21,41 +21,41 @@ $sahu_so_seo = unserialize(get_option('sahu_so_seo'));
|
|
21 |
|
22 |
|
23 |
<tr>
|
24 |
-
<th><?php _e('SEO Title','
|
25 |
</tr>
|
26 |
<tr class="radio-span" >
|
27 |
<td>
|
28 |
-
<input type="text" class="pro_text" id="sahu_so_seo_title" name="sahu_so_seo_title" placeholder="<?php _e('Enter Your SEO Title Here...','
|
29 |
|
30 |
</td>
|
31 |
|
32 |
</tr>
|
33 |
|
34 |
<tr>
|
35 |
-
<th><?php _e('SEO Description','
|
36 |
</tr>
|
37 |
<tr class="radio-span" >
|
38 |
<td>
|
39 |
-
<textarea rows="6" class="pro_text" id="sahu_so_seo_desc" name="sahu_so_seo_desc" placeholder="<?php _e('Enter Your SEO Description Here...','
|
40 |
|
41 |
</td>
|
42 |
|
43 |
</tr>
|
44 |
|
45 |
<tr>
|
46 |
-
<th><?php _e('Google Analytics Script','
|
47 |
</tr>
|
48 |
<tr class="radio-span" >
|
49 |
<td>
|
50 |
-
<textarea rows="6" class="pro_text" id="sahu_so_seo_analytiso" name="sahu_so_seo_analytiso" placeholder="<?php _e('Enter Your Google Analytics Script Here','
|
51 |
|
52 |
</td>
|
53 |
|
54 |
</tr>
|
55 |
<tr class="radio-span" >
|
56 |
<td>
|
57 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_seo()"><?php _e('Save Settings','
|
58 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_seo()" ><?php _e('Reset Default Setting','
|
59 |
</td>
|
60 |
|
61 |
</tr>
|
5 |
<table class="form-table">
|
6 |
|
7 |
<tr>
|
8 |
+
<th><?php _e('Favicon Icon','site-offline'); ?></th>
|
9 |
</tr>
|
10 |
<tr class="radio-span" >
|
11 |
<td>
|
21 |
|
22 |
|
23 |
<tr>
|
24 |
+
<th><?php _e('SEO Title','site-offline'); ?></th>
|
25 |
</tr>
|
26 |
<tr class="radio-span" >
|
27 |
<td>
|
28 |
+
<input type="text" class="pro_text" id="sahu_so_seo_title" name="sahu_so_seo_title" placeholder="<?php _e('Enter Your SEO Title Here...','site-offline'); ?>" size="56" value="<?php echo esc_attr($sahu_so_seo['sahu_so_seo_title']); ?>" />
|
29 |
|
30 |
</td>
|
31 |
|
32 |
</tr>
|
33 |
|
34 |
<tr>
|
35 |
+
<th><?php _e('SEO Description','site-offline'); ?></th>
|
36 |
</tr>
|
37 |
<tr class="radio-span" >
|
38 |
<td>
|
39 |
+
<textarea rows="6" class="pro_text" id="sahu_so_seo_desc" name="sahu_so_seo_desc" placeholder="<?php _e('Enter Your SEO Description Here...','site-offline'); ?>"><?php echo esc_textarea(stripslashes($sahu_so_seo['sahu_so_seo_desc'])); ?></textarea>
|
40 |
|
41 |
</td>
|
42 |
|
43 |
</tr>
|
44 |
|
45 |
<tr>
|
46 |
+
<th><?php _e('Google Analytics Script','site-offline'); ?></th>
|
47 |
</tr>
|
48 |
<tr class="radio-span" >
|
49 |
<td>
|
50 |
+
<textarea rows="6" class="pro_text" id="sahu_so_seo_analytiso" name="sahu_so_seo_analytiso" placeholder="<?php _e('Enter Your Google Analytics Script Here','site-offline'); ?>"><?php echo esc_textarea(stripslashes($sahu_so_seo['sahu_so_seo_analytiso'])); ?></textarea>
|
51 |
|
52 |
</td>
|
53 |
|
54 |
</tr>
|
55 |
<tr class="radio-span" >
|
56 |
<td>
|
57 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_seo()"><?php _e('Save Settings','site-offline'); ?></button>
|
58 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_seo()" ><?php _e('Reset Default Setting','site-offline'); ?></button>
|
59 |
</td>
|
60 |
|
61 |
</tr>
|
backend/sidebar.php
CHANGED
@@ -5,17 +5,17 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
5 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
6 |
<div class="panel-heading" role="tab" id="headingOne">
|
7 |
<h4 class="panel-title">
|
8 |
-
<?php _e('Sidebar','
|
9 |
|
10 |
</h4>
|
11 |
</div>
|
12 |
<div id="collapseNone" class="panel-collapse in" role="tabpanel" aria-labelledby="headingOne">
|
13 |
<div class="panel-body">
|
14 |
<div class="col-md-6">
|
15 |
-
<a class="portfolio_read_more_btn thickbox preview-button" href="<?php echo home_url(); ?>?sahu_cs_preview=true&TB_iframe=true&width=900&height=80" ><?php _e('Live Preview','
|
16 |
</div>
|
17 |
<div class="col-md-6">
|
18 |
-
<a class="portfolio_read_more_btn preview-button" href="https://goo.gl/MejH5S" style="background:#d95b95;border: 1px solid #d43b6d;" ><?php _e('Get Support','
|
19 |
</div>
|
20 |
</div>
|
21 |
</div>
|
@@ -24,7 +24,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
24 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
25 |
<div class="panel-heading" role="tab" id="headingOne">
|
26 |
<h4 class="panel-title">
|
27 |
-
<?php _e('Site OffLine Plugin Documentation ','
|
28 |
|
29 |
</h4>
|
30 |
</div>
|
@@ -41,7 +41,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
41 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
42 |
<div class="panel-heading" role="tab" id="headingOne">
|
43 |
<h4 class="panel-title">
|
44 |
-
<?php _e('Try Pro Version ','
|
45 |
|
46 |
</h4>
|
47 |
</div>
|
5 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
6 |
<div class="panel-heading" role="tab" id="headingOne">
|
7 |
<h4 class="panel-title">
|
8 |
+
<?php _e('Sidebar','site-offline'); ?>
|
9 |
|
10 |
</h4>
|
11 |
</div>
|
12 |
<div id="collapseNone" class="panel-collapse in" role="tabpanel" aria-labelledby="headingOne">
|
13 |
<div class="panel-body">
|
14 |
<div class="col-md-6">
|
15 |
+
<a class="portfolio_read_more_btn thickbox preview-button" href="<?php echo home_url(); ?>?sahu_cs_preview=true&TB_iframe=true&width=900&height=80" ><?php _e('Live Preview','site-offline'); ?></a>
|
16 |
</div>
|
17 |
<div class="col-md-6">
|
18 |
+
<a class="portfolio_read_more_btn preview-button" href="https://goo.gl/MejH5S" style="background:#d95b95;border: 1px solid #d43b6d;" ><?php _e('Get Support','site-offline'); ?></a>
|
19 |
</div>
|
20 |
</div>
|
21 |
</div>
|
24 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
25 |
<div class="panel-heading" role="tab" id="headingOne">
|
26 |
<h4 class="panel-title">
|
27 |
+
<?php _e('Site OffLine Plugin Documentation ','site-offline'); ?>
|
28 |
|
29 |
</h4>
|
30 |
</div>
|
41 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
42 |
<div class="panel-heading" role="tab" id="headingOne">
|
43 |
<h4 class="panel-title">
|
44 |
+
<?php _e('Try Pro Version ','site-offline'); ?>
|
45 |
|
46 |
</h4>
|
47 |
</div>
|
backend/social.php
CHANGED
@@ -4,26 +4,26 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
-
<th><?php _e('Facbook','
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
|
12 |
|
13 |
-
<input type="text" class="pro_text" id="sahu_so_fb" name="sahu_so_fb" placeholder="<?php _e('Enter Facebook profile url','
|
14 |
<span style="color: #8e8e8e;"> Note : Enter complete profile url with "http://" example : https://www.facebook.com/sahufb/</span>
|
15 |
|
16 |
</td>
|
17 |
|
18 |
</tr>
|
19 |
<tr>
|
20 |
-
<th><?php _e('Twitter','
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
24 |
|
25 |
|
26 |
-
<input type="text" class="pro_text" id="sahu_so_twit" name="sahu_so_twit" placeholder="<?php _e('Enter Twitter profile url','
|
27 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example :https://twitter.com/sahu1</span>
|
28 |
|
29 |
</td>
|
@@ -31,13 +31,13 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
31 |
</tr>
|
32 |
|
33 |
<tr>
|
34 |
-
<th><?php _e('LinkedIn','
|
35 |
</tr>
|
36 |
<tr class="radio-span" >
|
37 |
<td>
|
38 |
|
39 |
|
40 |
-
<input type="text" class="pro_text" id="sahu_so_ln" name="sahu_so_ln" placeholder="<?php _e('Enter LinkedIn profile url','
|
41 |
|
42 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example : https://www.linkedin.com/</span>
|
43 |
</td>
|
@@ -45,13 +45,13 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
45 |
</tr>
|
46 |
|
47 |
<tr>
|
48 |
-
<th> <?php _e('Instagram','
|
49 |
</tr>
|
50 |
<tr class="radio-span" >
|
51 |
<td>
|
52 |
|
53 |
|
54 |
-
<input type="text" class="pro_text" id="sahu_so_gp" name="sahu_so_gp" placeholder="<?php _e('Enter Instagram profile url ','
|
55 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" </span>
|
56 |
|
57 |
</td>
|
@@ -59,8 +59,8 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
59 |
</tr>
|
60 |
<tr class="radio-span" >
|
61 |
<td>
|
62 |
-
<button class="portfolio_read_more_btn " onclick="sahu_save_data_social()"><?php _e('Save Settings','
|
63 |
-
<button class="portfolio_demo_btn" onclick="sahu_reset_data_social()" ><?php _e('Reset Default Setting','
|
64 |
</td>
|
65 |
|
66 |
</tr>
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
<tr>
|
7 |
+
<th><?php _e('Facbook','site-offline'); ?></th>
|
8 |
</tr>
|
9 |
<tr class="radio-span" >
|
10 |
<td>
|
11 |
|
12 |
|
13 |
+
<input type="text" class="pro_text" id="sahu_so_fb" name="sahu_so_fb" placeholder="<?php _e('Enter Facebook profile url','site-offline'); ?>" size="56" value="<?php echo esc_url($sahu_so_social['sahu_so_fb']); ?>" />
|
14 |
<span style="color: #8e8e8e;"> Note : Enter complete profile url with "http://" example : https://www.facebook.com/sahufb/</span>
|
15 |
|
16 |
</td>
|
17 |
|
18 |
</tr>
|
19 |
<tr>
|
20 |
+
<th><?php _e('Twitter','site-offline'); ?></th>
|
21 |
</tr>
|
22 |
<tr class="radio-span" >
|
23 |
<td>
|
24 |
|
25 |
|
26 |
+
<input type="text" class="pro_text" id="sahu_so_twit" name="sahu_so_twit" placeholder="<?php _e('Enter Twitter profile url','site-offline'); ?>" size="56" value="<?php echo esc_url($sahu_so_social['sahu_so_twit']); ?>" />
|
27 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example :https://twitter.com/sahu1</span>
|
28 |
|
29 |
</td>
|
31 |
</tr>
|
32 |
|
33 |
<tr>
|
34 |
+
<th><?php _e('LinkedIn','site-offline'); ?></th>
|
35 |
</tr>
|
36 |
<tr class="radio-span" >
|
37 |
<td>
|
38 |
|
39 |
|
40 |
+
<input type="text" class="pro_text" id="sahu_so_ln" name="sahu_so_ln" placeholder="<?php _e('Enter LinkedIn profile url','site-offline'); ?>" size="56" value="<?php echo esc_url($sahu_so_social['sahu_so_ln']); ?>" />
|
41 |
|
42 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example : https://www.linkedin.com/</span>
|
43 |
</td>
|
45 |
</tr>
|
46 |
|
47 |
<tr>
|
48 |
+
<th> <?php _e('Instagram','site-offline'); ?></th>
|
49 |
</tr>
|
50 |
<tr class="radio-span" >
|
51 |
<td>
|
52 |
|
53 |
|
54 |
+
<input type="text" class="pro_text" id="sahu_so_gp" name="sahu_so_gp" placeholder="<?php _e('Enter Instagram profile url ','site-offline'); ?>" size="56" value="<?php echo esc_url($sahu_so_social['sahu_so_gp']); ?>" />
|
55 |
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" </span>
|
56 |
|
57 |
</td>
|
59 |
</tr>
|
60 |
<tr class="radio-span" >
|
61 |
<td>
|
62 |
+
<button class="portfolio_read_more_btn " onclick="sahu_save_data_social()"><?php _e('Save Settings','site-offline'); ?></button>
|
63 |
+
<button class="portfolio_demo_btn" onclick="sahu_reset_data_social()" ><?php _e('Reset Default Setting','site-offline'); ?></button>
|
64 |
</td>
|
65 |
|
66 |
</tr>
|
output/index.php
CHANGED
@@ -200,9 +200,8 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
200 |
if ( $last != '/' ) {
|
201 |
$include_url = $include_url . '/';
|
202 |
}
|
203 |
-
|
204 |
-
|
205 |
-
?>
|
206 |
|
207 |
|
208 |
<script type="text/javascript" src="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/js/wow.min.js'; ?>"></script>
|
200 |
if ( $last != '/' ) {
|
201 |
$include_url = $include_url . '/';
|
202 |
}
|
203 |
+
echo '<script src="'.esc_url($include_url).'js/jquery/jquery.js"></script>';
|
204 |
+
?>
|
|
|
205 |
|
206 |
|
207 |
<script type="text/javascript" src="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/js/wow.min.js'; ?>"></script>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.freehtmldesigns.com
|
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, under construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, website under construction,website maintenance, 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, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.0.1
|
7 |
-
Stable tag: 1.5.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -137,6 +137,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
140 |
= 1.5.3 =
|
141 |
* Redirect issue resolved
|
142 |
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, under construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, website under construction,website maintenance, 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, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 6.0.1
|
7 |
+
Stable tag: 1.5.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 1.5.4 =
|
141 |
+
* WordPress issue resolved
|
142 |
+
|
143 |
= 1.5.3 =
|
144 |
* Redirect issue resolved
|
145 |
|
site-offline.php
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.5.
|
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.freehtmldesigns.com
|
8 |
* Plugin URI: http://www.freehtmldesigns.com/blog
|
|
|
9 |
*/
|
10 |
|
11 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
12 |
-
define("SAHU_SO_TEXT_DOMAIN","SAHU_SO_lang" );
|
13 |
define("SAHU_SO_PLUGIN_URL", plugin_dir_url(__FILE__));
|
14 |
|
15 |
//Get Ready Plugin Translation
|
16 |
add_action('plugins_loaded', 'sahu_so_language_translation');
|
17 |
function sahu_so_language_translation() {
|
18 |
-
load_plugin_textdomain(
|
19 |
}
|
20 |
## Default Data Defined ##
|
21 |
register_activation_hook( __FILE__, 'sahu_so_dd' );
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.5.4
|
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.freehtmldesigns.com
|
8 |
* Plugin URI: http://www.freehtmldesigns.com/blog
|
9 |
+
* Text Domain: site-offline
|
10 |
*/
|
11 |
|
12 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
|
|
13 |
define("SAHU_SO_PLUGIN_URL", plugin_dir_url(__FILE__));
|
14 |
|
15 |
//Get Ready Plugin Translation
|
16 |
add_action('plugins_loaded', 'sahu_so_language_translation');
|
17 |
function sahu_so_language_translation() {
|
18 |
+
load_plugin_textdomain( 'site-offline', FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
|
19 |
}
|
20 |
## Default Data Defined ##
|
21 |
register_activation_hook( __FILE__, 'sahu_so_dd' );
|