Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.0 |
Comparing to | |
See all releases |
Code changes from version 2.9.9 to 3.0.0
- coming_soon.php +2 -2
- includes/admin_menu.php +3 -3
- includes/front_end.php +3 -0
- includes/install_database.php +1 -1
- includes/style/jquery-ui-style.css +1 -1
- readme.txt +2 -2
coming_soon.php
CHANGED
@@ -4,8 +4,8 @@
|
|
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:
|
8 |
-
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
|
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.0
|
8 |
+
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
|
includes/admin_menu.php
CHANGED
@@ -806,7 +806,7 @@ class coming_soon_admin_menu{
|
|
806 |
<?php
|
807 |
}
|
808 |
|
809 |
-
/*######################### Subscribe function #################################*/
|
810 |
|
811 |
public function generete_subscribe_section($page_parametrs){
|
812 |
|
@@ -834,7 +834,7 @@ class coming_soon_admin_menu{
|
|
834 |
</tr>
|
835 |
<tr>
|
836 |
<td>
|
837 |
-
First name
|
838 |
</td>
|
839 |
<td>
|
840 |
<input class="pro_input" type="text" name="coming_soon_page_subscribe_firstname" id="coming_soon_page_subscribe_firstname" value="First name">
|
@@ -842,7 +842,7 @@ class coming_soon_admin_menu{
|
|
842 |
</tr>
|
843 |
<tr>
|
844 |
<td>
|
845 |
-
Last name
|
846 |
</td>
|
847 |
<td>
|
848 |
<input class="pro_input" type="text" name="coming_soon_page_subscribe_lastname" id="coming_soon_page_subscribe_lastname" value="Last name">
|
806 |
<?php
|
807 |
}
|
808 |
|
809 |
+
/*######################### Subscribe page function #################################*/
|
810 |
|
811 |
public function generete_subscribe_section($page_parametrs){
|
812 |
|
834 |
</tr>
|
835 |
<tr>
|
836 |
<td>
|
837 |
+
First name<span class="pro_feature"> (pro)</span> <span title="Type here text for first name field." class="desription_class">?</span>
|
838 |
</td>
|
839 |
<td>
|
840 |
<input class="pro_input" type="text" name="coming_soon_page_subscribe_firstname" id="coming_soon_page_subscribe_firstname" value="First name">
|
842 |
</tr>
|
843 |
<tr>
|
844 |
<td>
|
845 |
+
Last name<span class="pro_feature"> (pro)</span> <span title="Type here text for last name field." class="desription_class">?</span>
|
846 |
</td>
|
847 |
<td>
|
848 |
<input class="pro_input" type="text" name="coming_soon_page_subscribe_lastname" id="coming_soon_page_subscribe_lastname" value="Last name">
|
includes/front_end.php
CHANGED
@@ -237,6 +237,9 @@ class coming_soon_front_end{
|
|
237 |
echo '#title_h1{font-family:Times New Roman,Times,Georgia,serif;font-size:55px;color:#000000;}';
|
238 |
|
239 |
}
|
|
|
|
|
|
|
240 |
private function generete_title_javascript(){
|
241 |
|
242 |
}
|
237 |
echo '#title_h1{font-family:Times New Roman,Times,Georgia,serif;font-size:55px;color:#000000;}';
|
238 |
|
239 |
}
|
240 |
+
|
241 |
+
/*################################################################################### Generate title JS ###########################################################################*/
|
242 |
+
|
243 |
private function generete_title_javascript(){
|
244 |
|
245 |
}
|
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/jquery-ui-style.css
CHANGED
@@ -43,7 +43,7 @@
|
|
43 |
opacity: 0;
|
44 |
filter:Alpha(Opacity=0); /*For: IE8*/
|
45 |
}
|
46 |
-
|
47 |
.ui-front {
|
48 |
z-index: 100;
|
49 |
}
|
43 |
opacity: 0;
|
44 |
filter:Alpha(Opacity=0); /*For: IE8*/
|
45 |
}
|
46 |
+
/* Helper front*/
|
47 |
.ui-front {
|
48 |
z-index: 100;
|
49 |
}
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Coming soon ===
|
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.7.5
|
7 |
-
Stable tag:
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
1 |
=== Coming soon ===
|
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.7.5
|
7 |
+
Stable tag: 3.0.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|