Coming soon and Maintenance mode - Version 3.0.5

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 3.0.5
Comparing to
See all releases

Code changes from version 3.0.4 to 3.0.5

Files changed (3) hide show
  1. coming_soon.php +1 -1
  2. includes/admin_menu.php +47 -42
  3. readme.txt +97 -142
coming_soon.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
7
- * Version: 3.0.4
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
7
+ * Version: 3.0.5
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -313,10 +313,10 @@ class coming_soon_admin_menu{
313
  Title color<span class="pro_feature"> (pro)</span> <span title="Select the title color." class="desription_class">?</span>
314
  </td>
315
  <td>
316
- <div class="disabled_picker">
317
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
318
- </div>
319
- </td>
320
  </tr>
321
  <tr>
322
  <td>
@@ -591,9 +591,9 @@ class coming_soon_admin_menu{
591
  Countdown text color<span class="pro_feature"> (pro)</span> <span title="Select the countdown text color." class="desription_class">?</span>
592
  </td>
593
  <td>
594
- <div class="disabled_picker">
595
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
596
- </div>
597
  </td>
598
  </tr>
599
  <tr class="tr_button tr_circle tr_vertical_slide">
@@ -601,9 +601,9 @@ class coming_soon_admin_menu{
601
  Countdown background color<span class="pro_feature"> (pro)</span> <span title="Select the countdown background color." class="desription_class">?</span>
602
  </td>
603
  <td>
604
- <div class="disabled_picker">
605
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
606
- </div>
607
  </td>
608
  </tr>
609
  <tr class="tr_circle">
@@ -746,18 +746,19 @@ class coming_soon_admin_menu{
746
  Progress bar load color<span class="pro_feature"> (pro)</span> <span title="Select progress bar load color." class="desription_class">?</span>
747
  </td>
748
  <td>
749
- <div class="disabled_picker">
750
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
751
- </div> </td>
 
752
  </tr>
753
  <tr>
754
  <td>
755
  Border color<span class="pro_feature"> (pro)</span> <span title="Select Progress bar border color." class="desription_class">?</span>
756
  </td>
757
  <td>
758
- <div class="disabled_picker">
759
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
760
- </div>
761
  </td>
762
  </tr>
763
  <tr>
@@ -956,9 +957,9 @@ class coming_soon_admin_menu{
956
  Input field border color<span class="pro_feature"> (pro)</span> <span title="Select the input field border color." class="desription_class">?</span>
957
  </td>
958
  <td>
959
- <div class="disabled_picker">
960
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
961
- </div>
962
  </td>
963
  </tr>
964
  <tr>
@@ -966,27 +967,30 @@ class coming_soon_admin_menu{
966
  Placeholder text color<span class="pro_feature"> (pro)</span> <span title="Select default text color for input fields. " class="desription_class">?</span>
967
  </td>
968
  <td>
969
- <div class="disabled_picker">
970
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
971
- </div> </td>
 
972
  </tr>
973
  <tr>
974
  <td>
975
  Send button bg color<span class="pro_feature"> (pro)</span> <span title="Select the send button background color." class="desription_class">?</span>
976
  </td>
977
  <td>
978
- <div class="disabled_picker">
979
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
980
- </div> </td>
 
981
  </tr>
982
  <tr>
983
  <td>
984
  Send button text color<span class="pro_feature"> (pro)</span> <span title="Select the send button text color." class="desription_class">?</span>
985
  </td>
986
  <td>
987
- <div class="disabled_picker">
988
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
989
- </div> </td>
 
990
  </tr>
991
 
992
  <tr>
@@ -994,19 +998,20 @@ class coming_soon_admin_menu{
994
  Input field text color<span class="pro_feature"> (pro)</span> <span title="Choose the input field text color." class="desription_class">?</span>
995
  </td>
996
  <td>
997
- <div class="disabled_picker">
998
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(255, 255, 255);"></a></div>
999
- </div> </td>
 
1000
  </tr>
1001
  <tr>
1002
  <td>
1003
  After submit text color<span class="pro_feature"> (pro)</span> <span title="Select color of the text, that will apear after submit." class="desription_class">?</span>
1004
  </td>
1005
  <td>
1006
- <div class="disabled_picker">
1007
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
1008
- </div>
1009
- </td>
1010
  </tr>
1011
  <tr>
1012
  <td>
@@ -1259,9 +1264,9 @@ class coming_soon_admin_menu{
1259
  Text color<span class="pro_feature"> (pro)</span> <span title="Choose text color." class="desription_class">?</span>
1260
  </td>
1261
  <td>
1262
- <div class="disabled_picker">
1263
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
1264
- </div>
1265
  </td>
1266
  </tr>
1267
  <tr>
@@ -1540,10 +1545,10 @@ class coming_soon_admin_menu{
1540
  Content bg color<span class="pro_feature"> (pro)</span> <span title="Select content background color." class="desription_class">?</span>
1541
  </td>
1542
  <td>
1543
- <div class="disabled_picker">
1544
- <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
1545
- </div>
1546
- </td>
1547
  </tr>
1548
  <tr>
1549
  <td>
313
  Title color<span class="pro_feature"> (pro)</span> <span title="Select the title color." class="desription_class">?</span>
314
  </td>
315
  <td>
316
+ <div class="wp-picker-container disabled_picker">
317
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
318
+ </div>
319
+ </td>
320
  </tr>
321
  <tr>
322
  <td>
591
  Countdown text color<span class="pro_feature"> (pro)</span> <span title="Select the countdown text color." class="desription_class">?</span>
592
  </td>
593
  <td>
594
+ <div class="wp-picker-container disabled_picker">
595
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
596
+ </div>
597
  </td>
598
  </tr>
599
  <tr class="tr_button tr_circle tr_vertical_slide">
601
  Countdown background color<span class="pro_feature"> (pro)</span> <span title="Select the countdown background color." class="desription_class">?</span>
602
  </td>
603
  <td>
604
+ <div class="wp-picker-container disabled_picker">
605
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
606
+ </div>
607
  </td>
608
  </tr>
609
  <tr class="tr_circle">
746
  Progress bar load color<span class="pro_feature"> (pro)</span> <span title="Select progress bar load color." class="desription_class">?</span>
747
  </td>
748
  <td>
749
+ <div class="wp-picker-container disabled_picker">
750
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
751
+ </div>
752
+ </td>
753
  </tr>
754
  <tr>
755
  <td>
756
  Border color<span class="pro_feature"> (pro)</span> <span title="Select Progress bar border color." class="desription_class">?</span>
757
  </td>
758
  <td>
759
+ <div class="wp-picker-container disabled_picker">
760
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
761
+ </div>
762
  </td>
763
  </tr>
764
  <tr>
957
  Input field border color<span class="pro_feature"> (pro)</span> <span title="Select the input field border color." class="desription_class">?</span>
958
  </td>
959
  <td>
960
+ <div class="wp-picker-container disabled_picker">
961
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
962
+ </div>
963
  </td>
964
  </tr>
965
  <tr>
967
  Placeholder text color<span class="pro_feature"> (pro)</span> <span title="Select default text color for input fields. " class="desription_class">?</span>
968
  </td>
969
  <td>
970
+ <div class="wp-picker-container disabled_picker">
971
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
972
+ </div>
973
+ </td>
974
  </tr>
975
  <tr>
976
  <td>
977
  Send button bg color<span class="pro_feature"> (pro)</span> <span title="Select the send button background color." class="desription_class">?</span>
978
  </td>
979
  <td>
980
+ <div class="wp-picker-container disabled_picker">
981
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
982
+ </div>
983
+ </td>
984
  </tr>
985
  <tr>
986
  <td>
987
  Send button text color<span class="pro_feature"> (pro)</span> <span title="Select the send button text color." class="desription_class">?</span>
988
  </td>
989
  <td>
990
+ <div class="wp-picker-container disabled_picker">
991
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
992
+ </div>
993
+ </td>
994
  </tr>
995
 
996
  <tr>
998
  Input field text color<span class="pro_feature"> (pro)</span> <span title="Choose the input field text color." class="desription_class">?</span>
999
  </td>
1000
  <td>
1001
+ <div class="wp-picker-container disabled_picker">
1002
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(255, 255, 255);"><span class="wp-color-result-text">Select Color</span></button>
1003
+ </div>
1004
+ </td>
1005
  </tr>
1006
  <tr>
1007
  <td>
1008
  After submit text color<span class="pro_feature"> (pro)</span> <span title="Select color of the text, that will apear after submit." class="desription_class">?</span>
1009
  </td>
1010
  <td>
1011
+ <div class="wp-picker-container disabled_picker">
1012
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
1013
+ </div>
1014
+ </td>
1015
  </tr>
1016
  <tr>
1017
  <td>
1264
  Text color<span class="pro_feature"> (pro)</span> <span title="Choose text color." class="desription_class">?</span>
1265
  </td>
1266
  <td>
1267
+ <div class="wp-picker-container disabled_picker">
1268
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
1269
+ </div>
1270
  </td>
1271
  </tr>
1272
  <tr>
1545
  Content bg color<span class="pro_feature"> (pro)</span> <span title="Select content background color." class="desription_class">?</span>
1546
  </td>
1547
  <td>
1548
+ <div class="wp-picker-container disabled_picker">
1549
+ <button type="button" class="button wp-color-result" aria-expanded="false" style="background-color: rgb(0, 0, 0);"><span class="wp-color-result-text">Select Color</span></button>
1550
+ </div>
1551
+ </td>
1552
  </tr>
1553
  <tr>
1554
  <td>
readme.txt CHANGED
@@ -1,152 +1,113 @@
1
- === Coming soon, Maintenance mode and Under construction ===
2
  Contributors: wpdevart
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
- Tags: coming soon, coming soon page, coming soon plugin, wordpress coming soon, coming soon wp, construction, landing page, widget, Post, plugin, admin, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, under maintenance, site maintenance, schedule maintenance, admin maintenance, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
- Tested up to: 4.9.1
7
- Stable tag: 3.0.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Coming soon and Maintenance mode plugin is an awesome tool to show your website visitors that you are working on your website for making it better. Maintenance mode and Coming soon plugin is one of the best Maintenance plugins on store.
12
 
13
  == Description ==
14
 
15
  https://www.youtube.com/watch?v=VBWX6rsjf3s
16
 
17
- It's not easy to create coming soon page for WordPress without coding knowledge. That's why our team do his best to help WordPress users to create coming soon pages easily and quickly.Our coming soon and Maintenance mode plugin is the best way to create better coming soon page.
18
 
19
  ### View our plugin Demo page:
20
 
21
  * [Demo 1 - Background Slider](http://democomingsoon.wpdevart.com/)
22
  * [Demo 2 - Video Background](http://democs.wpdevart.com/)
23
 
24
- Coming soon and Maintenance mode plugin will add some great features to your coming soon page.
25
 
26
  ### Features of Free version
27
 
28
  * **Easy install and use**
29
  * **Works perfectly with all versions of WordPress**
30
- * **Fully Responsive Coming Soon page**
31
- * **Ability to disable Coming Soon page for specific IPs**
32
- * **Highly customizable Coming Soon page**
33
- * **Ability to set Coming Soon page background image**
34
- * **Ability to set Coming Soon page background color**
35
- * **Custom Logo for Coming Soon page**
36
- * **Ability to use WordPress post editor for Coming soon page Message**
37
  * **Social Media Ready(Facebook, Twitter, Google Plus, YouTube, Instagram)**
38
  * **Ability to open social websites in a new window**
39
- * **SEO friendly Coming Soon page**
40
- * **Set Meta description for your Coming Soon page**
41
- * **Set Meta keywords for your Coming Soon page**
42
  * **Enable/Disable Search Robots**
43
  * **Uses CSS3**
44
- * **User friendly back-end for Coming Soon and Maintenance mode plugin**
45
  * **Tested on popular WordPress themes**
46
- * **Coming soon page visible only non logged in users**
47
 
48
- You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soon and Maintenance mode Pro](http://wpdevart.com/wordpress-coming-soon-plugin) to add some features.
49
 
50
  ### The features of Pro version
51
 
52
- * **Awesome Background Slider for Coming Soon page**
53
- * **Nice Video(YouTube) background for Coming Soon page(Not for mobile devices)**
54
  * **Functional Subscribe Form**
55
- * **Elegant Countdown for coming soon page**
56
  * **3 beautiful and different Countdown designs(button, circle, vertical slider)**
57
  * **39 awesome animation effects for all elements**
58
  * **Ability to set Animation waiting time for all elements**
59
- * **Ability to exclude specific pages, posts from displaying Coming Soon page**
60
- * **Functionality to hide Countdown or disable coming soon page when Countdown time expired**
61
- * **Ability to set Countdown position(left, center, right)**
62
- * **Ability to set Countdown distance from top**
63
- * **Ability to set Countdown text color, Countdown background color, Countdown border radius, Countdown Size**
64
- * **Ability to set Countdown border width, Countdown font-size, Countdown Font family**
65
- * **Ability to set Coming soon page content position**
66
- * **Ability to set Coming soon page Content background color**
67
- * **Ability to set Coming soon page Content background transparency**
68
- * **Ability to set Coming soon page Content background border radius**
69
- * **Ability to use Subscribe Form for coming soon page**
70
- * **Ability to change Subscribe Form all texts**
71
- * **Ability to set Subscribe Form position(left, center, right)**
72
- * **Ability to set Subscribe Form distance from top**
73
  * **Ability to set font size and font famely for Subscribe Form all texts**
74
  * **Ability to change input border color and radius**
75
  * **Ability to change placeholder text color, send button bg color, send button text color, input field text color, after submit text color**
76
- * **Ability to send Email notifications to subscribed users from Coming soon admin page**
77
- * **Ability to remove subscribed users emails from list**
78
  * **Ability to mute or unmute video**
79
- * **Ability to set Logo position and distance from top**
80
- * **Ability to set max width and max height for Logo**
81
- * **Ability to set Title color, distance from top and position**
82
- * **Ability to set Title Font Size and Font family**
83
- * **Ability to set Message position(left, center, right)**
84
- * **Ability to set Message distance from top**
85
- * **Ability to Progress bar to coming soon page**
86
- * **Ability to select Progress bar percentage**
87
- * **Ability to set Progress bar width**
88
- * **Ability to set Progress bar distance from top and position**
89
- * **Ability to select Progress bar loading and border color**
90
- * **Ability to select Progress bar border width and border radius**
91
  * **Ability to upload your own images for Social Buttons**
92
- * **Ability to set Social Buttons position(left, center, right)**
93
- * **Ability to set Social Buttons distance from top**
94
- * **Ability to set distance between Social Buttons**
95
- * **Ability to set Social Buttons max width and height**
96
- * **Ability to set Favicon for Coming Soon page**
97
- * **Ability to add Link To Admin Section**
98
- * **Ability to set Link To Admin position(left, center, right)**
99
- * **Ability to set Link To Admin distance from top**
100
- * **Ability to set Link To Admin Font Size and Font family**
101
  * **You can also change Link To Admin text and color**
102
  * **Built in 31 fonts for Title, Countdown, Link To Admin, Subscribe Form texts**
103
- * **Ability to set content maximum width**
104
- * **Ability to set padding for content**
105
- * **Ability to set margin for content**
106
- * **Drag and drop ordering for coming soon page content elements**
107
 
108
- **If you have any type of question occuring our Coming soon plugin, contact us at our plugin [SUPPORT FORUM](https://wordpress.org/support/plugin/coming-soon-page).**
109
 
110
- The Coming Soon and Maintenance mode plugin allows you to create Coming Soon page for your website simply and quickly. You just need to enable the Coming Soon Mode to change your website to Maintenance mode.
111
 
112
- The Coming Soon and Maintenance mode plugin plugin works without any problem with all popular WordPress themes that we tested, so you can use our Coming Soon and Maintenance mode plugin on any theme you like, if something goes wrong just let us know about it.
113
- Logged out users of your website will see the Maintenance mode while logged-in users will have access to your website. Maintenance mode is ideal solution for web developers who want to show their clients that website is in Maintenance mode while they working on the website.
114
-
115
- ### The Best Offer From WpDevArt
116
-
117
- **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
118
-
119
- We recommend you to take a look for this useful plugins - [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup) .
120
 
121
  == Installation ==
122
 
123
  ### First download the plugin ZIP file.
124
- Installing the WordPress **Coming Soon and Maintenance mode** plugin
125
 
126
  1. Log in to your website administration panel.
127
  2. Go to Plugins page and click on Add New button, then click on Upload Plugin button.
128
- 3. Click "Choose file" then select the [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/) and Maintenance mode plugin zip file.
129
- 4. Then Install and activate our WordPress Maintenance mode plugin.
130
- 5. From the left panel of Dashboard, click on the gear icon - Coming Soon link to fully customize the plugin
131
 
132
- That's all, now you can build your Coming soon page and run website to Maintenance mode. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
133
-
134
- ### The Best Offer From WpDevArt
135
-
136
- **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
137
-
138
- We recommend you to take a look for this useful plugins - [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup) .
139
 
140
  == Frequently Asked Questions ==
141
 
142
- Our [Coming soon](http://wpdevart.com/wordpress-coming-soon-plugin) and Maintenance mode is a user friendly plugin, but here you can see some frequently asked questions that will help you.
143
 
144
- = Why I don't see my coming soon page =
145
 
146
- 1. First of all log out from your admin panel(or check coming soon page using other browser).
147
  2. Clear your cache.
148
  3. Clear your website cache(If you use cache plugin, then just clear it)
149
- 4. Check the Countdown(it doesn't matter that you don't use this feature, because it may be just hidden). If Countdown date expired and you have selected this option "After Countdown expired - Disable coming soon", then the coming soon page will disappear.
150
 
151
  = Why video background doesn't work on mobile =
152
 
@@ -190,7 +151,7 @@ Yes, you can add it from Search engine and Favicon Tab.
190
 
191
  = Can I use background slider on other pages =
192
 
193
- Unfortunately you can use the slider only on maintenance page.
194
 
195
  = What I need to type in YouTube video id field =
196
 
@@ -207,21 +168,15 @@ Contact us at support@wpdevart.com and send us order details and we will send yo
207
 
208
  = Do I need to pay yearly or monthly for pro version =
209
 
210
- No dear users, you need to pay only once for Coming Soon pro version.
211
-
212
- ### The Best Offer From WpDevArt
213
-
214
- **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
215
-
216
- We recommend you to take a look for this useful plugins - [WordPress Gallery](https://wordpress.org/plugins/gallery-album), [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box plugin](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup) .
217
 
218
  == Screenshots ==
219
 
220
- 1. **WordPress Coming soon and Maintenance mode** Front-end
221
- 2. **WordPress Coming soon and Maintenance mode** Back-end
222
- 3. **WordPress Coming soon and Maintenance mode** Back-end
223
- 4. **WordPress Coming soon and Maintenance mode** Back-end
224
- 5. **WordPress Coming soon and Maintenance mode** Front-end
225
 
226
  == Changelog ==
227
 
@@ -531,7 +486,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
531
 
532
  = 2.7.4 ==
533
 
534
- * Edit comments in coming soon plugin code.
535
 
536
  = 2.7.5 ==
537
 
@@ -547,7 +502,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
547
 
548
  = 2.7.8 ==
549
 
550
- * Changed coming soon page default title.
551
 
552
  = 2.7.9 ==
553
 
@@ -555,7 +510,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
555
 
556
  = 2.8.0 ==
557
 
558
- * Edit coming soon page title.
559
 
560
  = 2.8.1 ==
561
 
@@ -567,7 +522,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
567
 
568
  = 2.8.3 ==
569
 
570
- * Edit some code in coming soon files.
571
 
572
  = 2.8.4 ==
573
 
@@ -597,7 +552,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
597
 
598
  ### Logo
599
 
600
- * Show logo - Choose to show or hide your logo from Coming soon page.
601
  * Logo - Click "Upload" button to upload your logo.
602
  * Logo position - Here you can choose your logo position(Left, Center, Right).
603
  * Distance from top - Type here your logo distance from top.
@@ -609,20 +564,20 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
609
 
610
  ### Title
611
 
612
- * Show title - Choose to show or hide your Title from Coming soon page.
613
- * Title - Type here coming soon page Title.
614
  * Title color - Select the title color.
615
- * Title Font Size - Type here your coming soon page title font size.
616
  * Title Font family - Choose the font family for title.
617
- * Title position - Choose your coming soon page Title position(Left, Center, Right).
618
  * Distance from top - Type here Title field distance from top.
619
  * Title Animation type - Choose animation type for Title.
620
  * Animation waiting time - Type here Title animation waiting time(in milliseconds).
621
 
622
  ### Message
623
 
624
- * Show Message - Choose to show or hide Message box from Coming soon page.
625
- * Message - Type here message for coming soon page(you can use WordPress posts/pages default editor).
626
  * Message position - Choose position for Message box(Left, Center, Right).
627
  * Distance from top - Type here Message box distance from top.
628
  * Message Animation type - Choose animation type for Message box.
@@ -630,29 +585,29 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
630
 
631
  ### Countdown
632
 
633
- * Show Countdown - Choose to show or hide Countdown on Coming soon page.
634
  * Text for Day field - Type here default text for Day field.
635
  * Text for Hour field - Type here default text for Hour field.
636
  * Text for Minute field - Type here default text for Minute field.
637
  * Text for Second field - Type here default text for Second field.
638
  * Countdown date - Type here the Countdown time(days, hour), then select the Countdown start date.
639
- * After Countdown expired - Choose what will happens with your coming soon page when Countdown expired(Disable comig soon or only hide Countdown).
640
- * Countdown position - Choose position for countdown(Left, Center, Right).
641
- * Distance from top - Type here countdown distance from top.
642
- * Animation type - Choose animation type for countdown.
643
- * Animation waiting time - Type here waiting time for countdown animation(in milliseconds).
644
- * Countdown Buttons type - Choose the countdown buttons type(button, circle, vertical slider)
645
- * Countdown text color - Select the countdown text color.
646
- * Countdown background color - Select the countdown background color.
647
- * Countdown border radius - Type here the countdown buttons border radius.
648
- * Countdown Size - Select the countdown size.
649
- * Countdown border width - Select the countdown border width for circle buttons(only apears when you choose Countdown circle buttons).
650
- * Countdown font-size - Type here the countedow text font-size.
651
- * Countdown Font family - Select the countdown text Font family.
652
 
653
  ### Progress bar
654
 
655
- * Show Progress bar - Choose to show or hide Progress bar on Coming soon page.
656
  * Progress bar percentage - Here you can select Progress bar percentage.
657
  * Width - Type here Progress bar width.
658
  * Progress bar position - Choose position for Progress bar(Left, Center, Right).
@@ -667,7 +622,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
667
 
668
  ### Subscribe (Mailing list)
669
 
670
- * Show the Form - Choose to show or hide Subscribe Form on Coming soon page.
671
  * User First name text - Type here text for user first name field.
672
  * User Last name text - Type here text for user last name field.
673
  * Email field text - Type here text for email field.
@@ -693,7 +648,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
693
 
694
  ### Social buttons
695
 
696
- * Show social buttons - Choose to show or hide social buttons on coming soon page.
697
  * Facebook url - Type here Facebook url.
698
  * Facebook img url - Type here Facebook icon url or upload it.
699
  * Twitter url - Type here Twitter url.
@@ -725,36 +680,36 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
725
 
726
  ### Content
727
 
728
- * Content position - Choose content position on coming soon page(Left top, Left middle, Left bottom, Center top, Center middle, Center bottom, Right top, Right middle, Right bottom).
729
  * Content bg color - Select content background color.
730
  * Content transparency - Select transparency for content.
731
  * Border radius - Type here border radius for content.
732
  * Content max width - Type here content maximum width.
733
  * Padding - Type here content padding value(padding properties define the space between the element border and the element content).
734
  * Margin - Type here content margin value(margin properties define the space around elements).
735
- * Elements ordering - Choose the order of showing elements on coming soon page(you can move all elements using drop down functionality).
736
 
737
  ### Background
738
 
739
- * Background type - Select the background type you want to use for your coming soon page.
740
- * Set color - Select the background color for coming soon page(option will apear if you choose "Background color" type).
741
- * Img url - Type the image url or just upload images for coming soon page background(option will apear if you choose "Background image" type).
742
- * Slider img urls - Type the image urls or just upload images for coming soon Background Slider(option will apear if you choose "Background Slider" type).
743
  * YouTube video id - Type YouTube video Id, for example if YouTube video full url is "https://www.youtube.com/watch?v=0AqnCSdkjQ0", then you just need to type here "0AqnCSdkjQ0" (option will apear if you choose "YouTube Background" type).
744
  * Video Sound - Choose mute or unmute background video(option will apear if you choose "YouTube Background" type).
745
 
746
  ### Except pages and IPs
747
 
748
- * Disable coming soon for this ips - You can disable coming soon page for this ips, just type the ip and click anywhere, then type the next ip in next field that will appear.
749
- * Disable coming soon for this urls - You can disable coming soon page for this urls, just type the url and click anywhere, then type the next url in next field that will appear.
750
 
751
  ### Search engine and Favicon
752
 
753
  * Title(SEO) - Type here the Title for Search engines(It will be visable for search engines).
754
- * Favicon - Here you can upload favicon for coming soon page.
755
  * Enable Search Robots - Here you can enable or disable coming soon page for search robots(If you disable this option then your website will disappear from search engines).
756
- * Meta Keywords - Type here meta keywords for coming soon page.
757
- * Meta Description - Type here meta description for coming soon page.
758
 
759
  ### Subscribers page
760
 
@@ -769,4 +724,4 @@ All fields are requared - All fields are required
769
  * Message title - Type here message title.
770
  * Message - Type here message text.
771
 
772
- All fields required, so fill all fields and click on send button, that's all.
1
+ === Coming soon and Maintenance mode ===
2
  Contributors: wpdevart
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
+ Tags: coming soon, wordpress coming soon, maintenance, maintenance mode, under construction
5
  Requires at least: 3.4.0
6
+ Tested up to: 4.9.4
7
+ Stable tag: 3.0.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Coming soon and Maintenance mode plugin is an awesome tool to show your website visitors that you are working on your website for making it better.
12
 
13
  == Description ==
14
 
15
  https://www.youtube.com/watch?v=VBWX6rsjf3s
16
 
17
+ Coming soon and Maintenance mode plugin is an awesome tool to show your website visitors that you are working on your website for making it better. It's not easy to create under construction page for WordPress without coding knowledge. That's why our team do his best to help WordPress users to create maintenance pages easily and quickly.
18
 
19
  ### View our plugin Demo page:
20
 
21
  * [Demo 1 - Background Slider](http://democomingsoon.wpdevart.com/)
22
  * [Demo 2 - Video Background](http://democs.wpdevart.com/)
23
 
24
+ Our plugin will add some great features to your Under construction page.
25
 
26
  ### Features of Free version
27
 
28
  * **Easy install and use**
29
  * **Works perfectly with all versions of WordPress**
30
+ * **Fully Responsive**
31
+ * **Ability to disable plugin for specific IPs**
32
+ * **Highly customizable under construction page**
33
+ * **Ability to set background image and color**
34
+ * **Custom Logo**
35
+ * **Ability to use WordPress post editor for Message**
 
36
  * **Social Media Ready(Facebook, Twitter, Google Plus, YouTube, Instagram)**
37
  * **Ability to open social websites in a new window**
38
+ * **SEO friendly**
39
+ * **Ability to set Meta description and keywords**
 
40
  * **Enable/Disable Search Robots**
41
  * **Uses CSS3**
42
+ * **User friendly back-end**
43
  * **Tested on popular WordPress themes**
 
44
 
45
+ You can upgrade the free version to [Coming soon and Maintenance mode Pro](http://wpdevart.com/wordpress-coming-soon-plugin) to add some features.
46
 
47
  ### The features of Pro version
48
 
49
+ * **Awesome Background Slider**
50
+ * **Nice Video(YouTube) background(Not for mobile devices)**
51
  * **Functional Subscribe Form**
52
+ * **Elegant Countdown**
53
  * **3 beautiful and different Countdown designs(button, circle, vertical slider)**
54
  * **39 awesome animation effects for all elements**
55
  * **Ability to set Animation waiting time for all elements**
56
+ * **Ability to exclude specific pages, posts**
57
+ * **Functionality to hide Countdown or disable Under construction page when Countdown time expired**
58
+ * **Countdown position(left, center, right), distance from top, text color, background color, border radius, Size, border width, font-size, Font family**
59
+ * **Content position, background color, transparency and border radius**
60
+ * **Subscribe Form**
61
+ * **Ability to change Subscribe Form all texts, position(left, center, right) and distance from top**
 
 
 
 
 
 
 
 
62
  * **Ability to set font size and font famely for Subscribe Form all texts**
63
  * **Ability to change input border color and radius**
64
  * **Ability to change placeholder text color, send button bg color, send button text color, input field text color, after submit text color**
65
+ * **Ability to send Email notifications to subscribed users**
 
66
  * **Ability to mute or unmute video**
67
+ * **Ability to set Logo position and distance from top, max width and max height**
68
+ * **Ability to set Title color, distance from top, position, Font Size and Font family**
69
+ * **Ability to set Message position(left, center, right) and distance from top**
70
+ * **Progress bar**
71
+ * **Ability to set Progress bar percentage, width, distance from top, position, loading, border color, border width and border radius**
 
 
 
 
 
 
 
72
  * **Ability to upload your own images for Social Buttons**
73
+ * **Ability to set Social Buttons position(left, center, right), max width, height, distance from top, distance between Social Buttons**
74
+ * **Ability to set Favicon**
75
+ * **Link To Admin Section**
76
+ * **Ability to set Link To Admin position(left, center, right), distance from top, Font Size and Font family**
 
 
 
 
 
77
  * **You can also change Link To Admin text and color**
78
  * **Built in 31 fonts for Title, Countdown, Link To Admin, Subscribe Form texts**
79
+ * **Ability to set content maximum width, padding and margin**
80
+ * **Drag and drop ordering for content elements**
 
 
81
 
82
+ **If you have any type of question occuring our plugin, contact us at our plugin [SUPPORT FORUM](https://wordpress.org/support/plugin/coming-soon-page).**
83
 
84
+ The Under construction plugin allows you to create Coming Soon page for your website simply and quickly. You just need to enable the plugin to change your website to Maintenance mode.
85
 
86
+ Our plugin works without any problem with all popular WordPress themes that we tested, so you can use our Under construction plugin on any theme you like, if something goes wrong just let us know about it.
87
+ Logged out users of your website will see the Maintenance mode while logged-in users will have access to your website. This is ideal solution for web developers who want to show their clients that website is in Maintenance mode while they working on the website.
 
 
 
 
 
 
88
 
89
  == Installation ==
90
 
91
  ### First download the plugin ZIP file.
 
92
 
93
  1. Log in to your website administration panel.
94
  2. Go to Plugins page and click on Add New button, then click on Upload Plugin button.
95
+ 3. Click "Choose file" then select the [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/) plugin zip file.
96
+ 4. Then Install and activate our plugin.
97
+ 5. From the left panel of Dashboard, click on our plugin gear icon to fully customize the plugin
98
 
99
+ That's all, now you can build your Maintenance page. If any problem occurs, contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
 
 
 
 
 
 
100
 
101
  == Frequently Asked Questions ==
102
 
103
+ Our Unders construction plugin is a user friendly plugin, but here you can see some frequently asked questions that will help you.
104
 
105
+ = Why I don't see my Under construction page =
106
 
107
+ 1. First of all log out from your admin panel(or check the page using other browser).
108
  2. Clear your cache.
109
  3. Clear your website cache(If you use cache plugin, then just clear it)
110
+ 4. Check the Countdown(it doesn't matter that you don't use this feature, because it may be just hidden). If Countdown date expired and you have selected this option "After Countdown expired - Disable coming soon", then the maintenance page will disappear.
111
 
112
  = Why video background doesn't work on mobile =
113
 
151
 
152
  = Can I use background slider on other pages =
153
 
154
+ Unfortunately you can use the slider only on our plugin page.
155
 
156
  = What I need to type in YouTube video id field =
157
 
168
 
169
  = Do I need to pay yearly or monthly for pro version =
170
 
171
+ No dear users, you need to pay only once for pro version.
 
 
 
 
 
 
172
 
173
  == Screenshots ==
174
 
175
+ 1. Front-end
176
+ 2. Back-end
177
+ 3. Back-end
178
+ 4. Back-end
179
+ 5. Front-end
180
 
181
  == Changelog ==
182
 
486
 
487
  = 2.7.4 ==
488
 
489
+ * Edit comments in code.
490
 
491
  = 2.7.5 ==
492
 
502
 
503
  = 2.7.8 ==
504
 
505
+ * Changed default title.
506
 
507
  = 2.7.9 ==
508
 
510
 
511
  = 2.8.0 ==
512
 
513
+ * Edit page title.
514
 
515
  = 2.8.1 ==
516
 
522
 
523
  = 2.8.3 ==
524
 
525
+ * Edit some code.
526
 
527
  = 2.8.4 ==
528
 
552
 
553
  ### Logo
554
 
555
+ * Show logo - Choose to show or hide your logo.
556
  * Logo - Click "Upload" button to upload your logo.
557
  * Logo position - Here you can choose your logo position(Left, Center, Right).
558
  * Distance from top - Type here your logo distance from top.
564
 
565
  ### Title
566
 
567
+ * Show title - Choose to show or hide your Title.
568
+ * Title - Type here the Title.
569
  * Title color - Select the title color.
570
+ * Title Font Size - Type here title font size.
571
  * Title Font family - Choose the font family for title.
572
+ * Title position - Choose Title position(Left, Center, Right).
573
  * Distance from top - Type here Title field distance from top.
574
  * Title Animation type - Choose animation type for Title.
575
  * Animation waiting time - Type here Title animation waiting time(in milliseconds).
576
 
577
  ### Message
578
 
579
+ * Show Message - Choose to show or hide Message box.
580
+ * Message - Type here message for under construction page(you can use WordPress posts/pages default editor).
581
  * Message position - Choose position for Message box(Left, Center, Right).
582
  * Distance from top - Type here Message box distance from top.
583
  * Message Animation type - Choose animation type for Message box.
585
 
586
  ### Countdown
587
 
588
+ * Show/hide - Choose to show or hide.
589
  * Text for Day field - Type here default text for Day field.
590
  * Text for Hour field - Type here default text for Hour field.
591
  * Text for Minute field - Type here default text for Minute field.
592
  * Text for Second field - Type here default text for Second field.
593
  * Countdown date - Type here the Countdown time(days, hour), then select the Countdown start date.
594
+ * After Countdown expired - Choose what will happens with Under construction page when Countdown expired(Disable comig soon or only hide Countdown).
595
+ * Position - Choose the position(Left, Center, Right).
596
+ * Distance from top - Type here the distance from top.
597
+ * Animation type - Choose animation type.
598
+ * Animation waiting time - Type here waiting time for animation(in milliseconds).
599
+ * Buttons type - Choose the buttons type(button, circle, vertical slider)
600
+ * Text color - Select the text color.
601
+ * Background color - Select the background color.
602
+ * Border radius - Type here the buttons border radius.
603
+ * Size - Select the size.
604
+ * Border width - Select the border width for circle buttons(only apears when you choose Countdown circle buttons).
605
+ * Font-size - Type here the countedow text font-size.
606
+ * Font family - Select the text Font family.
607
 
608
  ### Progress bar
609
 
610
+ * Show Progress bar - Choose to show or hide Progress bar.
611
  * Progress bar percentage - Here you can select Progress bar percentage.
612
  * Width - Type here Progress bar width.
613
  * Progress bar position - Choose position for Progress bar(Left, Center, Right).
622
 
623
  ### Subscribe (Mailing list)
624
 
625
+ * Show the Form - Choose to show or hide Subscribe Form.
626
  * User First name text - Type here text for user first name field.
627
  * User Last name text - Type here text for user last name field.
628
  * Email field text - Type here text for email field.
648
 
649
  ### Social buttons
650
 
651
+ * Show social buttons - Choose to show or hide social buttons.
652
  * Facebook url - Type here Facebook url.
653
  * Facebook img url - Type here Facebook icon url or upload it.
654
  * Twitter url - Type here Twitter url.
680
 
681
  ### Content
682
 
683
+ * Content position - Choose content position(Left top, Left middle, Left bottom, Center top, Center middle, Center bottom, Right top, Right middle, Right bottom).
684
  * Content bg color - Select content background color.
685
  * Content transparency - Select transparency for content.
686
  * Border radius - Type here border radius for content.
687
  * Content max width - Type here content maximum width.
688
  * Padding - Type here content padding value(padding properties define the space between the element border and the element content).
689
  * Margin - Type here content margin value(margin properties define the space around elements).
690
+ * Elements ordering - Choose the order of showing elements(you can move all elements using drop down functionality).
691
 
692
  ### Background
693
 
694
+ * Background type - Select the background type you want to use.
695
+ * Set color - Select the background color(option will apear if you choose "Background color" type).
696
+ * Img url - Type the image url or just upload images for background(option will apear if you choose "Background image" type).
697
+ * Slider img urls - Type the image urls or just upload images for Background Slider(option will apear if you choose "Background Slider" type).
698
  * YouTube video id - Type YouTube video Id, for example if YouTube video full url is "https://www.youtube.com/watch?v=0AqnCSdkjQ0", then you just need to type here "0AqnCSdkjQ0" (option will apear if you choose "YouTube Background" type).
699
  * Video Sound - Choose mute or unmute background video(option will apear if you choose "YouTube Background" type).
700
 
701
  ### Except pages and IPs
702
 
703
+ * Disable the plugin for this ips - You can disable the plugin for this ips, just type the ip and click anywhere, then type the next ip in next field that will appear.
704
+ * Disable the plugin for this urls - You can disable the plugin for this urls, just type the url and click anywhere, then type the next url in next field that will appear.
705
 
706
  ### Search engine and Favicon
707
 
708
  * Title(SEO) - Type here the Title for Search engines(It will be visable for search engines).
709
+ * Favicon - Here you can upload favicon.
710
  * Enable Search Robots - Here you can enable or disable coming soon page for search robots(If you disable this option then your website will disappear from search engines).
711
+ * Meta Keywords - Type here meta keywords.
712
+ * Meta Description - Type here meta description.
713
 
714
  ### Subscribers page
715
 
724
  * Message title - Type here message title.
725
  * Message - Type here message text.
726
 
727
+ All fields required, so fill all fields and click on send button, that's all.