Version Description
- 2017/03/23
- new theme - Hot Air Baloon
- new social icon - Vimeo
Download this release
Release Info
Developer | WebFactory |
Plugin | Under Construction |
Version | 1.85 |
Comparing to | |
See all releases |
Code changes from version 1.80 to 1.85
- images/thumbnails/hot_air_baloon.png +0 -0
- readme.txt +14 -7
- themes/cyber_chick/style.css +1 -1
- themes/hot_air_baloon/hot_air_baloon.png +0 -0
- themes/hot_air_baloon/index.php +57 -0
- themes/hot_air_baloon/style.css +76 -0
- under-construction.php +13 -2
images/thumbnails/hot_air_baloon.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Under Construction ===
|
2 |
Contributors: WebFactory
|
3 |
-
Tags:
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -35,6 +35,7 @@ A simple, no-nonsense plugin for all those situations when you have to hide the
|
|
35 |
* Google+
|
36 |
* LinkedIn
|
37 |
* YouTube
|
|
|
38 |
* Pinterest
|
39 |
* Dribbble
|
40 |
* Behance
|
@@ -82,15 +83,21 @@ Or if needed, upload manually;
|
|
82 |
13. Windmill theme
|
83 |
14. Sad Site theme
|
84 |
15. Lighthouse
|
85 |
-
16.
|
86 |
-
17.
|
87 |
-
18.
|
88 |
-
19.
|
89 |
-
20.
|
|
|
90 |
|
91 |
|
92 |
== Changelog ==
|
93 |
|
|
|
|
|
|
|
|
|
|
|
94 |
= 1.80 =
|
95 |
* 2017/03/13
|
96 |
* new theme - Lighthouse
|
1 |
=== Under Construction ===
|
2 |
Contributors: WebFactory
|
3 |
+
Tags: maintenance mode, maintenance page, coming soon page, landing page, under construction
|
4 |
Requires at least: 4.0
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 1.85
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
35 |
* Google+
|
36 |
* LinkedIn
|
37 |
* YouTube
|
38 |
+
* Vimeo
|
39 |
* Pinterest
|
40 |
* Dribbble
|
41 |
* Behance
|
83 |
13. Windmill theme
|
84 |
14. Sad Site theme
|
85 |
15. Lighthouse
|
86 |
+
16. Hot Air Baloon
|
87 |
+
17. Main settings
|
88 |
+
18. Design settings
|
89 |
+
19. Content settings
|
90 |
+
20. Access settings
|
91 |
+
21. Support
|
92 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 1.85 =
|
97 |
+
* 2017/03/23
|
98 |
+
* new theme - Hot Air Baloon
|
99 |
+
* new social icon - Vimeo
|
100 |
+
|
101 |
= 1.80 =
|
102 |
* 2017/03/13
|
103 |
* new theme - Lighthouse
|
themes/cyber_chick/style.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
/*
|
2 |
* UnderConstructionPage
|
3 |
-
*
|
4 |
* (c) Web factory Ltd, 2015 - 2017
|
5 |
*/
|
6 |
|
1 |
/*
|
2 |
* UnderConstructionPage
|
3 |
+
* Cyber Chick theme CSS
|
4 |
* (c) Web factory Ltd, 2015 - 2017
|
5 |
*/
|
6 |
|
themes/hot_air_baloon/hot_air_baloon.png
ADDED
Binary file
|
themes/hot_air_baloon/index.php
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
* UnderConstructionPage
|
4 |
+
* Hot Air Baloon theme
|
5 |
+
* (c) Web factory Ltd, 2015 - 2017
|
6 |
+
*/
|
7 |
+
|
8 |
+
|
9 |
+
// this is an include only WP file
|
10 |
+
if (!defined('ABSPATH')) {
|
11 |
+
die;
|
12 |
+
}
|
13 |
+
?>
|
14 |
+
<!DOCTYPE html>
|
15 |
+
<html lang="en">
|
16 |
+
<head>
|
17 |
+
<meta charset="utf-8">
|
18 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
19 |
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
20 |
+
<title>[title]</title>
|
21 |
+
<meta name="description" content="[description]" />
|
22 |
+
<meta name="generator" content="[generator]">
|
23 |
+
<link rel="stylesheet" href="[theme-url-common]css/bootstrap.min.css?v=[version]" type="text/css">
|
24 |
+
<link rel="stylesheet" href="[theme-url]style.css?v=[version]" type="text/css">
|
25 |
+
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet">
|
26 |
+
<link rel="stylesheet" href="[theme-url-common]css/font-awesome.min.css?v=[version]" type="text/css">
|
27 |
+
[head]
|
28 |
+
</head>
|
29 |
+
|
30 |
+
<body>
|
31 |
+
<div id="hero-image">
|
32 |
+
<img src="[theme-url]hot_air_baloon.png" alt="Hot Air Baloon flying" title="Hot Air Baloon flying">
|
33 |
+
</div>
|
34 |
+
<div class="container">
|
35 |
+
|
36 |
+
<div class="row">
|
37 |
+
<div class="col-xs-12 col-md-12 col-lg-12">
|
38 |
+
<h1>[heading1]</h1>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
|
42 |
+
<div class="row">
|
43 |
+
<div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
|
44 |
+
<p class="content">[content]</p>
|
45 |
+
</div>
|
46 |
+
</div>
|
47 |
+
|
48 |
+
<div class="row" id="social">
|
49 |
+
<div class="col-xs-12 col-md-12 col-lg-12">
|
50 |
+
[social-icons]
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
[footer]
|
56 |
+
</body>
|
57 |
+
</html>
|
themes/hot_air_baloon/style.css
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* UnderConstructionPage
|
3 |
+
* Hot Air Baloon theme CSS
|
4 |
+
* (c) Web factory Ltd, 2015 - 2017
|
5 |
+
*/
|
6 |
+
|
7 |
+
|
8 |
+
html {
|
9 |
+
height: 100%;
|
10 |
+
padding: 0;
|
11 |
+
margin: 0;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
font-weight: 400;
|
16 |
+
font-size: 14px;
|
17 |
+
line-height: 120%;
|
18 |
+
color: #313131;
|
19 |
+
background: #E0EAFC;
|
20 |
+
background: -webkit-linear-gradient(to left, #E0EAFC , #CFDEF3);
|
21 |
+
background: linear-gradient(to left, #E0EAFC , #CFDEF3);
|
22 |
+
padding: 0;
|
23 |
+
margin: 0;
|
24 |
+
background-repeat: no-repeat;
|
25 |
+
background-attachment: fixed;
|
26 |
+
}
|
27 |
+
|
28 |
+
#hero-image {
|
29 |
+
text-align: center;
|
30 |
+
margin: 20px auto 10px auto;
|
31 |
+
}
|
32 |
+
|
33 |
+
#hero-image img {
|
34 |
+
max-width: 80%;
|
35 |
+
}
|
36 |
+
|
37 |
+
h1 {
|
38 |
+
font-size: 34px;
|
39 |
+
color: #222222;
|
40 |
+
font-family: "Fredoka One", sans-serif;
|
41 |
+
font-weight: 600;
|
42 |
+
margin: 20px 0 30px 0;
|
43 |
+
text-align: center;
|
44 |
+
letter-spacing: 1px;
|
45 |
+
}
|
46 |
+
|
47 |
+
.content {
|
48 |
+
text-align: center;
|
49 |
+
font-family: "Helvetica", "Arial", sans-serif;
|
50 |
+
}
|
51 |
+
|
52 |
+
#social {
|
53 |
+
text-align: center;
|
54 |
+
margin-top: 30px;
|
55 |
+
}
|
56 |
+
|
57 |
+
#social a i {
|
58 |
+
color: #23272a;
|
59 |
+
margin: 10px;
|
60 |
+
box-sizing: content-box;
|
61 |
+
}
|
62 |
+
|
63 |
+
#social a:hover i {
|
64 |
+
color: #d86221;
|
65 |
+
}
|
66 |
+
|
67 |
+
@media(max-width:767px){
|
68 |
+
h1 {
|
69 |
+
font-size: 30px;
|
70 |
+
margin: 10px 0 30px 0;
|
71 |
+
font-weight: 500;
|
72 |
+
}
|
73 |
+
#hero-image img {
|
74 |
+
max-width: 95%;
|
75 |
+
}
|
76 |
+
}
|
under-construction.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin URI: https://underconstructionpage.com/
|
5 |
Description: Hide your site behind a great looking under construction page while you do maintenance work.
|
6 |
Author: Web factory Ltd
|
7 |
-
Version: 1.
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
Text Domain: under-construction-page
|
10 |
Domain Path: lang
|
@@ -421,6 +421,9 @@ class UCP {
|
|
421 |
if (!empty($options['social_youtube'])) {
|
422 |
$out .= '<a title="YouTube" href="' . $options['social_youtube'] . '" target="_blank"><i class="fa fa-youtube-square fa-3x"></i></a>';
|
423 |
}
|
|
|
|
|
|
|
424 |
if (!empty($options['social_pinterest'])) {
|
425 |
$out .= '<a title="Pinterest" href="' . $options['social_pinterest'] . '" target="_blank"><i class="fa fa-pinterest-square fa-3x"></i></a>';
|
426 |
}
|
@@ -724,6 +727,7 @@ class UCP {
|
|
724 |
'social_google' => '',
|
725 |
'social_linkedin' => '',
|
726 |
'social_youtube' => '',
|
|
|
727 |
'social_pinterest' => '',
|
728 |
'social_dribbble' => '',
|
729 |
'social_behance' => '',
|
@@ -759,6 +763,7 @@ class UCP {
|
|
759 |
case 'social_google':
|
760 |
case 'social_linkedin':
|
761 |
case 'social_youtube':
|
|
|
762 |
case 'social_pinterest':
|
763 |
case 'social_dribbble':
|
764 |
case 'social_behance':
|
@@ -1004,6 +1009,12 @@ class UCP {
|
|
1004 |
echo '<p class="description">Complete URL, with http prefix, to YouTube page or video.</p>';
|
1005 |
echo '</td></tr>';
|
1006 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1007 |
echo '<tr valign="top">
|
1008 |
<th scope="row"><label for="social_pinterest">Pinterest Profile</label></th>
|
1009 |
<td><input id="social_pinterest" type="url" class="regular-text code" name="' . UCP_OPTIONS_KEY . '[social_pinterest]" value="' . esc_attr($options['social_pinterest']) . '" placeholder="Pinterest profile URL">';
|
@@ -1068,7 +1079,7 @@ class UCP {
|
|
1068 |
|
1069 |
$img_path = UCP_PLUGIN_URL . 'images/thumbnails/';
|
1070 |
|
1071 |
-
$themes = array('mad_designer' => 'Mad Designer', 'plain_text' => 'Plain Text', 'under_construction' => 'Under Construction', 'dark' => 'Things Went Dark', 'forklift' => 'Forklift at Work', 'under_construction_text' => 'Under Construction Text', 'cyber_chick' => 'Cyber Chick', 'rocket' => 'Rocket Launch', 'loader' => 'Loader at Work', 'cyber_chick_dark' => 'Cyber Chick Dark', 'safe' => 'Safe', 'people' => 'People at Work', 'windmill' => 'Windmill', 'sad_site' => 'Sad Site', 'lighthouse' => 'Lighthouse');
|
1072 |
|
1073 |
echo '<table class="form-table">';
|
1074 |
echo '<tr valign="top">
|
4 |
Plugin URI: https://underconstructionpage.com/
|
5 |
Description: Hide your site behind a great looking under construction page while you do maintenance work.
|
6 |
Author: Web factory Ltd
|
7 |
+
Version: 1.85
|
8 |
Author URI: http://www.webfactoryltd.com/
|
9 |
Text Domain: under-construction-page
|
10 |
Domain Path: lang
|
421 |
if (!empty($options['social_youtube'])) {
|
422 |
$out .= '<a title="YouTube" href="' . $options['social_youtube'] . '" target="_blank"><i class="fa fa-youtube-square fa-3x"></i></a>';
|
423 |
}
|
424 |
+
if (!empty($options['social_vimeo'])) {
|
425 |
+
$out .= '<a title="Vimeo" href="' . $options['social_vimeo'] . '" target="_blank"><i class="fa fa-vimeo-square fa-3x"></i></a>';
|
426 |
+
}
|
427 |
if (!empty($options['social_pinterest'])) {
|
428 |
$out .= '<a title="Pinterest" href="' . $options['social_pinterest'] . '" target="_blank"><i class="fa fa-pinterest-square fa-3x"></i></a>';
|
429 |
}
|
727 |
'social_google' => '',
|
728 |
'social_linkedin' => '',
|
729 |
'social_youtube' => '',
|
730 |
+
'social_vimeo' => '',
|
731 |
'social_pinterest' => '',
|
732 |
'social_dribbble' => '',
|
733 |
'social_behance' => '',
|
763 |
case 'social_google':
|
764 |
case 'social_linkedin':
|
765 |
case 'social_youtube':
|
766 |
+
case 'social_vimeo':
|
767 |
case 'social_pinterest':
|
768 |
case 'social_dribbble':
|
769 |
case 'social_behance':
|
1009 |
echo '<p class="description">Complete URL, with http prefix, to YouTube page or video.</p>';
|
1010 |
echo '</td></tr>';
|
1011 |
|
1012 |
+
echo '<tr valign="top">
|
1013 |
+
<th scope="row"><label for="social_vimeo">Vimeo Profile Page or Video</label></th>
|
1014 |
+
<td><input id="social_vimeo" type="url" class="regular-text code" name="' . UCP_OPTIONS_KEY . '[social_vimeo]" value="' . esc_attr($options['social_vimeo']) . '" placeholder="Vimeo page or video URL">';
|
1015 |
+
echo '<p class="description">Complete URL, with http prefix, to Vimeo page or video.</p>';
|
1016 |
+
echo '</td></tr>';
|
1017 |
+
|
1018 |
echo '<tr valign="top">
|
1019 |
<th scope="row"><label for="social_pinterest">Pinterest Profile</label></th>
|
1020 |
<td><input id="social_pinterest" type="url" class="regular-text code" name="' . UCP_OPTIONS_KEY . '[social_pinterest]" value="' . esc_attr($options['social_pinterest']) . '" placeholder="Pinterest profile URL">';
|
1079 |
|
1080 |
$img_path = UCP_PLUGIN_URL . 'images/thumbnails/';
|
1081 |
|
1082 |
+
$themes = array('mad_designer' => 'Mad Designer', 'plain_text' => 'Plain Text', 'under_construction' => 'Under Construction', 'dark' => 'Things Went Dark', 'forklift' => 'Forklift at Work', 'under_construction_text' => 'Under Construction Text', 'cyber_chick' => 'Cyber Chick', 'rocket' => 'Rocket Launch', 'loader' => 'Loader at Work', 'cyber_chick_dark' => 'Cyber Chick Dark', 'safe' => 'Safe', 'people' => 'People at Work', 'windmill' => 'Windmill', 'sad_site' => 'Sad Site', 'lighthouse' => 'Lighthouse', 'hot_air_baloon' => 'Hot Air Baloon');
|
1083 |
|
1084 |
echo '<table class="form-table">';
|
1085 |
echo '<tr valign="top">
|