Coming soon and Maintenance mode - Version 1.0.2

Version Description

  • Bug fixed

Wordpress Coming soon step by step guide

Creating Coming Soon page

  • Coming Soon Mode - Select Coming Soon plugin mode.
  • Mailing List - Disable or Enable Mailing List on Coming soon page
  • Mailing list input text - Type here Mailing list input text for Coming soon page
  • Mailing list send button text - Type here Mailing list send button text for Coming soon page
  • Logo - Select your website logo from gallery or just upload it.
  • Title - Type your Coming Soon page title.
  • Massage - Here you can type the massage that will appear on your coming soon page.
  • Keywords - Type your Coming Soon page meta keywords.
  • Description - Type your Coming Soon page meta description.
  • Countdown - Type the time to activate the countdown for Maintenance mode.
  • Disable coming soon page after countdown end - If you choose this option, then your coming soon page will be Enabled after countdown end.
  • Disable coming soon page for this ips - Just type here users ip's who can access to you website.
  • Disable coming soon page for this urls - You can exclude specific url's from displaying Coming Soon page.
  • Facebook - Type here your Facebook page url, when website is on Maintenance mode.
  • Twitter - Type here your Twitter page url, when website is on Maintenance mode.
  • Google Plus - Type here your Google Plus page url, when website is on Maintenance mode.
  • YouTube - Type here your YouTube page url, when website is on Maintenance mode.
  • Instagram - Type here your Instagram page url, when website is on Maintenance mode.

The second option page is "Design Options" . On this page you can change your Coming Soon page design.

Coming Soon page design options

  • Coming soon page backround type - Select WordPress Coming soon plugin backround mode. There are tree background types, the first type is simple background color, second type is backround with image and the last type is background Slider.
  • Background Color - Select Coming Soon page background color.
  • Background image - Upload Coming Soon page background image.
  • Backround slider - Upload Coming Soon page background slider images.
  • Title Font Size - Set your Coming soon page Title Font Size.
  • Title Color - Set your Coming soon page Title Color.
  • Content position - Set your Coming Soon page content position.
  • Coming soon Content background color - Set your Coming soon page content background color.
  • Coming page Content background transparency - Set your Coming soon page content background transparency.
  • Content border radius - Set your Coming soon page content border radius.
  • Countdown button background color - Set Coming Soon page countdown button background color.
  • Countdown text color - Set Coming Soon page countdown text colors.
  • Countdown border radius - Set Coming Soon page countdown border radius.
  • Countdown font-size - Set Coming Soon page countdown font-sizes.
  • Mailing list button background color - Set Coming Soon page Mailing list button background color.
  • Mailing list button text color - Set Coming Soon page Mailing list button text color.
  • Mailing list input text color - Set Coming Soon page Mailing list input text color.
  • Mailing list button and input font-size - Set Coming Soon page Mailing list button and input font-size.
  • Text color that will appear after sending Email - Set text color that will appear after sending Email.
  • Facebook button background image - Upload your button for Facebook or just use our default Facebook button.
  • Twitter button background image - Upload your button for Twitter or just use our default Twitter button.
  • Google Plus button background image - Upload your button for Google Plus or just use our default Google Plus button.
  • YouTube button background image - Upload your button for YouTube or just use our default YouTube button.
  • Instagram button background image - Upload your button for Instagram or just use our default Instagram button.

The third option page is "Mailing list" . On this page you can type Sendmail Message text and send Message to users. The last option page of our WordPress Maintenance mode plugin is "Live Preview" . Here you can see your Coming soon page live preview.

We recommend you to take a look for this useful plugins - WordPress Poll plugin, WordPress Facebook like box, Lightbox WordPress, WordPress YouTube .

Download this release

Release Info

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

Code changes from version 1.0.1 to 1.0.2

Files changed (3) hide show
  1. coming_soon.php +2 -1
  2. includes/admin_menu.php +1 -1
  3. readme.txt +20 -10
coming_soon.php CHANGED
@@ -3,8 +3,9 @@
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * 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.
6
- * Version: 1.0.1
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
 
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
10
 
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * 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.
6
+ * Version: 1.0.2
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
+ * Author URI: http://wpdevart.com
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
11
 
includes/admin_menu.php CHANGED
@@ -196,7 +196,7 @@ class coming_soon_admin_menu{
196
  <a id="options-group-1-tab" class="nav-tab" title="SEO" href="#options-group-1">General Settings</a>
197
  <a id="options-group-2-tab" class="nav-tab" title="Layout Editor" href="#options-group-2">Design Option</a>
198
  <a id="options-group-3-tab" class="nav-tab" title="General" href="#options-group-3">Mailing List <span class='pro_subtitle_span'><?php echo $this->text_parametrs['get_pro_version_subtitle'] ?></span></a>
199
- <a id="options-group-4-tab" class="nav-tab" title="Homepage" href="#options-group-4">Liev Preview</a>
200
  <a id="options-group-4-tab" class="nav-tab" title="Homepage" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1); font-weight: bold; font-size: 21px;">Upgrade to Pro Version</span></a>
201
 
202
  </h2>
196
  <a id="options-group-1-tab" class="nav-tab" title="SEO" href="#options-group-1">General Settings</a>
197
  <a id="options-group-2-tab" class="nav-tab" title="Layout Editor" href="#options-group-2">Design Option</a>
