Version Description
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.4.3 |
Comparing to | |
See all releases |
Code changes from version 1.4.2 to 1.4.3
- output/index.php +27 -27
- readme.txt +2 -2
- site-offline.php +1 -1
output/index.php
CHANGED
@@ -43,55 +43,55 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
43 |
<style>
|
44 |
.head
|
45 |
{
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
}
|
50 |
.description
|
51 |
{
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
}
|
56 |
.cont
|
57 |
{
|
58 |
-
|
59 |
}
|
60 |
.info li
|
61 |
{
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
|
67 |
}
|
68 |
.info
|
69 |
{
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
|
74 |
}
|
75 |
.info li .fa
|
76 |
{
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
}
|
82 |
.info li p
|
83 |
{
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
}
|
90 |
.top-content .logo a {
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
}
|
96 |
body {
|
97 |
background:<?php echo $sahu_so_design['sahu_so_bg_clr']; ?> !important;
|
43 |
<style>
|
44 |
.head
|
45 |
{
|
46 |
+
color:<?php echo $sahu_so_design['sahu_headeline_ft_clr'] ?> !important;
|
47 |
+
font-size:<?php echo $sahu_so_design['sahu_headline_ft_size'];?>px !important;
|
48 |
+
font-family:'<?php echo $sahu_so_design['sahu_ft_st']; ?>' !important;
|
49 |
}
|
50 |
.description
|
51 |
{
|
52 |
+
color:<?php echo $sahu_so_design['sahu_desc_ft_clr'] ?> !important;
|
53 |
+
font-family:'<?php echo $sahu_so_design['sahu_ft_st']; ?>' !important;
|
54 |
+
font-size:<?php echo $sahu_so_design['sahu_desc_ft_size'] ?>px !important;
|
55 |
}
|
56 |
.cont
|
57 |
{
|
58 |
+
margin-top:100px;
|
59 |
}
|
60 |
.info li
|
61 |
{
|
62 |
+
display:inline-block;
|
63 |
+
list-style-type: none;
|
64 |
+
padding-left:15px;
|
65 |
+
padding-right:15px;
|
66 |
|
67 |
}
|
68 |
.info
|
69 |
{
|
70 |
+
text-align:center;
|
71 |
+
padding-top:50px;
|
72 |
+
padding-bottom:20px;
|
73 |
|
74 |
}
|
75 |
.info li .fa
|
76 |
{
|
77 |
+
display:inline-block;
|
78 |
+
margin-right:10px;
|
79 |
+
font-size:<?php echo $sahu_so_design['sahu_desc_ft_size'] ?>px !important;
|
80 |
+
color:<?php echo $sahu_so_design['sahu_desc_ft_clr'] ?> !important;
|
81 |
}
|
82 |
.info li p
|
83 |
{
|
84 |
+
display:inline-block;
|
85 |
+
font-size:16px;
|
86 |
+
color:<?php echo $sahu_so_design['sahu_desc_ft_clr'] ?> !important;
|
87 |
+
font-family:'<?php echo $sahu_so_design['sahu_ft_st']; ?>' !important;
|
88 |
+
font-size:<?php echo $sahu_so_design['sahu_desc_ft_size'] ?>px !important;
|
89 |
}
|
90 |
.top-content .logo a {
|
91 |
+
display:block;
|
92 |
+
margin: 0;
|
93 |
+
padding: 0;
|
94 |
+
margin-bottom:20px;
|
95 |
}
|
96 |
body {
|
97 |
background:<?php echo $sahu_so_design['sahu_so_bg_clr']; ?> !important;
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: chandrashekharsahu
|
|
3 |
Donate link: http://www.freehtmldesigns.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, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
3 |
Donate link: http://www.freehtmldesigns.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, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.5
|
7 |
+
Stable tag: 1.4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.4.3
|
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
|