IgniteUp – Coming Soon and Maintenance Mode - Version 1.0.4

Version Description

  • Improve template mobile responsiveness
Download this release

Release Info

Developer ceylonsystems
Plugin Icon 128x128 IgniteUp – Coming Soon and Maintenance Mode
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.3 to 1.0.4

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.3
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.4
8
  Author: Ceylon Systems
9
  Author URI: http://ceylonsystems.com
10
  License: GPLv2 or later
includes/templates/believe/believe.php CHANGED
@@ -1,9 +1,11 @@
1
  <?php global $the_cs_template_options; ?>
2
- <html>
 
3
  <head>
4
  <title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?> </title>
5
- <meta charset="UTF-8">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
7
  <?php wp_head(); ?>
8
  <style>
9
  a{
1
  <?php global $the_cs_template_options; ?>
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
  <head>
5
  <title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?> </title>
6
+ <meta charset="UTF-8">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
9
  <?php wp_head(); ?>
10
  <style>
11
  a{
includes/templates/launcher/launcher.php CHANGED
@@ -1,7 +1,11 @@
1
  <?php global $the_cs_template_options; ?>
2
- <html>
 
3
  <head>
4
  <?php wp_head(); ?>
 
 
 
5
  <title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?> </title>
6
 
7
  <style>
1
  <?php global $the_cs_template_options; ?>
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
  <head>
5
  <?php wp_head(); ?>
6
+ <meta charset="utf-8">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
9
  <title> <?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?> </title>
10
 
11
  <style>
includes/templates/offline/offline.php CHANGED
@@ -1,7 +1,11 @@
1
  <?php global $the_cs_template_options; ?>
2
- <html>
 
3
  <head>
4
  <?php wp_head(); ?>
 
 
 
5
  <title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?></title>
6
 
7
  <style>
1
  <?php global $the_cs_template_options; ?>
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
  <head>
5
  <?php wp_head(); ?>
6
+ <meta charset="utf-8">
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
9
  <title><?php echo (!empty($the_cs_template_options["general_cs_page_title"]) ? $the_cs_template_options["general_cs_page_title"] : 'Almost Ready we are ready to launch.'); ?></title>
10
 
11
  <style>
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.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -26,6 +26,7 @@ Create decent pages to let users know the site is in Coming Soon, Maintenance Mo
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
@@ -39,16 +40,28 @@ Create decent pages to let users know the site is in Coming Soon, Maintenance Mo
39
 
40
  == Installation ==
41
 
42
- = Install the plugin =
43
 
44
- Upload the plugin to your blog / Or install from the WordPress plugin repository, Activate it.
 
 
 
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
 
@@ -58,20 +71,29 @@ Navigate to plugin's options page (`IgniteUp > Options`) and tick `Enable / Disa
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
 
66
- Activated template won't see roles ticked on "Skip Page For" option and in default, admins won't see.
 
 
 
 
67
 
68
  == Screenshots ==
69
 
70
- 1. Coming Soon Page, on default options. (You can change everything as you need)
71
- 2. Another template
 
 
72
 
73
  == Changelog ==
74
 
 
 
 
75
  = 1.0.3 =
76
  * Remove skip for admin from default options
77
  * Fixed minor bugs
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.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
26
  * Active Support for Your Questions
27
  * Supporting almost every WordPress theme.
28
  * 100% Mobile Responsive
29
+ * Powered by Twitter Bootstrap
30
  * Fully Customizable Templates
31
  * Email Subscription Form Available in Launcher Template
32
  * Export Email Subscriber List as a CSV or BCC Text
40
 
41
  == Installation ==
42
 
43
+ = Automatic Installation =
44
 
45
+ 1. In the dashboard navigate to `Plugins > Add New`
46
+ 2. Search for `IgniteUp`
47
+ 3. Locate the `IgniteUp` by `Ceylon Systems` and click `Install Now`
48
+ 4. After installation, click on `Activate Plugin` to activate
49
 
50
+ = Manual Installation =
51
 
52
+ 1. Download the zip file using the `Download` button above in this page
53
+ 2. In the dashboard navigate to `Plugins > Add New`
54
+ 3. Click on `Upload Plugin`
55
+ 4. Click `Choose File` then select the zip file you downloaded
56
+ 5. Click `Install Now`, wait for the installation and click `Activate Plugin`
57
+
58
+ = Enabling the Landing Page =
59
 
60
+ 1. In the dashboard, navigate to `IgniteUp > Options`
61
+ 2. Tick the checkbox for `Enable/Disable` option
62
+ 3. Save the setting by clicking the `Save` button.
63
+
64
+ 1, 2, 3: You're done!
65
 
66
  == Frequently Asked Questions ==
67
 
71
  = How to switch templates? =
72
  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.
73
 
74
+ = How to customize template options? =
75
  Navigate to `IgniteUp > Options` and click the tab `Template Options`. There you can find all the options for the activated template.
76
 
77
+ = Why can't I see IgniteUp page? =
78
 
79
+ Make sure the plugin is activated. And also you should enable the option `Enable/Disable` in the IgniteUp Options (`Ignite > Options`) page. Note: IgniteUp page won't be seen by users who are logged in and belongs to the user roles ticked on `Skip Page For` option.
80
+
81
+ = How can I reach IgniteUp developers for help? =
82
+
83
+ You can post your question / suggestion in the [IgniteUp forums](https://wordpress.org/support/plugin/igniteup). We will reach you as soon as possible. You can also email us via info[at]ceylonsystems[dot]com for any support requests.
84
 
85
  == Screenshots ==
86
 
87
+ 1. Believe template on default options
88
+ 2. Launcher template on default options
89
+ 3. Offline template with default options
90
+ 4. Believe template modified with background image
91
 
92
  == Changelog ==
93
 
94
+ = 1.0.4 =
95
+ * Improve template mobile responsiveness
96
+
97
  = 1.0.3 =
98
  * Remove skip for admin from default options
99
  * Fixed minor bugs