Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.2 |
Comparing to | |
See all releases |
Code changes from version 3.0.1 to 3.0.2
- coming_soon.php +1 -1
- includes/admin_menu.php +1 -1
- includes/front_end.php +4 -4
- includes/install_database.php +1 -1
- readme.txt +34 -36
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.
|
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.2
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -382,7 +382,7 @@ class coming_soon_admin_menu{
|
|
382 |
<?php
|
383 |
}
|
384 |
|
385 |
-
/*######################### Message function #################################*/
|
386 |
|
387 |
public function generete_message_section($page_parametrs){
|
388 |
|
382 |
<?php
|
383 |
}
|
384 |
|
385 |
+
/*######################### Message(Content) function #################################*/
|
386 |
|
387 |
public function generete_message_section($page_parametrs){
|
388 |
|
includes/front_end.php
CHANGED
@@ -123,7 +123,7 @@ class coming_soon_front_end{
|
|
123 |
}
|
124 |
|
125 |
|
126 |
-
/*############################################# Except Pages/Posts Ips Function #################################################*/
|
127 |
|
128 |
private function is_in_except(){
|
129 |
$ips=json_decode(stripslashes($this->params['coming_soon_page_showed_ips']), true);
|
@@ -210,7 +210,7 @@ class coming_soon_front_end{
|
|
210 |
<?php }
|
211 |
}
|
212 |
|
213 |
-
/*############ Generate
|
214 |
|
215 |
private function generete_logo_css(){
|
216 |
echo '#logo{margin-top:10px;text-align:center;}';
|
@@ -219,7 +219,7 @@ class coming_soon_front_end{
|
|
219 |
}
|
220 |
private function generete_logo_javascript(){
|
221 |
}
|
222 |
-
/*################################################################################### Title
|
223 |
private function create_title_html(){
|
224 |
if($this->params['coming_soon_page_title_enable']){
|
225 |
?>
|
@@ -238,7 +238,7 @@ class coming_soon_front_end{
|
|
238 |
|
239 |
}
|
240 |
|
241 |
-
/*################################################################################### Generate title JS ###########################################################################*/
|
242 |
|
243 |
private function generete_title_javascript(){
|
244 |
|
123 |
}
|
124 |
|
125 |
|
126 |
+
/*############################################# Except Pages/Posts and Ips Function #################################################*/
|
127 |
|
128 |
private function is_in_except(){
|
129 |
$ips=json_decode(stripslashes($this->params['coming_soon_page_showed_ips']), true);
|
210 |
<?php }
|
211 |
}
|
212 |
|
213 |
+
/*############ Generate Logo function ################*/
|
214 |
|
215 |
private function generete_logo_css(){
|
216 |
echo '#logo{margin-top:10px;text-align:center;}';
|
219 |
}
|
220 |
private function generete_logo_javascript(){
|
221 |
}
|
222 |
+
/*################################################################################### Title function ###########################################################################*/
|
223 |
private function create_title_html(){
|
224 |
if($this->params['coming_soon_page_title_enable']){
|
225 |
?>
|
238 |
|
239 |
}
|
240 |
|
241 |
+
/*################################################################################### Generate title JS function ###########################################################################*/
|
242 |
|
243 |
private function generete_title_javascript(){
|
244 |
|
includes/install_database.php
CHANGED
@@ -36,7 +36,7 @@ class install_database{
|
|
36 |
),
|
37 |
"coming_title"=>array(
|
38 |
"coming_soon_page_title_enable" => "1",
|
39 |
-
"coming_soon_page_page_title" => "
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
36 |
),
|
37 |
"coming_title"=>array(
|
38 |
"coming_soon_page_title_enable" => "1",
|
39 |
+
"coming_soon_page_page_title" => "Maintenance mode page"
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,20 +12,18 @@ Coming soon and Maintenance mode plugin is an awesome tool to show your website
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
= Coming soon and Maintenance mode plugin =
|
16 |
-
|
17 |
https://www.youtube.com/watch?v=VBWX6rsjf3s
|
18 |
|
19 |
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.
|
20 |
|
21 |
-
### View our
|
22 |
|
23 |
* [Demo 1 - Background Slider](http://democomingsoon.wpdevart.com/)
|
24 |
* [Demo 2 - Video Background](http://democs.wpdevart.com/)
|
25 |
|
26 |
Coming soon and Maintenance mode plugin will add some great features to your coming soon page.
|
27 |
|
28 |
-
### Features of
|
29 |
|
30 |
* **Easy install and use**
|
31 |
* **Works perfectly with all versions of WordPress**
|
@@ -49,7 +47,7 @@ Coming soon and Maintenance mode plugin will add some great features to your com
|
|
49 |
|
50 |
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.
|
51 |
|
52 |
-
### The features of
|
53 |
|
54 |
* **Awesome Background Slider for Coming Soon page**
|
55 |
* **Nice Video(YouTube) background for Coming Soon page(Not for mobile devices)**
|
@@ -107,7 +105,7 @@ You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soo
|
|
107 |
* **Ability to set margin for content**
|
108 |
* **Drag and drop ordering for coming soon page content elements**
|
109 |
|
110 |
-
|
111 |
|
112 |
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.
|
113 |
|
@@ -122,7 +120,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
122 |
|
123 |
== Installation ==
|
124 |
|
125 |
-
### First download the
|
126 |
Installing the WordPress **Coming Soon and Maintenance mode** plugin
|
127 |
|
128 |
1. Log in to your website administration panel.
|
@@ -150,35 +148,35 @@ Our [Coming soon](http://wpdevart.com/wordpress-coming-soon-plugin) and Maintena
|
|
150 |
3. Clear your website cache(If you use cache plugin, then just clear it)
|
151 |
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.
|
152 |
|
153 |
-
= Why
|
154 |
|
155 |
Android doesn't allow set autoplay functionality on YouTube embedded videos, so it's not our fault, it's a global issue.
|
156 |
|
157 |
-
= Can I change the position of
|
158 |
|
159 |
Yes, we have such option and you can do this using drop down functionality.
|
160 |
|
161 |
-
= Can I insert video or image into
|
162 |
|
163 |
Yes, you can use WordPress standard text editor for inserting imgaes or videos.
|
164 |
|
165 |
-
=
|
166 |
|
167 |
Contact us and we will send you the new version.
|
168 |
|
169 |
-
= Can I except
|
170 |
|
171 |
Yes, we have such feature, you can except as many pages/posts as you need.
|
172 |
|
173 |
-
= Can I except
|
174 |
|
175 |
Yes, we have such feature, you can except as many Ips as you need.
|
176 |
|
177 |
-
= Can I copy and use
|
178 |
|
179 |
Yes, you can easily use and copy emails, there is no problem with this.
|
180 |
|
181 |
-
= I
|
182 |
|
183 |
That's normal, because search engines need some time for indexing your page again and remove the old title.
|
184 |
|
@@ -186,11 +184,11 @@ That's normal, because search engines need some time for indexing your page agai
|
|
186 |
|
187 |
Contact us and we will check the issue.
|
188 |
|
189 |
-
= Can I add Favicon for my
|
190 |
|
191 |
Yes, you can add it from Search engine and Favicon Tab.
|
192 |
|
193 |
-
= Can I use
|
194 |
|
195 |
Unfortunately you can use the slider only on maintenance page.
|
196 |
|
@@ -199,15 +197,15 @@ Unfortunately you can use the slider only on maintenance page.
|
|
199 |
Type YouTube video Id, for example if YouTube video full url is 'https://www.youtube.com/watch?v=0AqnCSdkjQ0',
|
200 |
then you just need to type there '0AqnCSdkjQ0' (option will apear if you choose 'YouTube Background' type).
|
201 |
|
202 |
-
= What files I need upload for installing the
|
203 |
|
204 |
You need to select the .zip file only, there is no need to extract the zip file, just upload it
|
205 |
|
206 |
-
= I purchased the
|
207 |
|
208 |
Contact us at support@wpdevart.com and send us order details and we will send you the pro version.
|
209 |
|
210 |
-
= Do I need to pay yearly or monthly for
|
211 |
|
212 |
No dear users, you need to pay only once for Coming Soon pro version.
|
213 |
|
@@ -595,9 +593,9 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
595 |
|
596 |
* Added function comments in code.
|
597 |
|
598 |
-
==
|
599 |
|
600 |
-
###
|
601 |
|
602 |
* Show logo - Choose to show or hide your logo from Coming soon page.
|
603 |
* Logo - Click "Upload" button to upload your logo.
|
@@ -609,7 +607,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
609 |
* Logo max height - Type here your website logo maximum height.
|
610 |
|
611 |
|
612 |
-
###
|
613 |
|
614 |
* Show title - Choose to show or hide your Title from Coming soon page.
|
615 |
* Title - Type here coming soon page Title.
|
@@ -621,7 +619,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
621 |
* Title Animation type - Choose animation type for Title.
|
622 |
* Animation waiting time - Type here Title animation waiting time(in milliseconds).
|
623 |
|
624 |
-
###
|
625 |
|
626 |
* Show Message - Choose to show or hide Message box from Coming soon page.
|
627 |
* Message - Type here message for coming soon page(you can use WordPress posts/pages default editor).
|
@@ -630,7 +628,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
630 |
* Message Animation type - Choose animation type for Message box.
|
631 |
* Animation waiting time - Type here waiting time for Message box animation(in milliseconds).
|
632 |
|
633 |
-
###
|
634 |
|
635 |
* Show Countdown - Choose to show or hide Countdown on Coming soon page.
|
636 |
* Text for Day field - Type here default text for Day field.
|
@@ -652,7 +650,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
652 |
* Countdown font-size - Type here the countedow text font-size.
|
653 |
* Countdown Font family - Select the countdown text Font family.
|
654 |
|
655 |
-
###
|
656 |
|
657 |
* Show Progress bar - Choose to show or hide Progress bar on Coming soon page.
|
658 |
* Progress bar percentage - Here you can select Progress bar percentage.
|
@@ -667,7 +665,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
667 |
* Animation waiting time - Type here waiting time for Progress bar animation(in milliseconds).
|
668 |
|
669 |
|
670 |
-
###
|
671 |
|
672 |
* Show the Form - Choose to show or hide Subscribe Form on Coming soon page.
|
673 |
* User First name text - Type here text for user first name field.
|
@@ -693,7 +691,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
693 |
* Animation type - Choose animation type for Subscribe Form.
|
694 |
* Animation waiting time - Type here waiting time for Subscribe Form animation(in milliseconds).
|
695 |
|
696 |
-
###
|
697 |
|
698 |
* Show social buttons - Choose to show or hide social buttons on coming soon page.
|
699 |
* Facebook url - Type here Facebook url.
|
@@ -713,7 +711,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
713 |
* Social buttons max width - Type here maximum width for Social buttons.
|
714 |
* Social buttons max height - Type here maximum height for Social buttons.
|
715 |
|
716 |
-
###
|
717 |
|
718 |
* Show - Choose to show or hide Link To Admin.
|
719 |
* Link To Admin text - Type here Link To Admin text.
|
@@ -725,7 +723,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
725 |
* Animation type - Choose animation type for Link To Admin.
|
726 |
* Animation waiting time - Type here waiting time for Link To Admin animation(in milliseconds).
|
727 |
|
728 |
-
###
|
729 |
|
730 |
* 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).
|
731 |
* Content bg color - Select content background color.
|
@@ -736,7 +734,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
736 |
* Margin - Type here content margin value(margin properties define the space around elements).
|
737 |
* Elements ordering - Choose the order of showing elements on coming soon page(you can move all elements using drop down functionality).
|
738 |
|
739 |
-
###
|
740 |
|
741 |
* Background type - Select the background type you want to use for your coming soon page.
|
742 |
* Set color - Select the background color for coming soon page(option will apear if you choose "Background color" type).
|
@@ -745,12 +743,12 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
745 |
* 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).
|
746 |
* Video Sound - Choose mute or unmute background video(option will apear if you choose "YouTube Background" type).
|
747 |
|
748 |
-
###
|
749 |
|
750 |
* 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.
|
751 |
* 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.
|
752 |
|
753 |
-
###
|
754 |
|
755 |
* Title(SEO) - Type here the Title for Search engines(It will be visable for search engines).
|
756 |
* Favicon - Here you can upload favicon for coming soon page.
|
@@ -758,7 +756,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
758 |
* Meta Keywords - Type here meta keywords for coming soon page.
|
759 |
* Meta Description - Type here meta description for coming soon page.
|
760 |
|
761 |
-
###
|
762 |
|
763 |
On this page you can view subscribed users emails. You can copy emails list and send emails using Gmail or other email services.
|
764 |
You can remove emails from email list as well.
|
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.8
|
7 |
+
Stable tag: 3.0.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
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**
|
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)**
|
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 |
|
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.
|
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 |
|
153 |
Android doesn't allow set autoplay functionality on YouTube embedded videos, so it's not our fault, it's a global issue.
|
154 |
|
155 |
+
= Can I change the position of content =
|
156 |
|
157 |
Yes, we have such option and you can do this using drop down functionality.
|
158 |
|
159 |
+
= Can I insert video or image into content =
|
160 |
|
161 |
Yes, you can use WordPress standard text editor for inserting imgaes or videos.
|
162 |
|
163 |
+
= Save button doesn't work =
|
164 |
|
165 |
Contact us and we will send you the new version.
|
166 |
|
167 |
+
= Can I except it for several pages =
|
168 |
|
169 |
Yes, we have such feature, you can except as many pages/posts as you need.
|
170 |
|
171 |
+
= Can I except it for several Ips =
|
172 |
|
173 |
Yes, we have such feature, you can except as many Ips as you need.
|
174 |
|
175 |
+
= Can I copy and use subscribers emails =
|
176 |
|
177 |
Yes, you can easily use and copy emails, there is no problem with this.
|
178 |
|
179 |
+
= I disabled the plugin, but I still see the old title in search engines =
|
180 |
|
181 |
That's normal, because search engines need some time for indexing your page again and remove the old title.
|
182 |
|
184 |
|
185 |
Contact us and we will check the issue.
|
186 |
|
187 |
+
= Can I add Favicon for my Under construction page =
|
188 |
|
189 |
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 |
|
197 |
Type YouTube video Id, for example if YouTube video full url is 'https://www.youtube.com/watch?v=0AqnCSdkjQ0',
|
198 |
then you just need to type there '0AqnCSdkjQ0' (option will apear if you choose 'YouTube Background' type).
|
199 |
|
200 |
+
= What files I need upload for installing the plugin =
|
201 |
|
202 |
You need to select the .zip file only, there is no need to extract the zip file, just upload it
|
203 |
|
204 |
+
= I purchased the pro version, but didn't download the pro file =
|
205 |
|
206 |
Contact us at support@wpdevart.com and send us order details and we will send you the pro version.
|
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 |
|
593 |
|
594 |
* Added function comments in code.
|
595 |
|
596 |
+
==Step by step guide==
|
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.
|
607 |
* Logo max height - Type here your website logo maximum height.
|
608 |
|
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.
|
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).
|
628 |
* Message Animation type - Choose animation type for Message box.
|
629 |
* Animation waiting time - Type here waiting time for Message box animation(in milliseconds).
|
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.
|
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.
|
665 |
* Animation waiting time - Type here waiting time for Progress bar animation(in milliseconds).
|
666 |
|
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.
|
691 |
* Animation type - Choose animation type for Subscribe Form.
|
692 |
* Animation waiting time - Type here waiting time for Subscribe Form animation(in milliseconds).
|
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.
|
711 |
* Social buttons max width - Type here maximum width for Social buttons.
|
712 |
* Social buttons max height - Type here maximum height for Social buttons.
|
713 |
|
714 |
+
### Link To Admin
|
715 |
|
716 |
* Show - Choose to show or hide Link To Admin.
|
717 |
* Link To Admin text - Type here Link To Admin text.
|
723 |
* Animation type - Choose animation type for Link To Admin.
|
724 |
* Animation waiting time - Type here waiting time for Link To Admin animation(in milliseconds).
|
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.
|
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).
|
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.
|
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 |
|
761 |
On this page you can view subscribed users emails. You can copy emails list and send emails using Gmail or other email services.
|
762 |
You can remove emails from email list as well.
|