Version Description
Download this release
Release Info
Developer | a.ankit |
Plugin | Easy Coming Soon |
Version | 0.91 |
Comparing to | |
See all releases |
Code changes from version 0.9 to 0.91
- coming-soon-plugin.php +7 -10
- css/style-option.css +1 -1
- images/arrow-dark.png +0 -0
- readme.txt +5 -2
coming-soon-plugin.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
/*
|
3 |
Plugin Name:Easy Coming Soon
|
4 |
Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
|
5 |
-
Version: 0.
|
6 |
Author:Deepesh paiwal
|
7 |
-
Author URI:
|
8 |
-
Plugin URI:
|
9 |
*/
|
10 |
add_action('admin_menu','coming_soon_menu');
|
11 |
|
@@ -35,9 +35,6 @@
|
|
35 |
function coming_soon_plugin_js_css()
|
36 |
{
|
37 |
// enqueue script for coming soon plugin
|
38 |
-
|
39 |
-
wp_enqueue_script('dashboard');
|
40 |
-
|
41 |
wp_enqueue_script( 'theme-preview' );
|
42 |
wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
|
43 |
wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
|
@@ -119,16 +116,16 @@ function my_custom_menu()
|
|
119 |
<!-- div options_tabs is start to add tab list in left side of warpper -->
|
120 |
<div id="options_tabs" class="ui-tabs ">
|
121 |
<ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
|
122 |
-
<li class="active" role="tab" tabindex="0" aria-controls="option_general_default" aria-labelledby="ui-id-1" aria-selected="true"><
|
123 |
</li>
|
124 |
|
125 |
-
<li role="tab" tabindex="-1" aria-controls="option_demo_header" aria-labelledby="ui-id-2" aria-selected="true"
|
126 |
<a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2"><img src="<?php echo plugins_url('images/design.png',__FILE__)?>" /> <?php _e('Design');?></a><span></span>
|
127 |
</li>
|
128 |
-
<li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-5" aria-selected="false"><
|
129 |
</li>
|
130 |
|
131 |
-
<li><
|
132 |
</li>
|
133 |
<div id="nav-shadow"></div>
|
134 |
</ul>
|
2 |
/*
|
3 |
Plugin Name:Easy Coming Soon
|
4 |
Description: Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks.
|
5 |
+
Version: 0.91
|
6 |
Author:Deepesh paiwal
|
7 |
+
Author URI: http://webriti.com
|
8 |
+
Plugin URI: http://webriti.com
|
9 |
*/
|
10 |
add_action('admin_menu','coming_soon_menu');
|
11 |
|
35 |
function coming_soon_plugin_js_css()
|
36 |
{
|
37 |
// enqueue script for coming soon plugin
|
|
|
|
|
|
|
38 |
wp_enqueue_script( 'theme-preview' );
|
39 |
wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
|
40 |
wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
|
116 |
<!-- div options_tabs is start to add tab list in left side of warpper -->
|
117 |
<div id="options_tabs" class="ui-tabs ">
|
118 |
<ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
|
119 |
+
<li class="active" role="tab" tabindex="0" aria-controls="option_general_default" aria-labelledby="ui-id-1" aria-selected="true"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1"><img src="<?php echo plugins_url('images/general.png',__FILE__)?>" /> <?php _e('General');?></a><span></span>
|
120 |
</li>
|
121 |
|
122 |
+
<li role="tab" tabindex="-1" aria-controls="option_demo_header" aria-labelledby="ui-id-2" aria-selected="true">
|
123 |
<a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2"><img src="<?php echo plugins_url('images/design.png',__FILE__)?>" /> <?php _e('Design');?></a><span></span>
|
124 |
</li>
|
125 |
+
<li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-5" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-5"><img src="<?php echo plugins_url('images/message.png',__FILE__)?>" /> <?php _e('Notification');?></a><span></span>
|
126 |
</li>
|
127 |
|
128 |
+
<li><a href="<?php echo home_url(); ?>?my_preview=true&TB_iframe=true&width=500&height=532" title="<?php _e('Live Preview Window') ?>" class="ui-tabs-anchor thickbox-preview" ><img src="<?php echo plugins_url('images/icon_on.png',__FILE__)?>" /> <?php _e('Live Preview');?> </a>
|
129 |
</li>
|
130 |
<div id="nav-shadow"></div>
|
131 |
</ul>
|
css/style-option.css
CHANGED
@@ -120,7 +120,7 @@ a:hover strong {
|
|
120 |
margin-top: 0px;
|
121 |
|
122 |
background: #fff;
|
123 |
-
width:
|
124 |
position: relative;
|
125 |
border-radius: 0px;
|
126 |
|
120 |
margin-top: 0px;
|
121 |
|
122 |
background: #fff;
|
123 |
+
width: 100%;
|
124 |
position: relative;
|
125 |
border-radius: 0px;
|
126 |
|
images/arrow-dark.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: a.ankit, deepeshpaliwal
|
|
3 |
Donate link: http://www.webriti.com/
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode
|
5 |
Requires at least: 3.3+
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -61,6 +61,9 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
|
|
61 |
|
62 |
== Changelog ==
|
63 |
|
|
|
|
|
|
|
64 |
=0.9=
|
65 |
1. UI Interface updated.
|
66 |
2. Minor changes in code
|
3 |
Donate link: http://www.webriti.com/
|
4 |
Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode
|
5 |
Requires at least: 3.3+
|
6 |
+
Tested up to: 3.8
|
7 |
+
Stable tag: 0.91
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
61 |
|
62 |
== Changelog ==
|
63 |
|
64 |
+
=0.91=
|
65 |
+
1. Plugin compatible with Wordpress 3.8
|
66 |
+
|
67 |
=0.9=
|
68 |
1. UI Interface updated.
|
69 |
2. Minor changes in code
|