Version Description
- Remove skip for admin from default options
- Fixed minor bugs
Download this release
Release Info
Developer | ceylonsystems |
Plugin | IgniteUp – Coming Soon and Maintenance Mode |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- igniteup.php +1 -1
- includes/class-admin-options.php +1 -1
- includes/class-coming-soon-creator.php +5 -0
- includes/templates/believe/believe.php +1 -1
- includes/templates/believe/css/newcss.css +1 -1
- readme.txt +19 -14
igniteup.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: IgniteUp
|
5 |
Plugin URI: http://plugins.ceylonsystems.com
|
6 |
Description: IgniteUp is a powerful plugin which allows you to keep your site on launchpad till ignite-up and to build amazing coming soon pages.
|
7 |
-
Version: 1.0.
|
8 |
Author: Ceylon Systems
|
9 |
Author URI: http://ceylonsystems.com
|
10 |
License: GPLv2 or later
|
4 |
Plugin Name: IgniteUp
|
5 |
Plugin URI: http://plugins.ceylonsystems.com
|
6 |
Description: IgniteUp is a powerful plugin which allows you to keep your site on launchpad till ignite-up and to build amazing coming soon pages.
|
7 |
+
Version: 1.0.3
|
8 |
Author: Ceylon Systems
|
9 |
Author URI: http://ceylonsystems.com
|
10 |
License: GPLv2 or later
|
includes/class-admin-options.php
CHANGED
@@ -55,7 +55,7 @@ class CSAdminOptions {
|
|
55 |
}
|
56 |
|
57 |
public static function setDefaultOptions() {
|
58 |
-
add_option(CSCS_GENEROPTION_PREFIX . 'skipfor', json_encode(array('administrator')));
|
59 |
}
|
60 |
|
61 |
}
|
55 |
}
|
56 |
|
57 |
public static function setDefaultOptions() {
|
58 |
+
//add_option(CSCS_GENEROPTION_PREFIX . 'skipfor', json_encode(array('administrator')));
|
59 |
}
|
60 |
|
61 |
}
|
includes/class-coming-soon-creator.php
CHANGED
@@ -62,6 +62,11 @@ class CSComingSoonCreator {
|
|
62 |
}
|
63 |
|
64 |
public function loadThemeScripts() {
|
|
|
|
|
|
|
|
|
|
|
65 |
do_action('cscs_theme_scripts_' . CSCS_DEFAULT_TEMPLATE);
|
66 |
wp_enqueue_style('igniteup-front', plugin_dir_url(CSCS_FILE) . 'includes/css/front.css');
|
67 |
}
|
62 |
}
|
63 |
|
64 |
public function loadThemeScripts() {
|
65 |
+
if (!$this->checkIfEnabled())
|
66 |
+
return;
|
67 |
+
if ($this->checkForSkipping())
|
68 |
+
return;
|
69 |
+
|
70 |
do_action('cscs_theme_scripts_' . CSCS_DEFAULT_TEMPLATE);
|
71 |
wp_enqueue_style('igniteup-front', plugin_dir_url(CSCS_FILE) . 'includes/css/front.css');
|
72 |
}
|
includes/templates/believe/believe.php
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
<body style="background: <?php echo $the_cs_template_options['bg_color']; ?> ; color:<?php echo $the_cs_template_options['font_color']; ?> ">
|
36 |
<div class="container-fluid main-container">
|
37 |
<div class="row">
|
38 |
-
<div class="col-sm-
|
39 |
<div class='logo'><?php
|
40 |
$logo = $the_cs_template_options['logo'];
|
41 |
?>
|
35 |
<body style="background: <?php echo $the_cs_template_options['bg_color']; ?> ; color:<?php echo $the_cs_template_options['font_color']; ?> ">
|
36 |
<div class="container-fluid main-container">
|
37 |
<div class="row">
|
38 |
+
<div class="col-sm-8">
|
39 |
<div class='logo'><?php
|
40 |
$logo = $the_cs_template_options['logo'];
|
41 |
?>
|
includes/templates/believe/css/newcss.css
CHANGED
@@ -14,7 +14,7 @@ body{
|
|
14 |
top: 157px;
|
15 |
position: absolute;
|
16 |
width: 700px;
|
17 |
-
right:
|
18 |
|
19 |
}
|
20 |
.title-top{
|
14 |
top: 157px;
|
15 |
position: absolute;
|
16 |
width: 700px;
|
17 |
+
right: 10%;
|
18 |
|
19 |
}
|
20 |
.title-top{
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, subscribe, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, igniter
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.2.2
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -24,13 +24,14 @@ Create decent pages to let users know the site is in Coming Soon, Maintenance Mo
|
|
24 |
= Features =
|
25 |
|
26 |
* Active Support for Your Questions
|
27 |
-
* Supporting almost every WordPress theme.
|
28 |
* 100% Mobile Responsive
|
29 |
-
* Fully Customizable
|
30 |
* Email Subscription Form Available in Launcher Template
|
|
|
31 |
* Translation Ready
|
32 |
* Multisite Support
|
33 |
-
* More New
|
34 |
|
35 |
= Included Languages =
|
36 |
|
@@ -44,17 +45,21 @@ Upload the plugin to your blog / Or install from the WordPress plugin repository
|
|
44 |
|
45 |
= Activating the page =
|
46 |
|
47 |
-
Go to IgniteUp > Options and check the
|
48 |
1, 2, 3: You're done!
|
49 |
|
50 |
-
Note :
|
51 |
-
You will have to use non-logged browser to view the page in action.
|
52 |
-
Or if you need to show it for adminstrators as well, just remove the tick for 'Administrators' option in 'Skip Page For' setting.
|
53 |
|
54 |
== Frequently Asked Questions ==
|
55 |
|
56 |
-
= How to
|
57 |
-
Navigate to plugin
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
= Why can't I see maintainance mode is activated? =
|
60 |
|
@@ -67,6 +72,10 @@ Activated template won't see roles ticked on "Skip Page For" option and in defau
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
|
|
70 |
= 1.0.2 =
|
71 |
* Automatic force for black background-color when background image selected
|
72 |
* Few performance improvements
|
@@ -77,7 +86,3 @@ Activated template won't see roles ticked on "Skip Page For" option and in defau
|
|
77 |
|
78 |
= 1.0 =
|
79 |
* Initial Release
|
80 |
-
|
81 |
-
== About Us ==
|
82 |
-
|
83 |
-
[Ceylon Systems](http://ceylonsystems.com/) is a web developing company in Sri Lanka run by a set of artisans who powered up with cutting-edge ink and headed to add colors to the modern web.
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, subscribe, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, igniter
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.2.2
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
24 |
= Features =
|
25 |
|
26 |
* Active Support for Your Questions
|
27 |
+
* Supporting almost every WordPress theme.
|
28 |
* 100% Mobile Responsive
|
29 |
+
* Fully Customizable Templates
|
30 |
* Email Subscription Form Available in Launcher Template
|
31 |
+
* Export Email Subscriber List as a CSV or BCC Text
|
32 |
* Translation Ready
|
33 |
* Multisite Support
|
34 |
+
* More New Templates Coming Soon with Future Updates
|
35 |
|
36 |
= Included Languages =
|
37 |
|
45 |
|
46 |
= Activating the page =
|
47 |
|
48 |
+
Go to `IgniteUp > Options` and check the `Enable / Disable` option and click the `save` button.
|
49 |
1, 2, 3: You're done!
|
50 |
|
51 |
+
Note : If you need to skip the page for Admins, just tick the `Administrators` checkbox in the `Skip Page For` option.
|
|
|
|
|
52 |
|
53 |
== Frequently Asked Questions ==
|
54 |
|
55 |
+
= How to enable maintanance / coming soon mode? =
|
56 |
+
Navigate to plugin's options page (`IgniteUp > Options`) and tick `Enable / Disable` checkbox. That's all!
|
57 |
+
|
58 |
+
= How to switch templates? =
|
59 |
+
Navigate to templates page (`IgniteUp > Templates`) and click on the `Activate` button in the appropriate template you want to activate. Active template is shown in the first place.
|
60 |
+
|
61 |
+
= How to customize template options =
|
62 |
+
Navigate to `IgniteUp > Options` and click the tab `Template Options`. There you can find all the options for the activated template.
|
63 |
|
64 |
= Why can't I see maintainance mode is activated? =
|
65 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 1.0.3 =
|
76 |
+
* Remove skip for admin from default options
|
77 |
+
* Fixed minor bugs
|
78 |
+
|
79 |
= 1.0.2 =
|
80 |
* Automatic force for black background-color when background image selected
|
81 |
* Few performance improvements
|
86 |
|
87 |
= 1.0 =
|
88 |
* Initial Release
|
|
|
|
|
|
|
|