198
  <a id="options-group-3-tab" class="nav-tab" title="General" href="#options-group-3">Mailing List <span class='pro_subtitle_span'><?php echo $this->text_parametrs['get_pro_version_subtitle'] ?></span></a>
199
+ <a id="options-group-4-tab" class="nav-tab" title="Homepage" href="#options-group-4">Live Preview</a>
200
  <a id="options-group-4-tab" class="nav-tab" title="Homepage" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1); font-weight: bold; font-size: 21px;">Upgrade to Pro Version</span></a>
201
 
202
  </h2>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
- Tags: widget, Post , plugin, admin, twitter, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, 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, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode
5
  Requires at least: 3.4.0
6
- Tested up to: 4.0
7
- Stable tag: 1.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -71,9 +71,10 @@ You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soo
71
  * **Ability to change Instagram button background image**
72
 
73
 
74
- ### View our Coming Soon and Maintenance mode plugin Demo page - [Coming soon and Maintenance mode Demo](http://democomingsoon.wpdevart.com/)
 
75
 
76
- ### If you found any bug in our [WordPress Coming soon and Maintenance mode](http://wpdevart.com/wordpress-coming-soon-plugin) plugin or have a question contact us at [support@wpdevart.com](mailto:support@wpdevart.com).
77
 
78
 
79
  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.
@@ -81,7 +82,7 @@ The Coming Soon and Maintenance mode plugin allows you to create Coming Soon pag
81
  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.
82
  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.
83
 
84
- We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/) .
85
 
86
  == Installation ==
87
 
@@ -96,22 +97,31 @@ Installing the WordPress **Coming Soon and Maintenance mode** plugin
96
 
97
  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).
98
 
99
- We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/) .
100
 
101
  == Screenshots ==
102
 
103
  1. **[WordPress Maintenance mode](https://wordpress.org/plugins/coming-soon-page/) and Coming soon** Front-end
104
  2. **[WordPress Coming soon](https://wordpress.org/plugins/coming-soon-page/) and Maintenance mode** Back-end(General settings)
105
  3. **WordPress Coming soon and Maintenance mode** Back-end(General settings)
106
- 4. **WordPress Coming soon and Maintenance mode** Back-end(Design Options)
107
  5. **WordPress Coming soon and Maintenance mode** Mailing list
108
  6. **WordPress Coming soon and Maintenance mode** Live preview
109
 
110
  == Changelog ==
111
 
112
- = 1.0 =
 
113
  * Initial version.
114
 
 
 
 
 
 
 
 
 
115
  ==Wordpress Coming soon step by step guide==
116
 
117
  ### Creating Coming Soon page
@@ -167,4 +177,4 @@ The second option page is "Design Options" . On this page you can change your Co
167
  The third option page is "Mailing list" . On this page you can type Sendmail Message text and send Message to users.
168
  The last option page of our [WordPress Maintenance mode](https://wordpress.org/plugins/coming-soon-page/) plugin is "Live Preview" . Here you can see your Coming soon page live preview.
169
 
170
- We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/) .
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
+ Tags: widget, Post , plugin, admin, twitter, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, 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, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode, bing
5
  Requires at least: 3.4.0
6
+ Tested up to: 4.1.1
7
+ Stable tag: 1.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
71
  * **Ability to change Instagram button background image**
72
 
73
 
74
+ ### View our Coming Soon and Maintenance mode plugin Demo page:
75
+ [Coming soon and Maintenance mode Demo](http://democomingsoon.wpdevart.com/)
76
 
77
+ ### If you found any bug in our WordPress Coming soon and Maintenance mode plugin or have a question contact us at support@wpdevart.com.
78
 
79
 
80
  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.
82
  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.
83
  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.
84
 
85
+ We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress Lightbox](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player) .
86
 
87
  == Installation ==
88
 
97
 
98
  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).
99
 
100
+ We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [Lightbox WordPress](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player) .
101
 
102
  == Screenshots ==
103
 
104
  1. **[WordPress Maintenance mode](https://wordpress.org/plugins/coming-soon-page/) and Coming soon** Front-end
105
  2. **[WordPress Coming soon](https://wordpress.org/plugins/coming-soon-page/) and Maintenance mode** Back-end(General settings)
106
  3. **WordPress Coming soon and Maintenance mode** Back-end(General settings)
107
+ 4. **WordPress Coming soon and Maintenance mode** Back-end(Design settings)
108
  5. **WordPress Coming soon and Maintenance mode** Mailing list
109
  6. **WordPress Coming soon and Maintenance mode** Live preview
110
 
111
  == Changelog ==
112
 
113
+ = 1.0.0 =
114
+
115
  * Initial version.
116
 
117
+ = 1.0.1 =
118
+
119
+ * Bug fixed
120
+
121
+ = 1.0.2 =
122
+
123
+ * Bug fixed
124
+
125
  ==Wordpress Coming soon step by step guide==
126
 
127
  ### Creating Coming Soon page
177
  The third option page is "Mailing list" . On this page you can type Sendmail Message text and send Message to users.
178
  The last option page of our [WordPress Maintenance mode](https://wordpress.org/plugins/coming-soon-page/) plugin is "Live Preview" . Here you can see your Coming soon page live preview.
179
 
180
+ We recommend you to take a look for this useful plugins - [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [Lightbox WordPress](https://wordpress.org/plugins/wp-lightbox-2), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player) .