Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 2.9.3 |
Comparing to | |
See all releases |
Code changes from version 2.9.2 to 2.9.3
- coming_soon.php +4 -1
- includes/front_end.php +3 -0
- includes/install_database.php +1 -1
- includes/style/admin-style.css +1 -0
- includes/style/jquery-ui-style.css +1 -0
- readme.txt +158 -156
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: 2.9.
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -89,6 +89,9 @@ class coming_soon_main{
|
|
89 |
//for_upgrade
|
90 |
add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), array($this,'plugin_activate_sublink') );
|
91 |
}
|
|
|
|
|
|
|
92 |
public function plugin_activate_sublink($links){
|
93 |
$plugin_submenu_added_link=array();
|
94 |
$added_link = array(
|
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: 2.9.3
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
89 |
//for_upgrade
|
90 |
add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), array($this,'plugin_activate_sublink') );
|
91 |
}
|
92 |
+
|
93 |
+
/*############ Sublink activate function ################*/
|
94 |
+
|
95 |
public function plugin_activate_sublink($links){
|
96 |
$plugin_submenu_added_link=array();
|
97 |
$added_link = array(
|
includes/front_end.php
CHANGED
@@ -217,6 +217,9 @@ class coming_soon_front_end{
|
|
217 |
<?php
|
218 |
}
|
219 |
}
|
|
|
|
|
|
|
220 |
private function generete_title_css(){
|
221 |
echo '#title_style{margin-top:10px;text-align:center;}';
|
222 |
echo '#title_h1{font-family:Times New Roman,Times,Georgia,serif;font-size:55px;color:#000000;}';
|
217 |
<?php
|
218 |
}
|
219 |
}
|
220 |
+
|
221 |
+
/*################################################################################### Generate Title CSS Function ###########################################################################*/
|
222 |
+
|
223 |
private function generete_title_css(){
|
224 |
echo '#title_style{margin-top:10px;text-align:center;}';
|
225 |
echo '#title_h1{font-family:Times New Roman,Times,Georgia,serif;font-size:55px;color:#000000;}';
|
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" => "Coming soon page"
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
includes/style/admin-style.css
CHANGED
@@ -93,6 +93,7 @@
|
|
93 |
padding: 0;
|
94 |
line-height: 1;
|
95 |
}
|
|
|
96 |
.left_sections{
|
97 |
width:49%;
|
98 |
margin-right:1%;
|
93 |
padding: 0;
|
94 |
line-height: 1;
|
95 |
}
|
96 |
+
/*Left section style*/
|
97 |
.left_sections{
|
98 |
width:49%;
|
99 |
margin-right:1%;
|
includes/style/jquery-ui-style.css
CHANGED
@@ -500,6 +500,7 @@ button.ui-button::-moz-focus-inner {
|
|
500 |
left: auto;
|
501 |
right: 0;
|
502 |
}
|
|
|
503 |
.ui-progressbar {
|
504 |
height: 2em;
|
505 |
text-align: left;
|
500 |
left: auto;
|
501 |
right: 0;
|
502 |
}
|
503 |
+
/* Progressbar style*/
|
504 |
.ui-progressbar {
|
505 |
height: 2em;
|
506 |
text-align: left;
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Coming soon, Maintenance
|
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, 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.
|
7 |
-
Stable tag: 2.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,58 +12,60 @@ Coming soon and Maintenance mode plugin is an awesome tool to show your website
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
* [Demo 1 - Background Slider](http://democomingsoon.wpdevart.com/)
|
20 |
* [Demo 2 - Video Background](http://democs.wpdevart.com/)
|
21 |
|
22 |
-
|
23 |
|
24 |
-
### Features of
|
25 |
|
26 |
* **Easy install and use**
|
27 |
* **Works perfectly with all versions of WordPress**
|
28 |
* **Fully Responsive Coming Soon page**
|
29 |
-
* **Ability to disable
|
30 |
-
* **Highly customizable
|
31 |
-
* **Ability to set
|
32 |
-
* **Ability to set
|
33 |
-
* **Custom Logo for
|
34 |
-
* **Ability to use WordPress post editor for
|
35 |
* **Social Media Ready(Facebook, Twitter, Google Plus, YouTube, Instagram)**
|
36 |
* **Ability to open social websites in a new window**
|
37 |
-
* **SEO friendly
|
38 |
-
* **Set Meta description for your
|
39 |
-
* **Set Meta keywords for your
|
40 |
* **Enable/Disable Search Robots**
|
41 |
* **Uses CSS3**
|
42 |
-
* **User friendly back-end for
|
43 |
* **Tested on popular WordPress themes**
|
44 |
-
* **
|
45 |
|
46 |
-
You can upgrade WordPress
|
47 |
|
48 |
-
### The features of
|
49 |
|
50 |
-
* **Awesome Background Slider for
|
51 |
-
* **Nice Video(YouTube) background for
|
52 |
* **Functional Subscribe Form**
|
53 |
-
* **Elegant Countdown for
|
54 |
* **3 beautiful and different Countdown designs(button, circle, vertical slider)**
|
55 |
* **39 awesome animation effects for all elements**
|
56 |
* **Ability to set Animation waiting time for all elements**
|
57 |
-
* **Ability to exclude specific pages, posts from displaying
|
58 |
* **Functionality to hide Countdown or disable coming soon page when Countdown time expired**
|
59 |
* **Ability to set Countdown position(left, center, right)**
|
60 |
* **Ability to set Countdown distance from top**
|
61 |
* **Ability to set Countdown text color, Countdown background color, Countdown border radius, Countdown Size**
|
62 |
* **Ability to set Countdown border width, Countdown font-size, Countdown Font family**
|
63 |
-
* **Ability to set
|
64 |
-
* **Ability to set
|
65 |
-
* **Ability to set
|
66 |
-
* **Ability to set
|
67 |
* **Ability to use Subscribe Form for coming soon page**
|
68 |
* **Ability to change Subscribe Form all texts**
|
69 |
* **Ability to set Subscribe Form position(left, center, right)**
|
@@ -71,7 +73,7 @@ You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soo
|
|
71 |
* **Ability to set font size and font famely for Subscribe Form all texts**
|
72 |
* **Ability to change input border color and radius**
|
73 |
* **Ability to change placeholder text color, send button bg color, send button text color, input field text color, after submit text color**
|
74 |
-
* **Ability to send Email notifications to subscribed users from
|
75 |
* **Ability to remove subscribed users emails from list**
|
76 |
* **Ability to mute or unmute video**
|
77 |
* **Ability to set Logo position and distance from top**
|
@@ -101,13 +103,13 @@ You can upgrade WordPress Coming Soon and Maintenance mode plugin to [Coming soo
|
|
101 |
* **Ability to set content maximum width**
|
102 |
* **Ability to set padding for content**
|
103 |
* **Ability to set margin for content**
|
104 |
-
* **Drag and drop ordering for
|
105 |
|
106 |
-
### If you found any bug in our WordPress
|
107 |
|
108 |
-
|
109 |
|
110 |
-
The
|
111 |
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.
|
112 |
|
113 |
### The Best Offer From WpDevArt
|
@@ -118,8 +120,8 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
118 |
|
119 |
== Installation ==
|
120 |
|
121 |
-
### First download the
|
122 |
-
Installing the WordPress **
|
123 |
|
124 |
1. Log in to your website administration panel.
|
125 |
2. Go to Plugins page and click on Add New button, then click on Upload Plugin button.
|
@@ -150,31 +152,31 @@ Our [Coming soon](http://wpdevart.com/wordpress-coming-soon-plugin) and Maintena
|
|
150 |
|
151 |
Android doesn't allow set autoplay functionality on YouTube embedded videos, so it's not our fault, it's a global issue.
|
152 |
|
153 |
-
= Can I change the position of
|
154 |
|
155 |
Yes, we have such option and you can do this using drop down functionality.
|
156 |
|
157 |
-
= Can I insert video or image into
|
158 |
|
159 |
Yes, you can use WordPress standard text editor for inserting imgaes or videos.
|
160 |
|
161 |
-
=
|
162 |
|
163 |
Contact us and we will send you the new version.
|
164 |
|
165 |
-
= Can I except
|
166 |
|
167 |
Yes, we have such feature, you can except as many pages/posts as you need.
|
168 |
|
169 |
-
= Can I except
|
170 |
|
171 |
Yes, we have such feature, you can except as many Ips as you need.
|
172 |
|
173 |
-
= Can I copy and use
|
174 |
|
175 |
Yes, you can easily use and copy emails, there is no problem with this.
|
176 |
|
177 |
-
= I removed the
|
178 |
|
179 |
That's normal, because search engines need some time for indexing your page again and remove the old title.
|
180 |
|
@@ -182,11 +184,11 @@ That's normal, because search engines need some time for indexing your page agai
|
|
182 |
|
183 |
Contact us and we will check the issue.
|
184 |
|
185 |
-
= Can I add Favicon for my
|
186 |
|
187 |
Yes, you can add it from Search engine and Favicon Tab.
|
188 |
|
189 |
-
= Can I use
|
190 |
|
191 |
Unfortunately you can use the slider only on maintenance page.
|
192 |
|
@@ -195,7 +197,7 @@ Unfortunately you can use the slider only on maintenance page.
|
|
195 |
Type YouTube video Id, for example if YouTube video full url is 'https://www.youtube.com/watch?v=0AqnCSdkjQ0',
|
196 |
then you just need to type there '0AqnCSdkjQ0' (option will apear if you choose 'YouTube Background' type).
|
197 |
|
198 |
-
= What files I need upload for installing the
|
199 |
|
200 |
You need to select the .zip file only, there is no need to extract the zip file, just upload it
|
201 |
|
@@ -215,385 +217,385 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
215 |
|
216 |
== Screenshots ==
|
217 |
|
218 |
-
1.
|
219 |
-
2.
|
220 |
-
3.
|
221 |
-
4.
|
222 |
-
5.
|
223 |
|
224 |
== Changelog ==
|
225 |
|
226 |
-
=
|
227 |
|
228 |
* Initial version.
|
229 |
|
230 |
-
=
|
231 |
|
232 |
* Bug fixed
|
233 |
|
234 |
-
=
|
235 |
|
236 |
* Bug fixed
|
237 |
|
238 |
-
=
|
239 |
|
240 |
* Fixed issues
|
241 |
|
242 |
-
=
|
243 |
|
244 |
* Added new features and fixed bugs
|
245 |
|
246 |
-
=
|
247 |
|
248 |
* Fixed spelling mistakes in admin panel
|
249 |
|
250 |
-
=
|
251 |
|
252 |
* Bug Fixed on 4.2
|
253 |
|
254 |
-
=
|
255 |
|
256 |
* Bug Fixed and added featured plugins page
|
257 |
|
258 |
-
=
|
259 |
|
260 |
* Bug Fixed
|
261 |
|
262 |
-
=
|
263 |
|
264 |
* Added comments for developers.
|
265 |
|
266 |
-
=
|
267 |
|
268 |
* Added new function for social websites.
|
269 |
|
270 |
-
=
|
271 |
|
272 |
* Fixed bugs.
|
273 |
|
274 |
-
=
|
275 |
|
276 |
* Fixed some notices.
|
277 |
|
278 |
-
=
|
279 |
|
280 |
* Added new featured plugin.
|
281 |
|
282 |
-
=
|
283 |
|
284 |
* Corrected some spelling mistakes.
|
285 |
|
286 |
-
=
|
287 |
|
288 |
* Fixed notices.
|
289 |
|
290 |
-
=
|
291 |
|
292 |
* Edited some texts.
|
293 |
|
294 |
-
=
|
295 |
|
296 |
* Edited Comments in code.
|
297 |
|
298 |
-
=
|
299 |
|
300 |
* Fixed mistakes.
|
301 |
|
302 |
-
=
|
303 |
|
304 |
* made different changes.
|
305 |
|
306 |
-
=
|
307 |
|
308 |
* Fixed mistakes.
|
309 |
|
310 |
-
=
|
311 |
|
312 |
* Made changes.
|
313 |
|
314 |
-
=
|
315 |
|
316 |
* Fixed notice.
|
317 |
|
318 |
-
=
|
319 |
|
320 |
* Made changes.
|
321 |
|
322 |
-
=
|
323 |
|
324 |
* Fixed notice.
|
325 |
|
326 |
-
=
|
327 |
|
328 |
* Fixed mistakes.
|
329 |
|
330 |
-
=
|
331 |
|
332 |
* Added new featured plugin.
|
333 |
|
334 |
-
=
|
335 |
|
336 |
* Some changes.
|
337 |
|
338 |
-
=
|
339 |
|
340 |
* Added new featured plugin.
|
341 |
|
342 |
-
=
|
343 |
|
344 |
* Some changes.
|
345 |
|
346 |
-
=
|
347 |
|
348 |
* Some changes.
|
349 |
|
350 |
-
=
|
351 |
|
352 |
* Fixed animation bug.
|
353 |
|
354 |
-
=
|
355 |
|
356 |
* Corrected some texts(comments) for developers.
|
357 |
|
358 |
-
=
|
359 |
|
360 |
* Corrected comments in code.
|
361 |
|
362 |
-
=
|
363 |
|
364 |
* Changed some comments in code.
|
365 |
|
366 |
-
=
|
367 |
|
368 |
* Changed some options in admin menu.
|
369 |
|
370 |
-
=
|
371 |
|
372 |
* Corrected comments in code.
|
373 |
|
374 |
-
=
|
375 |
|
376 |
* Corrected comments.
|
377 |
|
378 |
-
=
|
379 |
|
380 |
* Fixed mistakes.
|
381 |
|
382 |
-
=
|
383 |
|
384 |
* Change some admin options.
|
385 |
|
386 |
-
=
|
387 |
|
388 |
* Corrected comments in code.
|
389 |
|
390 |
-
=
|
391 |
|
392 |
* Edit admin options.
|
393 |
|
394 |
-
=
|
395 |
|
396 |
* Edit admin options.
|
397 |
|
398 |
-
=
|
399 |
|
400 |
* Remove featured plugin from admin.
|
401 |
|
402 |
-
=
|
403 |
|
404 |
* Edit featured plugins list.
|
405 |
|
406 |
-
=
|
407 |
|
408 |
* Corrected comments in code.
|
409 |
|
410 |
-
=
|
411 |
|
412 |
* Corrected mistakes.
|
413 |
|
414 |
-
=
|
415 |
|
416 |
* Edit admin options.
|
417 |
|
418 |
-
=
|
419 |
|
420 |
* Changed some comments in code.
|
421 |
|
422 |
-
=
|
423 |
|
424 |
* Edit admin options.
|
425 |
|
426 |
-
=
|
427 |
|
428 |
* Corrected mistakes.
|
429 |
|
430 |
-
=
|
431 |
|
432 |
* Made some important changes.
|
433 |
|
434 |
-
=
|
435 |
|
436 |
* Edit some messages in code.
|
437 |
|
438 |
-
=
|
439 |
|
440 |
* Changed some comments in code.
|
441 |
|
442 |
-
=
|
443 |
|
444 |
* Changed some discriptions in admin menu.
|
445 |
|
446 |
-
=
|
447 |
|
448 |
* Edit some descriptions.
|
449 |
|
450 |
-
=
|
451 |
|
452 |
* Fixed issues.
|
453 |
|
454 |
-
=
|
455 |
|
456 |
* Corrected mistakes.
|
457 |
|
458 |
-
=
|
459 |
|
460 |
* Edit some options descriptions.
|
461 |
|
462 |
-
=
|
463 |
|
464 |
* Edit comments in code for developers.
|
465 |
|
466 |
-
=
|
467 |
|
468 |
* Fixed mistakes.
|
469 |
|
470 |
-
=
|
471 |
|
472 |
* Fixed issues.
|
473 |
|
474 |
-
=
|
475 |
|
476 |
* Edit mwnu options and descriptions.
|
477 |
|
478 |
-
=
|
479 |
|
480 |
* Changed some comments in code.
|
481 |
|
482 |
-
=
|
483 |
|
484 |
* Edited install databse.
|
485 |
|
486 |
-
=
|
487 |
|
488 |
* Fixed issues.
|
489 |
|
490 |
-
=
|
491 |
|
492 |
* Added new url for pro version.
|
493 |
|
494 |
-
=
|
495 |
|
496 |
* Edited comments in code.
|
497 |
|
498 |
-
=
|
499 |
|
500 |
* Made some changes.
|
501 |
|
502 |
-
=
|
503 |
|
504 |
* Bug fixed.
|
505 |
|
506 |
-
=
|
507 |
|
508 |
* Added new fatured plugin to the list.
|
509 |
|
510 |
-
=
|
511 |
|
512 |
* Fixed Upload Button issue.
|
513 |
|
514 |
-
=
|
515 |
|
516 |
* Fixed issues.
|
517 |
|
518 |
-
=
|
519 |
|
520 |
* Edit admin option name descriptions.
|
521 |
|
522 |
-
=
|
523 |
|
524 |
* Corrected mistakes in code comments.
|
525 |
|
526 |
-
=
|
527 |
|
528 |
* Fixed issues.
|
529 |
|
530 |
-
=
|
531 |
|
532 |
* Edit comments in coming soon plugin code.
|
533 |
|
534 |
-
=
|
535 |
|
536 |
* Edit plugin files.
|
537 |
|
538 |
-
=
|
539 |
|
540 |
* Edited default values.
|
541 |
|
542 |
-
=
|
543 |
|
544 |
* Edit Install database file.
|
545 |
|
546 |
-
=
|
547 |
|
548 |
* Changed coming soon page default title.
|
549 |
|
550 |
-
=
|
551 |
|
552 |
* Edit code comments.
|
553 |
|
554 |
-
=
|
555 |
|
556 |
* Edit coming soon page title.
|
557 |
|
558 |
-
=
|
559 |
|
560 |
* Add some information about plugin functions.
|
561 |
|
562 |
-
=
|
563 |
|
564 |
* Edit default settings.
|
565 |
|
566 |
-
=
|
567 |
|
568 |
* Edit some code in coming soon files.
|
569 |
|
570 |
-
=
|
571 |
|
572 |
* Changed some descriptions.
|
573 |
|
574 |
-
=
|
575 |
|
576 |
* Added install database function description.
|
577 |
|
578 |
-
=
|
579 |
|
580 |
* Edited notices in code.
|
581 |
|
582 |
-
=
|
583 |
|
584 |
* Added new featured plugin.
|
585 |
|
586 |
-
=
|
587 |
|
588 |
* Uploaded new icon for featured plugin.
|
589 |
|
590 |
-
=
|
591 |
|
592 |
* Added function comments in code.
|
593 |
|
594 |
-
==
|
595 |
|
596 |
-
### WordPress
|
597 |
|
598 |
* Show logo - Choose to show or hide your logo from Coming soon page.
|
599 |
* Logo - Click "Upload" button to upload your logo.
|
@@ -605,7 +607,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
605 |
* Logo max height - Type here your website logo maximum height.
|
606 |
|
607 |
|
608 |
-
### WordPress
|
609 |
|
610 |
* Show title - Choose to show or hide your Title from Coming soon page.
|
611 |
* Title - Type here coming soon page Title.
|
@@ -617,7 +619,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
617 |
* Title Animation type - Choose animation type for Title.
|
618 |
* Animation waiting time - Type here Title animation waiting time(in milliseconds).
|
619 |
|
620 |
-
### WordPress
|
621 |
|
622 |
* Show Message - Choose to show or hide Message box from Coming soon page.
|
623 |
* Message - Type here message for coming soon page(you can use WordPress posts/pages default editor).
|
@@ -626,7 +628,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
626 |
* Message Animation type - Choose animation type for Message box.
|
627 |
* Animation waiting time - Type here waiting time for Message box animation(in milliseconds).
|
628 |
|
629 |
-
### WordPress
|
630 |
|
631 |
* Show Countdown - Choose to show or hide Countdown on Coming soon page.
|
632 |
* Text for Day field - Type here default text for Day field.
|
@@ -648,7 +650,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
648 |
* Countdown font-size - Type here the countedow text font-size.
|
649 |
* Countdown Font family - Select the countdown text Font family.
|
650 |
|
651 |
-
### WordPress
|
652 |
|
653 |
* Show Progress bar - Choose to show or hide Progress bar on Coming soon page.
|
654 |
* Progress bar percentage - Here you can select Progress bar percentage.
|
@@ -663,7 +665,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
663 |
* Animation waiting time - Type here waiting time for Progress bar animation(in milliseconds).
|
664 |
|
665 |
|
666 |
-
### WordPress
|
667 |
|
668 |
* Show the Form - Choose to show or hide Subscribe Form on Coming soon page.
|
669 |
* User First name text - Type here text for user first name field.
|
@@ -689,7 +691,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
689 |
* Animation type - Choose animation type for Subscribe Form.
|
690 |
* Animation waiting time - Type here waiting time for Subscribe Form animation(in milliseconds).
|
691 |
|
692 |
-
### WordPress
|
693 |
|
694 |
* Show social buttons - Choose to show or hide social buttons on coming soon page.
|
695 |
* Facebook url - Type here Facebook url.
|
@@ -709,7 +711,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
709 |
* Social buttons max width - Type here maximum width for Social buttons.
|
710 |
* Social buttons max height - Type here maximum height for Social buttons.
|
711 |
|
712 |
-
### WordPress
|
713 |
|
714 |
* Show - Choose to show or hide Link To Admin.
|
715 |
* Link To Admin text - Type here Link To Admin text.
|
@@ -721,7 +723,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
721 |
* Animation type - Choose animation type for Link To Admin.
|
722 |
* Animation waiting time - Type here waiting time for Link To Admin animation(in milliseconds).
|
723 |
|
724 |
-
### WordPress
|
725 |
|
726 |
* 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).
|
727 |
* Content bg color - Select content background color.
|
@@ -732,7 +734,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
732 |
* Margin - Type here content margin value(margin properties define the space around elements).
|
733 |
* Elements ordering - Choose the order of showing elements on coming soon page(you can move all elements using drop down functionality).
|
734 |
|
735 |
-
### WordPress
|
736 |
|
737 |
* Background type - Select the background type you want to use for your coming soon page.
|
738 |
* Set color - Select the background color for coming soon page(option will apear if you choose "Background color" type).
|
@@ -741,12 +743,12 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
741 |
* 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).
|
742 |
* Video Sound - Choose mute or unmute background video(option will apear if you choose "YouTube Background" type).
|
743 |
|
744 |
-
### WordPress
|
745 |
|
746 |
* 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.
|
747 |
* 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.
|
748 |
|
749 |
-
### WordPress
|
750 |
|
751 |
* Title(SEO) - Type here the Title for Search engines(It will be visable for search engines).
|
752 |
* Favicon - Here you can upload favicon for coming soon page.
|
@@ -754,7 +756,7 @@ We recommend you to take a look for this useful plugins - [WordPress Gallery](ht
|
|
754 |
* Meta Keywords - Type here meta keywords for coming soon page.
|
755 |
* Meta Description - Type here meta description for coming soon page.
|
756 |
|
757 |
-
### WordPress
|
758 |
|
759 |
On this page you can view subscribed users emails. You can copy emails list and send emails using Gmail or other email services.
|
760 |
You can remove emails from email list as well.
|
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, 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.4
|
7 |
+
Stable tag: 2.9.3
|
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 Maintenance 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 Maintenance mode plugin Demo page:
|
20 |
|
21 |
* [Demo 1 - Background Slider](http://democomingsoon.wpdevart.com/)
|
22 |
* [Demo 2 - Video Background](http://democs.wpdevart.com/)
|
23 |
|
24 |
+
Maintenance mode and Under construction plugin will add some great features to your coming soon page.
|
25 |
|
26 |
+
### Features of Maintenance mode plugin
|
27 |
|
28 |
* **Easy install and use**
|
29 |
* **Works perfectly with all versions of WordPress**
|
30 |
* **Fully Responsive Coming Soon page**
|
31 |
+
* **Ability to disable for specific IPs**
|
32 |
+
* **Highly customizable**
|
33 |
+
* **Ability to set Under construction page background image**
|
34 |
+
* **Ability to set Under construction page background color**
|
35 |
+
* **Custom Logo for Under construction page**
|
36 |
+
* **Ability to use WordPress post editor for Under construction 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 Under construction page**
|
40 |
+
* **Set Meta description for your Under construction page**
|
41 |
+
* **Set Meta keywords for your Under construction page**
|
42 |
* **Enable/Disable Search Robots**
|
43 |
* **Uses CSS3**
|
44 |
+
* **User friendly back-end for Under construction and Maintenance mode plugin**
|
45 |
* **Tested on popular WordPress themes**
|
46 |
+
* **Under construction page visible only non logged in users**
|
47 |
|
48 |
+
You can upgrade WordPress Maintenance mode plugin to [Maintenance mode Pro](http://wpdevart.com/wordpress-coming-soon-plugin) to add some features.
|
49 |
|
50 |
+
### The features of Maintenance mode Pro
|
51 |
|
52 |
+
* **Awesome Background Slider for Maintenance page**
|
53 |
+
* **Nice Video(YouTube) background for Maintenance page(Not for mobile devices)**
|
54 |
* **Functional Subscribe Form**
|
55 |
+
* **Elegant Countdown for Maintenance 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 Maintenance 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 Maintenance page content position**
|
66 |
+
* **Ability to set Maintenance page Content background color**
|
67 |
+
* **Ability to set Maintenance page Content background transparency**
|
68 |
+
* **Ability to set Maintenance 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)**
|
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 Maintenance 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**
|
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 Maintenance page content elements**
|
107 |
|
108 |
+
### If you found any bug in our WordPress Maintenance mode plugin or have a question contact us at support@wpdevart.com.
|
109 |
|
110 |
+
The Under construction and Maintenance mode plugin allows you to create Under construction page for your website simply and quickly. You just need to enable it to change your website to Maintenance mode.
|
111 |
|
112 |
+
The Under construction 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
|
120 |
|
121 |
== Installation ==
|
122 |
|
123 |
+
### First download the Maintenance mode plugin ZIP file.
|
124 |
+
Installing the WordPress **Under construction 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.
|
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 Under construction page 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 Under construction page content =
|
160 |
|
161 |
Yes, you can use WordPress standard text editor for inserting imgaes or videos.
|
162 |
|
163 |
+
= Under construction plugin save button doesn't work =
|
164 |
|
165 |
Contact us and we will send you the new version.
|
166 |
|
167 |
+
= Can I except Under construction plugin 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 Under construction page 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 Under construction page subscribers emails =
|
176 |
|
177 |
Yes, you can easily use and copy emails, there is no problem with this.
|
178 |
|
179 |
+
= I removed the Under construction page, 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 Maintenance page =
|
188 |
|
189 |
Yes, you can add it from Search engine and Favicon Tab.
|
190 |
|
191 |
+
= Can I use Maintenance page 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 Maintenance mode plugin =
|
201 |
|
202 |
You need to select the .zip file only, there is no need to extract the zip file, just upload it
|
203 |
|
217 |
|
218 |
== Screenshots ==
|
219 |
|
220 |
+
1. Front-end
|
221 |
+
2. Back-end
|
222 |
+
3. Back-end
|
223 |
+
4. Back-end
|
224 |
+
5. Front-end
|
225 |
|
226 |
== Changelog ==
|
227 |
|
228 |
+
= 1.0.0 =
|
229 |
|
230 |
* Initial version.
|
231 |
|
232 |
+
= 1.0.1 =
|
233 |
|
234 |
* Bug fixed
|
235 |
|
236 |
+
= 1.0.2 =
|
237 |
|
238 |
* Bug fixed
|
239 |
|
240 |
+
= 1.0.3 =
|
241 |
|
242 |
* Fixed issues
|
243 |
|
244 |
+
= 2.0.0 =
|
245 |
|
246 |
* Added new features and fixed bugs
|
247 |
|
248 |
+
= 2.0.1 =
|
249 |
|
250 |
* Fixed spelling mistakes in admin panel
|
251 |
|
252 |
+
= 2.0.2 =
|
253 |
|
254 |
* Bug Fixed on 4.2
|
255 |
|
256 |
+
= 2.0.3 =
|
257 |
|
258 |
* Bug Fixed and added featured plugins page
|
259 |
|
260 |
+
= 2.0.4 =
|
261 |
|
262 |
* Bug Fixed
|
263 |
|
264 |
+
= 2.0.5 =
|
265 |
|
266 |
* Added comments for developers.
|
267 |
|
268 |
+
= 2.0.6 =
|
269 |
|
270 |
* Added new function for social websites.
|
271 |
|
272 |
+
= 2.0.7 =
|
273 |
|
274 |
* Fixed bugs.
|
275 |
|
276 |
+
= 2.1.0 =
|
277 |
|
278 |
* Fixed some notices.
|
279 |
|
280 |
+
= 2.1.1 =
|
281 |
|
282 |
* Added new featured plugin.
|
283 |
|
284 |
+
= 2.1.2 =
|
285 |
|
286 |
* Corrected some spelling mistakes.
|
287 |
|
288 |
+
= 2.1.3 =
|
289 |
|
290 |
* Fixed notices.
|
291 |
|
292 |
+
= 2.1.4 =
|
293 |
|
294 |
* Edited some texts.
|
295 |
|
296 |
+
= 2.1.5 =
|
297 |
|
298 |
* Edited Comments in code.
|
299 |
|
300 |
+
= 2.1.6 =
|
301 |
|
302 |
* Fixed mistakes.
|
303 |
|
304 |
+
= 2.1.7 =
|
305 |
|
306 |
* made different changes.
|
307 |
|
308 |
+
= 2.1.8 =
|
309 |
|
310 |
* Fixed mistakes.
|
311 |
|
312 |
+
= 2.1.9 =
|
313 |
|
314 |
* Made changes.
|
315 |
|
316 |
+
= 2.2.0 =
|
317 |
|
318 |
* Fixed notice.
|
319 |
|
320 |
+
= 2.2.1 =
|
321 |
|
322 |
* Made changes.
|
323 |
|
324 |
+
= 2.2.2 =
|
325 |
|
326 |
* Fixed notice.
|
327 |
|
328 |
+
= 2.2.3 =
|
329 |
|
330 |
* Fixed mistakes.
|
331 |
|
332 |
+
= 2.2.4 =
|
333 |
|
334 |
* Added new featured plugin.
|
335 |
|
336 |
+
= 2.2.5 =
|
337 |
|
338 |
* Some changes.
|
339 |
|
340 |
+
= 2.2.6 =
|
341 |
|
342 |
* Added new featured plugin.
|
343 |
|
344 |
+
= 2.2.7 =
|
345 |
|
346 |
* Some changes.
|
347 |
|
348 |
+
= 2.2.8 =
|
349 |
|
350 |
* Some changes.
|
351 |
|
352 |
+
= 2.2.9 =
|
353 |
|
354 |
* Fixed animation bug.
|
355 |
|
356 |
+
= 2.3.0 =
|
357 |
|
358 |
* Corrected some texts(comments) for developers.
|
359 |
|
360 |
+
= 2.3.1 =
|
361 |
|
362 |
* Corrected comments in code.
|
363 |
|
364 |
+
= 2.3.2 =
|
365 |
|
366 |
* Changed some comments in code.
|
367 |
|
368 |
+
= 2.3.3 =
|
369 |
|
370 |
* Changed some options in admin menu.
|
371 |
|
372 |
+
= 2.3.4 =
|
373 |
|
374 |
* Corrected comments in code.
|
375 |
|
376 |
+
= 2.3.5 =
|
377 |
|
378 |
* Corrected comments.
|
379 |
|
380 |
+
= 2.3.6 =
|
381 |
|
382 |
* Fixed mistakes.
|
383 |
|
384 |
+
= 2.3.7 =
|
385 |
|
386 |
* Change some admin options.
|
387 |
|
388 |
+
= 2.3.8 =
|
389 |
|
390 |
* Corrected comments in code.
|
391 |
|
392 |
+
= 2.3.9 =
|
393 |
|
394 |
* Edit admin options.
|
395 |
|
396 |
+
= 2.4.0 =
|
397 |
|
398 |
* Edit admin options.
|
399 |
|
400 |
+
= 2.4.1 =
|
401 |
|
402 |
* Remove featured plugin from admin.
|
403 |
|
404 |
+
= 2.4.2 ==
|
405 |
|
406 |
* Edit featured plugins list.
|
407 |
|
408 |
+
= 2.4.3 ==
|
409 |
|
410 |
* Corrected comments in code.
|
411 |
|
412 |
+
= 2.4.4 ==
|
413 |
|
414 |
* Corrected mistakes.
|
415 |
|
416 |
+
= 2.4.5 ==
|
417 |
|
418 |
* Edit admin options.
|
419 |
|
420 |
+
= 2.4.6 ==
|
421 |
|
422 |
* Changed some comments in code.
|
423 |
|
424 |
+
= 2.4.7 ==
|
425 |
|
426 |
* Edit admin options.
|
427 |
|
428 |
+
= 2.4.8 ==
|
429 |
|
430 |
* Corrected mistakes.
|
431 |
|
432 |
+
= 2.4.9 ==
|
433 |
|
434 |
* Made some important changes.
|
435 |
|
436 |
+
= 2.5.0 ==
|
437 |
|
438 |
* Edit some messages in code.
|
439 |
|
440 |
+
= 2.5.1 ==
|
441 |
|
442 |
* Changed some comments in code.
|
443 |
|
444 |
+
= 2.5.2 ==
|
445 |
|
446 |
* Changed some discriptions in admin menu.
|
447 |
|
448 |
+
= 2.5.3 ==
|
449 |
|
450 |
* Edit some descriptions.
|
451 |
|
452 |
+
= 2.5.4 ==
|
453 |
|
454 |
* Fixed issues.
|
455 |
|
456 |
+
= 2.5.5 ==
|
457 |
|
458 |
* Corrected mistakes.
|
459 |
|
460 |
+
= 2.5.6 ==
|
461 |
|
462 |
* Edit some options descriptions.
|
463 |
|
464 |
+
= 2.5.7 ==
|
465 |
|
466 |
* Edit comments in code for developers.
|
467 |
|
468 |
+
= 2.5.8 ==
|
469 |
|
470 |
* Fixed mistakes.
|
471 |
|
472 |
+
= 2.5.9 ==
|
473 |
|
474 |
* Fixed issues.
|
475 |
|
476 |
+
= 2.6.0 ==
|
477 |
|
478 |
* Edit mwnu options and descriptions.
|
479 |
|
480 |
+
= 2.6.1 ==
|
481 |
|
482 |
* Changed some comments in code.
|
483 |
|
484 |
+
= 2.6.2 ==
|
485 |
|
486 |
* Edited install databse.
|
487 |
|
488 |
+
= 2.6.3 ==
|
489 |
|
490 |
* Fixed issues.
|
491 |
|
492 |
+
= 2.6.4 ==
|
493 |
|
494 |
* Added new url for pro version.
|
495 |
|
496 |
+
= 2.6.5 ==
|
497 |
|
498 |
* Edited comments in code.
|
499 |
|
500 |
+
= 2.6.6 ==
|
501 |
|
502 |
* Made some changes.
|
503 |
|
504 |
+
= 2.6.7 ==
|
505 |
|
506 |
* Bug fixed.
|
507 |
|
508 |
+
= 2.6.8 ==
|
509 |
|
510 |
* Added new fatured plugin to the list.
|
511 |
|
512 |
+
= 2.6.9 ==
|
513 |
|
514 |
* Fixed Upload Button issue.
|
515 |
|
516 |
+
= 2.7.0 ==
|
517 |
|
518 |
* Fixed issues.
|
519 |
|
520 |
+
= 2.7.1 ==
|
521 |
|
522 |
* Edit admin option name descriptions.
|
523 |
|
524 |
+
= 2.7.2 ==
|
525 |
|
526 |
* Corrected mistakes in code comments.
|
527 |
|
528 |
+
= 2.7.3 ==
|
529 |
|
530 |
* Fixed issues.
|
531 |
|
532 |
+
= 2.7.4 ==
|
533 |
|
534 |
* Edit comments in coming soon plugin code.
|
535 |
|
536 |
+
= 2.7.5 ==
|
537 |
|
538 |
* Edit plugin files.
|
539 |
|
540 |
+
= 2.7.6 ==
|
541 |
|
542 |
* Edited default values.
|
543 |
|
544 |
+
= 2.7.7 ==
|
545 |
|
546 |
* Edit Install database file.
|
547 |
|
548 |
+
= 2.7.8 ==
|
549 |
|
550 |
* Changed coming soon page default title.
|
551 |
|
552 |
+
= 2.7.9 ==
|
553 |
|
554 |
* Edit code comments.
|
555 |
|
556 |
+
= 2.8.0 ==
|
557 |
|
558 |
* Edit coming soon page title.
|
559 |
|
560 |
+
= 2.8.1 ==
|
561 |
|
562 |
* Add some information about plugin functions.
|
563 |
|
564 |
+
= 2.8.2 ==
|
565 |
|
566 |
* Edit default settings.
|
567 |
|
568 |
+
= 2.8.3 ==
|
569 |
|
570 |
* Edit some code in coming soon files.
|
571 |
|
572 |
+
= 2.8.4 ==
|
573 |
|
574 |
* Changed some descriptions.
|
575 |
|
576 |
+
= 2.8.5 ==
|
577 |
|
578 |
* Added install database function description.
|
579 |
|
580 |
+
= 2.8.6 ==
|
581 |
|
582 |
* Edited notices in code.
|
583 |
|
584 |
+
= 2.8.7 ==
|
585 |
|
586 |
* Added new featured plugin.
|
587 |
|
588 |
+
= 2.8.8 =
|
589 |
|
590 |
* Uploaded new icon for featured plugin.
|
591 |
|
592 |
+
= 2.8.9 =
|
593 |
|
594 |
* Added function comments in code.
|
595 |
|
596 |
+
==Step by step guide==
|
597 |
|
598 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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 |
+
### WordPress Under construction and Maintenance Mode - 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.
|