Easy Coming Soon - Version 1.2

Version Description

  1. Improved Design Interface
  2. Background Noise Effect
  3. Minor Cosmetic Changes
  4. Minor changes in code
Download this release

Release Info

Developer a.ankit
Plugin Icon 128x128 Easy Coming Soon
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

Files changed (59) hide show
  1. coming-soon-plugin.php +29 -58
  2. css/cs-bootstrap.css +485 -2
  3. css/style-option.css +58 -25
  4. css/theme-admin.css +59 -13
  5. design-settings.php +56 -21
  6. general-settings.php +15 -3
  7. images/img/Firefox_Screenshot_2014-01-18T13-01-49.011Z.png +0 -0
  8. images/img/Firefox_Screenshot_2014-01-18T13-03-48.696Z.png +0 -0
  9. images/img/Screen Shot 2014-01-03 at 16.54.22.png +0 -0
  10. images/img/banner - Copy.png +0 -0
  11. images/img/browsericons.png +0 -0
  12. images/img/coming-soon-front-new1.png +0 -0
  13. images/img/design2.png +0 -0
  14. images/img/landing page.png +0 -0
  15. images/img/language.png +0 -0
  16. images/img/laptop1.png +0 -0
  17. images/img/mailchimp snap.png +0 -0
  18. images/img/multiple-mode.png +0 -0
  19. images/img/responsive page.png +0 -0
  20. images/img/responsive.png +0 -0
  21. images/img/screenshot-10.png +0 -0
  22. images/img/screenshot-2.png +0 -0
  23. images/img/screenshot-23.png +0 -0
  24. images/img/screenshot-24.png +0 -0
  25. images/img/screenshot-9.png +0 -0
  26. images/img/social.jpg +0 -0
  27. images/img/subscriber.png +0 -0
  28. images/img/users_lock.png +0 -0
  29. images/loading.gif +0 -0
  30. images/loading2.gif +0 -0
  31. images/overlay-1.png +0 -0
  32. images/plugin-naked1.png +0 -0
  33. images/screenshot-28.png +0 -0
  34. images/screenshot-31.png +0 -0
  35. images/screenshot-4.png +0 -0
  36. images/template.png +0 -0
  37. js/my-color-picker-script.js +20 -0
  38. js/spa-tab.js +16 -1
  39. notification-settings.php +5 -3
  40. pro.php +299 -101
  41. readme.txt +10 -1
  42. template/coming_soon_display.php +13 -4
  43. template/images/overlay-1.png +0 -0
  44. template/images/overlay/overlay-1.png +0 -0
  45. template/images/overlay/overlay-10.png +0 -0
  46. template/images/overlay/overlay-11.png +0 -0
  47. template/images/overlay/overlay-12.png +0 -0
  48. template/images/overlay/overlay-13.png +0 -0
  49. template/images/overlay/overlay-14.png +0 -0
  50. template/images/overlay/overlay-15.png +0 -0
  51. template/images/overlay/overlay-2.png +0 -0
  52. template/images/overlay/overlay-3.png +0 -0
  53. template/images/overlay/overlay-4.png +0 -0
  54. template/images/overlay/overlay-5.png +0 -0
  55. template/images/overlay/overlay-6.png +0 -0
  56. template/images/overlay/overlay-7.png +0 -0
  57. template/images/overlay/overlay-8.png +0 -0
  58. template/images/overlay/overlay-9.png +0 -0
  59. templates.php +1 -7
coming-soon-plugin.php CHANGED
@@ -2,7 +2,7 @@
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: 1.1
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
@@ -39,21 +39,22 @@
39
 
40
  wp_enqueue_script( 'theme-preview' );
41
  wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
42
- wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
43
  wp_enqueue_script('media-uploads',plugins_url('/js/media-upload-script.js',__FILE__),array('media-upload','thickbox','jquery'));
44
-
45
 
46
 
47
 
48
 
49
  wp_enqueue_style('dashboard');
50
 
51
-
52
  //enqueue css for coming soon plugin
53
  wp_enqueue_style('spa_flexslider', plugins_url('/css/theme-admin.css',__FILE__));
54
  wp_enqueue_style('classic',plugins_url('/css/style-classic.css',__FILE__));
55
  wp_enqueue_style('option',plugins_url('/css/style-option.css',__FILE__));
56
- wp_enqueue_style('thickbox');
 
57
  wp_enqueue_style('farbtasticss',plugins_url('/css/farbtasticss.css',__FILE__));
58
 
59
 
@@ -120,14 +121,17 @@ border-radius: 3px;
120
 
121
  <!-- div class icon32 is close -->
122
  <div class="plugin-title">
123
- <div class="icon32" id="icon-options-general" style="background-position:-369px -7px;">
124
- </div>
125
- <!-- coming soon plugin headline -->
126
- <h1 style="font-size:19px"><img style="vertical-align:middle" src="<?php echo plugins_url('/images/Home-icon.png',__FILE__); ?>"/>&nbsp;&nbsp;<?php _e('Easy Coming Soon Plugin');?></h1>
127
-
128
-
129
 
130
- </div>
 
 
 
 
 
 
 
 
 
131
  <div class="one-third">
132
 
133
  <!--div content_wrap is start -->
@@ -145,10 +149,12 @@ border-radius: 3px;
145
  </li>
146
  <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__)?>" />&nbsp;&nbsp;<?php _e('Notification');?></a>
147
  </li>
148
-
 
 
149
  <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__)?>" />&nbsp;&nbsp;<?php _e('Live Preview');?> </a>
150
  </li>
151
- <li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-6" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-6" style="font-size:16px;line-height:1.2"><strong><img style="vertical-align:middle" src="<?php echo plugins_url('images/plugin-naked.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Get Premium');?></strong></a>
152
  </li>
153
  <div id="nav-shadow"></div>
154
  </ul>
@@ -162,56 +168,17 @@ border-radius: 3px;
162
  <?php include('notification-settings.php');?>
163
  <!-- tab-5 pro Feature-->
164
  <?php include('pro.php');?>
 
165
  <br class="clear">
166
  </div><!-- end div of option_tabs -->
167
  </div><!-- end div of content -->
168
  </div><!-- end div of content_wrap -->
169
  </div> <!-- end of div one third-->
170
-
171
- <div class="one-fourth" style="margin-top:-8%;">
172
-
173
-
174
- <!-- Start of Upgrade to Premium Call Out Section -->
175
-
176
- <div id="dashboard_recent_drafts" class="postbox " style="float:right;width:20%;margin-right:1.7%;margin-top:0%;margin-bottom:15px;position:fixed;right:0px;border-top:none;" >
177
-
178
- <h3 class="hndle" style="font-size:16px;padding-top:5px;text-align:center;padding-bottom:10px;background: url(<?php echo plugins_url('images/Untitled.png',__FILE__)?>) repeat-x left top;border-top:none;">
179
- <span style="color:#000;font-weight:600">&nbsp;Upgrade To Easy Coming Soon Pro</span>
180
- </h3>
181
 
182
-
183
- <div class="inside" style="font-size:14px;text-align:center;background: url(<?php echo plugins_url('images/Untitled.png',__FILE__)?>) repeat-x left top;text-align:center;margin-top: -6%;margin-bottom:0"; > <br>
184
- <a class="btn btn-success btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">See A Demo</a><br>
185
-
186
-
187
- </div>
188
- </div><br>
189
-
190
- <!-- End of Upgrade to Premium Call Out Section -->
191
-
192
-
193
-
194
- <!-- Start of Show us Love Div :) -->
195
-
196
- <div id="dashboard_recent_drafts" class="postbox" style="float:right;width:20%;margin-right:1.7%;margin-top:9%;position:fixed;right:0px;">
197
- <div class="handlediv" title="Click to toggle">
198
- <br>
199
- </div>
200
- <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
201
- <span><img src="<?php echo plugins_url('images/star.png',__FILE__)?>" />&nbsp; Show us some Love</span>
202
- </h3>
203
-
204
- <div class="inside" style="font-size:14px;" >
205
- * Like This Plugin? Give your rating and review<br /><br />
206
- <img src="<?php echo plugins_url('images/arrow1.png',__FILE__)?>" />&nbsp;&nbsp;&nbsp;<a href="http://wordpress.org/plugins/easy-coming-soon/" target="_new">Rate us on Wordpress</a><br />
207
- <br />
208
- </div>
209
-
210
- </div>
211
-
212
- <!-- End of Show us Love Div :) -->
213
-
214
- </div>
215
 
216
  </div> <!-- end of div wrap -->
217
  <!--One Forth Part Right End-->
@@ -327,6 +294,7 @@ border-radius: 3px;
327
  $descrip_color = mysql_real_escape_string($_POST['descrip_color']);
328
  $description_font_size = mysql_real_escape_string($_POST['pxselect_post_entry']);
329
  $description_font_format = mysql_real_escape_string($_POST['font_family_post_description']);
 
330
 
331
  $design_settings_save_setting = array( 'background_color' => $background_color,
332
  'title_color' => $title_color,
@@ -335,6 +303,7 @@ border-radius: 3px;
335
  'descrip_color' => $descrip_color,
336
  'description_font_size' => $description_font_size,
337
  'description_font_format' => $description_font_format,
 
338
  );
339
 
340
  update_option("soon_page_desgin_settings", $design_settings_save_setting);
@@ -363,6 +332,7 @@ border-radius: 3px;
363
  $title_font_format = "Arial Black, sans-serif";
364
  $description_font_size ="20";
365
  $description_font_format = "Verdana, Geneva, sans-serif";
 
366
 
367
  $design_page_reset_setting = array( 'background_color' => $background_color,
368
  'title_color' => $title_color,
@@ -371,6 +341,7 @@ border-radius: 3px;
371
  'title_font_format' => $title_font_format,
372
  'description_font_size' => $description_font_size,
373
  'description_font_format' => $description_font_format,
 
374
  );
375
 
376
  update_option("soon_page_desgin_settings", $design_page_reset_setting);
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: 1.2
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
39
 
40
  wp_enqueue_script( 'theme-preview' );
41
  wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
42
+ // wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
43
  wp_enqueue_script('media-uploads',plugins_url('/js/media-upload-script.js',__FILE__),array('media-upload','thickbox','jquery'));
44
+ wp_enqueue_script('my-color-picker-script', plugins_url('js/my-color-picker-script.js',__FILE__), array( 'wp-color-picker' ), false, true );
45
 
46
 
47
 
48
 
49
  wp_enqueue_style('dashboard');
50
 
51
+ wp_enqueue_style('wp-color-picker');
52
  //enqueue css for coming soon plugin
53
  wp_enqueue_style('spa_flexslider', plugins_url('/css/theme-admin.css',__FILE__));
54
  wp_enqueue_style('classic',plugins_url('/css/style-classic.css',__FILE__));
55
  wp_enqueue_style('option',plugins_url('/css/style-option.css',__FILE__));
56
+ wp_enqueue_style('bootsrap',plugins_url('/css/cs-bootstrap.css',__FILE__));
57
+ wp_enqueue_style('thickbox');
58
  wp_enqueue_style('farbtasticss',plugins_url('/css/farbtasticss.css',__FILE__));
59
 
60
 
121
 
122
  <!-- div class icon32 is close -->
123
  <div class="plugin-title">
 
 
 
 
 
 
124
 
125
+ <span style="float:left;margin-left:5px">
126
+ <!-- coming soon plugin headline -->
127
+ <h1 ><img style="vertical-align:middle" src="<?php echo plugins_url('/images/Home-icon.png',__FILE__); ?>"/>&nbsp;&nbsp;<?php _e('Easy Coming Soon Plugin');?></h1>
128
+ </span>
129
+ <span style="float:right;margin-right:1%;padding-top:20px;">
130
+ <a class="btn btn-primary " href="http://wordpress.org/plugins/easy-coming-soon/" target="_new"><img style="vertical-align:middle" src="<?php echo plugins_url('/images/star.png',__FILE__); ?>"/> &nbsp;<?php _e('Rate us on Wordpress','');?></a>
131
+ &nbsp;<a class="btn btn-danger " href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new"><?php _e('Upgrade to Pro version','');?></a>
132
+ &nbsp;<a class="btn btn-success" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new"><?php _e('View Pro Demo','');?></a>
133
+ </span>
134
+ </div>
135
  <div class="one-third">
136
 
137
  <!--div content_wrap is start -->
149
  </li>
150
  <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__)?>" />&nbsp;&nbsp;<?php _e('Notification');?></a>
151
  </li>
152
+ </li>
153
+ <li role="tab" tabindex="-1" aria-controls="option_color_templates" aria-labelledby="ui-id-8" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-8"><img src="<?php echo plugins_url('images/template.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Templates');?></a>
154
+ </li>
155
  <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__)?>" />&nbsp;&nbsp;<?php _e('Live Preview');?> </a>
156
  </li>
157
+ <li role="tab" tabindex="-1" aria-controls="option_color_header" aria-labelledby="ui-id-6" aria-selected="false"><a href="#" class="ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-6" style="font-size:16px;line-height:1.2"><strong><img style="vertical-align:middle" src="<?php echo plugins_url('images/plugin-naked1.png',__FILE__)?>" />&nbsp;&nbsp;<?php _e('Premium Features');?></strong></a>
158
  </li>
159
  <div id="nav-shadow"></div>
160
  </ul>
168
  <?php include('notification-settings.php');?>
169
  <!-- tab-5 pro Feature-->
170
  <?php include('pro.php');?>
171
+ <?php include('templates.php');?>
172
  <br class="clear">
173
  </div><!-- end div of option_tabs -->
174
  </div><!-- end div of content -->
175
  </div><!-- end div of content_wrap -->
176
  </div> <!-- end of div one third-->
177
+ <div class="plugin-title1">
 
 
 
 
 
 
 
 
 
 
178
 
179
+
180
+ </div>
181
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  </div> <!-- end of div wrap -->
184
  <!--One Forth Part Right End-->
294
  $descrip_color = mysql_real_escape_string($_POST['descrip_color']);
295
  $description_font_size = mysql_real_escape_string($_POST['pxselect_post_entry']);
296
  $description_font_format = mysql_real_escape_string($_POST['font_family_post_description']);
297
+ $background_effect= mysql_real_escape_string($_POST['background_effect']);
298
 
299
  $design_settings_save_setting = array( 'background_color' => $background_color,
300
  'title_color' => $title_color,
303
  'descrip_color' => $descrip_color,
304
  'description_font_size' => $description_font_size,
305
  'description_font_format' => $description_font_format,
306
+ 'background_effect'=>$background_effect,
307
  );
308
 
309
  update_option("soon_page_desgin_settings", $design_settings_save_setting);
332
  $title_font_format = "Arial Black, sans-serif";
333
  $description_font_size ="20";
334
  $description_font_format = "Verdana, Geneva, sans-serif";
335
+ $background_effect = "0";
336
 
337
  $design_page_reset_setting = array( 'background_color' => $background_color,
338
  'title_color' => $title_color,
341
  'title_font_format' => $title_font_format,
342
  'description_font_size' => $description_font_size,
343
  'description_font_format' => $description_font_format,
344
+ 'background_effect'=>$background_effect,
345
  );
346
 
347
  update_option("soon_page_desgin_settings", $design_page_reset_setting);
css/cs-bootstrap.css CHANGED
@@ -130,6 +130,11 @@ table {
130
  vertical-align: middle;
131
  border-top: 1px solid #dddddd;
132
  }
 
 
 
 
 
133
 
134
  .table th {
135
  font-weight: bold;
@@ -166,6 +171,7 @@ table {
166
  border-collapse: separate;
167
  *border-collapse: collapse;
168
  border-left: 0;
 
169
  -webkit-border-radius: 4px;
170
  -moz-border-radius: 4px;
171
  border-radius: 4px;
@@ -273,6 +279,358 @@ table th[class*="span"],
273
  margin-left: 0;
274
  }
275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276
  .table td.span1,
277
  .table th.span1 {
278
  float: none;
@@ -1151,6 +1509,7 @@ input[type="submit"].btn.btn-mini {
1151
  color: #b94a48;
1152
  background-color: #f2dede;
1153
  border-color: #eed3d7;
 
1154
  }
1155
 
1156
  .alert-danger h4,
@@ -1231,10 +1590,10 @@ vertical-align: middle;
1231
  .input-prepend .add-on {
1232
  display: inline-block;
1233
  width: auto;
1234
- height: 16px;
1235
  margin-top: 1px;
1236
  min-width: 16px;
1237
- padding: 5px 5px;
1238
  font-size: 14px;
1239
  font-weight: normal;
1240
  line-height: 20px;
@@ -1338,4 +1697,128 @@ border: 1px solid #ccc;
1338
 
1339
  .input-prepend.input-append .btn-group:first-child {
1340
  margin-left: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1341
  }
130
  vertical-align: middle;
131
  border-top: 1px solid #dddddd;
132
  }
133
+ .table thead tr {
134
+ color: rgb(250, 250, 250);
135
+ font-weight: normal;
136
+ background: linear-gradient(rgb(47, 150, 180) 0px, rgb(47, 150, 180) 100%) repeat-x rgb(47,150, 180);
137
+ }
138
 
139
  .table th {
140
  font-weight: bold;
171
  border-collapse: separate;
172
  *border-collapse: collapse;
173
  border-left: 0;
174
+ margin-right:10px;
175
  -webkit-border-radius: 4px;
176
  -moz-border-radius: 4px;
177
  border-radius: 4px;
279
  margin-left: 0;
280
  }
281
 
282
+
283
+ .row {
284
+ margin-left: -20px;
285
+ *zoom: 1;
286
+ }
287
+
288
+ .row:before,
289
+ .row:after {
290
+ display: table;
291
+ line-height: 0;
292
+ content: "";
293
+ }
294
+
295
+ .row:after {
296
+ clear: both;
297
+ }
298
+
299
+ [class*="span"] {
300
+ float: left;
301
+ min-height: 1px;
302
+ margin-left: 20px;
303
+ }
304
+
305
+ .container,
306
+ .navbar-static-top .container,
307
+ .navbar-fixed-top .container,
308
+ .navbar-fixed-bottom .container {
309
+ width: 940px;
310
+ }
311
+
312
+ .span12 {
313
+ width: 940px;
314
+ }
315
+
316
+ .span11 {
317
+ width: 860px;
318
+ }
319
+
320
+ .span10 {
321
+ width: 780px;
322
+ }
323
+
324
+ .span9 {
325
+ width: 700px;
326
+ }
327
+
328
+ .span8 {
329
+ width: 620px;
330
+ }
331
+
332
+ .span7 {
333
+ width: 540px;
334
+ }
335
+
336
+ .span6 {
337
+ width: 460px;
338
+ }
339
+
340
+ .span5 {
341
+ width: 380px;
342
+ }
343
+
344
+ .span4 {
345
+ width: 300px;
346
+ }
347
+
348
+ .span3 {
349
+ width: 220px;
350
+ }
351
+
352
+ .span2 {
353
+ width: 140px;
354
+ }
355
+
356
+ .span1 {
357
+ width: 60px;
358
+ }
359
+
360
+ .offset12 {
361
+ margin-left: 980px;
362
+ }
363
+
364
+ .offset11 {
365
+ margin-left: 900px;
366
+ }
367
+
368
+ .offset10 {
369
+ margin-left: 820px;
370
+ }
371
+
372
+ .offset9 {
373
+ margin-left: 740px;
374
+ }
375
+
376
+ .offset8 {
377
+ margin-left: 660px;
378
+ }
379
+
380
+ .offset7 {
381
+ margin-left: 580px;
382
+ }
383
+
384
+ .offset6 {
385
+ margin-left: 500px;
386
+ }
387
+
388
+ .offset5 {
389
+ margin-left: 420px;
390
+ }
391
+
392
+ .offset4 {
393
+ margin-left: 340px;
394
+ }
395
+
396
+ .offset3 {
397
+ margin-left: 260px;
398
+ }
399
+
400
+ .offset2 {
401
+ margin-left: 180px;
402
+ }
403
+
404
+ .offset1 {
405
+ margin-left: 100px;
406
+ }
407
+
408
+ .row-fluid {
409
+ width: 100%;
410
+ *zoom: 1;
411
+ }
412
+
413
+ .row-fluid:before,
414
+ .row-fluid:after {
415
+ display: table;
416
+ line-height: 0;
417
+ content: "";
418
+ }
419
+
420
+ .row-fluid:after {
421
+ clear: both;
422
+ }
423
+
424
+ .row-fluid [class*="span"] {
425
+ display: block;
426
+ float: left;
427
+ width: 100%;
428
+ min-height: 30px;
429
+ margin-left: 2.127659574468085%;
430
+ *margin-left: 2.074468085106383%;
431
+ -webkit-box-sizing: border-box;
432
+ -moz-box-sizing: border-box;
433
+ box-sizing: border-box;
434
+ }
435
+
436
+ .row-fluid [class*="span"]:first-child {
437
+ margin-left: 0;
438
+ }
439
+
440
+ .row-fluid .controls-row [class*="span"] + [class*="span"] {
441
+ margin-left: 2.127659574468085%;
442
+ }
443
+
444
+ .row-fluid .span12 {
445
+ width: 100%;
446
+ *width: 99.94680851063829%;
447
+ }
448
+
449
+ .row-fluid .span11 {
450
+ width: 91.48936170212765%;
451
+ *width: 91.43617021276594%;
452
+ }
453
+
454
+ .row-fluid .span10 {
455
+ width: 82.97872340425532%;
456
+ *width: 82.92553191489361%;
457
+ }
458
+
459
+ .row-fluid .span9 {
460
+ width: 74.46808510638297%;
461
+ *width: 74.41489361702126%;
462
+ }
463
+
464
+ .row-fluid .span8 {
465
+ width: 65.95744680851064%;
466
+ *width: 65.90425531914893%;
467
+ }
468
+
469
+ .row-fluid .span7 {
470
+ width: 57.44680851063829%;
471
+ *width: 57.39361702127659%;
472
+ }
473
+
474
+ .row-fluid .span6 {
475
+ width: 48.93617021276595%;
476
+ *width: 48.88297872340425%;
477
+ }
478
+
479
+ .row-fluid .span5 {
480
+ width: 40.42553191489362%;
481
+ *width: 40.37234042553192%;
482
+ }
483
+
484
+ .row-fluid .span4 {
485
+ width: 31.914893617021278%;
486
+ *width: 31.861702127659576%;
487
+ }
488
+
489
+ .row-fluid .span3 {
490
+ width: 23.404255319148934%;
491
+ *width: 23.351063829787233%;
492
+ }
493
+
494
+ .row-fluid .span2 {
495
+ width: 14.893617021276595%;
496
+ *width: 14.840425531914894%;
497
+ }
498
+
499
+ .row-fluid .span1 {
500
+ width: 6.382978723404255%;
501
+ *width: 6.329787234042553%;
502
+ }
503
+
504
+ .row-fluid .offset12 {
505
+ margin-left: 104.25531914893617%;
506
+ *margin-left: 104.14893617021275%;
507
+ }
508
+
509
+ .row-fluid .offset12:first-child {
510
+ margin-left: 102.12765957446808%;
511
+ *margin-left: 102.02127659574467%;
512
+ }
513
+
514
+ .row-fluid .offset11 {
515
+ margin-left: 95.74468085106382%;
516
+ *margin-left: 95.6382978723404%;
517
+ }
518
+
519
+ .row-fluid .offset11:first-child {
520
+ margin-left: 93.61702127659574%;
521
+ *margin-left: 93.51063829787232%;
522
+ }
523
+
524
+ .row-fluid .offset10 {
525
+ margin-left: 87.23404255319149%;
526
+ *margin-left: 87.12765957446807%;
527
+ }
528
+
529
+ .row-fluid .offset10:first-child {
530
+ margin-left: 85.1063829787234%;
531
+ *margin-left: 84.99999999999999%;
532
+ }
533
+
534
+ .row-fluid .offset9 {
535
+ margin-left: 78.72340425531914%;
536
+ *margin-left: 78.61702127659572%;
537
+ }
538
+
539
+ .row-fluid .offset9:first-child {
540
+ margin-left: 76.59574468085106%;
541
+ *margin-left: 76.48936170212764%;
542
+ }
543
+
544
+ .row-fluid .offset8 {
545
+ margin-left: 70.2127659574468%;
546
+ *margin-left: 70.10638297872339%;
547
+ }
548
+
549
+ .row-fluid .offset8:first-child {
550
+ margin-left: 68.08510638297872%;
551
+ *margin-left: 67.9787234042553%;
552
+ }
553
+
554
+ .row-fluid .offset7 {
555
+ margin-left: 61.70212765957446%;
556
+ *margin-left: 61.59574468085106%;
557
+ }
558
+
559
+ .row-fluid .offset7:first-child {
560
+ margin-left: 59.574468085106375%;
561
+ *margin-left: 59.46808510638297%;
562
+ }
563
+
564
+ .row-fluid .offset6 {
565
+ margin-left: 53.191489361702125%;
566
+ *margin-left: 53.085106382978715%;
567
+ }
568
+
569
+ .row-fluid .offset6:first-child {
570
+ margin-left: 51.063829787234035%;
571
+ *margin-left: 50.95744680851063%;
572
+ }
573
+
574
+ .row-fluid .offset5 {
575
+ margin-left: 44.68085106382979%;
576
+ *margin-left: 44.57446808510638%;
577
+ }
578
+
579
+ .row-fluid .offset5:first-child {
580
+ margin-left: 42.5531914893617%;
581
+ *margin-left: 42.4468085106383%;
582
+ }
583
+
584
+ .row-fluid .offset4 {
585
+ margin-left: 36.170212765957444%;
586
+ *margin-left: 36.06382978723405%;
587
+ }
588
+
589
+ .row-fluid .offset4:first-child {
590
+ margin-left: 34.04255319148936%;
591
+ *margin-left: 33.93617021276596%;
592
+ }
593
+
594
+ .row-fluid .offset3 {
595
+ margin-left: 27.659574468085104%;
596
+ *margin-left: 27.5531914893617%;
597
+ }
598
+
599
+ .row-fluid .offset3:first-child {
600
+ margin-left: 25.53191489361702%;
601
+ *margin-left: 25.425531914893618%;
602
+ }
603
+
604
+ .row-fluid .offset2 {
605
+ margin-left: 19.148936170212764%;
606
+ *margin-left: 19.04255319148936%;
607
+ }
608
+
609
+ .row-fluid .offset2:first-child {
610
+ margin-left: 17.02127659574468%;
611
+ *margin-left: 16.914893617021278%;
612
+ }
613
+
614
+ .row-fluid .offset1 {
615
+ margin-left: 10.638297872340425%;
616
+ *margin-left: 10.53191489361702%;
617
+ }
618
+
619
+ .row-fluid .offset1:first-child {
620
+ margin-left: 8.51063829787234%;
621
+ *margin-left: 8.404255319148938%;
622
+ }
623
+
624
+ [class*="span"].hide,
625
+ .row-fluid [class*="span"].hide {
626
+ display: none;
627
+ }
628
+
629
+ [class*="span"].pull-right,
630
+ .row-fluid [class*="span"].pull-right {
631
+ float: right;
632
+ }
633
+
634
  .table td.span1,
635
  .table th.span1 {
636
  float: none;
1509
  color: #b94a48;
1510
  background-color: #f2dede;
1511
  border-color: #eed3d7;
1512
+ width: 80%;
1513
  }
1514
 
1515
  .alert-danger h4,
1590
  .input-prepend .add-on {
1591
  display: inline-block;
1592
  width: auto;
1593
+ height: 15px;
1594
  margin-top: 1px;
1595
  min-width: 16px;
1596
+ padding: 7px 5px;
1597
  font-size: 14px;
1598
  font-weight: normal;
1599
  line-height: 20px;
1697
 
1698
  .input-prepend.input-append .btn-group:first-child {
1699
  margin-left: 0;
1700
+ }
1701
+
1702
+
1703
+ media="all"
1704
+ @media screen and (max-width: 782px)
1705
+ .form-table td input[type=text], .form-table td input[type=password], .form-table td select, .form-table td textarea, .form-table span.description, #profile-page .form-table textarea {
1706
+ width: 70%;
1707
+ font-size: 16px;
1708
+ line-height: 1.5;
1709
+ padding: 7px 10px;
1710
+ display: block;
1711
+ max-width: none;
1712
+ box-sizing: border-box;
1713
+ -mox-box-sizing: border-box;
1714
+ }
1715
+ .avatar{
1716
+ float: left;
1717
+ padding: 2px;
1718
+ backgroun-color: #fff;
1719
+ border: 1px solid #ccc;
1720
+ margin-right: 8px;
1721
+
1722
+ }
1723
+ .error{ color:#FF0000; }
1724
+
1725
+ .pagination a, .pagination span {
1726
+ line-height: 25px;
1727
+ }
1728
+ .pagination {
1729
+ margin: 0px 0;
1730
+ }
1731
+ #subscribe_loading{
1732
+ position: absolute;
1733
+ text-align: center;
1734
+ top: 75px;
1735
+ left:50px;
1736
+ width: 30%;
1737
+ display:none;
1738
+ }
1739
+ ul{border:0; margin:0; padding:0;}
1740
+
1741
+
1742
+
1743
+
1744
+ .pagination {
1745
+ float: left;
1746
+ margin: 10px 0 25px;
1747
+ padding: 10px 0;
1748
+ text-align: center;
1749
+ width: 100%;
1750
+ }
1751
+
1752
+ .pagination ul {
1753
+ display: inline;
1754
+ }
1755
+
1756
+ .pagination ul li {
1757
+ display: inline;
1758
+ line-height: 22px;
1759
+ margin-left: 5px;
1760
+ }
1761
+
1762
+
1763
+ .pagination ul li.paginanext a {
1764
+ color: #6A6A6A;
1765
+ padding: 6px 30px 3px;
1766
+ }
1767
+
1768
+ .pagination ul li a {
1769
+ background: none repeat scroll 0 0 #EFF1F2;
1770
+ border: 1px solid #B0B0B0;
1771
+ font-size: 13px;
1772
+ line-height: 30px;
1773
+ padding: 6px 10px 3px;
1774
+ color: #6A6A6A;
1775
+ text-decoration:none;
1776
+ }
1777
+
1778
+ .pagination ul li.paginanext a:hover {
1779
+ color: #FFFFFF;
1780
+ }
1781
+
1782
+ .pagination ul li a:hover, .pagination ul li.active a {
1783
+ color: #3e8bcd;
1784
+ border: 1px solid #4493d8;
1785
+ color: #FFFFFF;
1786
+ background-color: #5ca2df;
1787
+ box-shadow: inset 1px 1px 1px #89c9f6;
1788
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
1789
+ background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
1790
+ background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
1791
+ background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
1792
+ background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
1793
+ }
1794
+ .pagination ul li a.active{
1795
+ color: #FFFFFF;
1796
+ background-color: #5ca2df;
1797
+ box-shadow: inset 1px 1px 1px #89c9f6;
1798
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
1799
+ background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
1800
+ background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
1801
+ background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
1802
+ background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
1803
+ }
1804
+
1805
+ .pagination ul li active a{
1806
+ color: #3e8bcd;
1807
+ border: 1px solid #4493d8;
1808
+ color: #FFFFFF;
1809
+ background-color: #5ca2df;
1810
+ box-shadow: inset 1px 1px 1px #89c9f6;
1811
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ca2df), to(#297ac1));
1812
+ background-image: -webkit-linear-gradient(top, #5ca2df, #297ac1);
1813
+ background-image: -moz-linear-gradient(top, #5ca2df, #297ac1);
1814
+ background-image: -ms-linear-gradient(top, #5ca2df, #297ac1);
1815
+ background-image: -o-linear-gradient(top, #5ca2df, #297ac1);
1816
+ }
1817
+ #subscribe_loading{
1818
+ position: absolute;
1819
+ text-align: center;
1820
+ top: 10%;
1821
+ width: 20%;
1822
+ left:40%
1823
+ display:none;
1824
  }
css/style-option.css CHANGED
@@ -13,7 +13,7 @@
13
 
14
 
15
  #wpwrap {
16
- min-width: 990px;
17
  }
18
 
19
 
@@ -51,8 +51,12 @@ a {
51
 
52
  #framework_wrap {
53
  position: relative;
54
- width: 71%;
55
- margin: 4px 15px 0 0;
 
 
 
 
56
  }
57
 
58
  #framework_wrap #header {
@@ -116,6 +120,7 @@ a {
116
  position: relative;
117
  border-radius: 0px;
118
 
 
119
  }
120
 
121
  #framework_wrap #content_wrap .info {
@@ -369,6 +374,7 @@ a.off {
369
  border-bottom: 1px solid #e3e3e3;
370
 
371
  position: relative;
 
372
  }
373
 
374
  .screenshot {
@@ -431,7 +437,7 @@ a.off {
431
  /*padding-top: 10px;*/
432
  padding-bottom: 10px;
433
  clear: both;
434
- font-size: 17px;
435
  }
436
 
437
  #framework_wrap #content .option-option-tree-slider .section .element h3 {
@@ -480,7 +486,7 @@ h3.text-title {
480
  }
481
 
482
  #framework_wrap #content p {
483
- font-size: 12px;
484
  color: #555;
485
  padding-bottom: 20px;
486
  margin: 0;
@@ -751,21 +757,45 @@ div.desc-text p {
751
 
752
 
753
  #framework_wrap #content input[type="text"],
754
- #framework_wrap #content select,
755
  #framework_wrap #content textarea,
756
  #framework_wrap #content input.input_layout,
757
  .post-meta-options input[type="text"],
758
- .post-meta-options select,
759
  .post-meta-options textarea,
760
  .post-meta-options input.input_layout {
761
- background: #fafafa;
 
 
 
 
 
 
 
 
 
 
 
762
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
763
- font-size: 13px;
764
  margin-bottom: 9px !important;
765
  padding: 5px;
766
  width: 60%;
767
  display: block;
768
- color: #888;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
  resize: none;
770
  float: left;
771
 
@@ -778,7 +808,6 @@ div.desc-text p {
778
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
779
  transition: border linear 0.2s, box-shadow linear 0.2s;
780
  }
781
-
782
  #framework_wrap #content input[type="text"]:focus,
783
  #framework_wrap #content select:focus,
784
  #framework_wrap #content textarea:focus,
@@ -1247,12 +1276,8 @@ input[type="color"]:focus,*/
1247
  }
1248
  #framework_wrap .ui-tabs .ui-tabs-nav li.active a {
1249
  color:#fff;
1250
- background: #777;
1251
- background-image: -webkit-gradient(linear,left bottom,left top,from(#6d6d6d),to(#808080));
1252
- background-image: -webkit-linear-gradient(bottom,#6d6d6d,#808080);
1253
- background-image: -moz-linear-gradient(bottom,#6d6d6d,#808080);
1254
- background-image: -o-linear-gradient(bottom,#6d6d6d,#808080);
1255
- background-image: linear-gradient(to top,#6d6d6d,#808080);
1256
  text-shadow: 0 -1px 0 #333;
1257
  color: #fff;
1258
  border-top-color: #808080;
@@ -1313,12 +1338,8 @@ width: 6px;
1313
  #framework_wrap .ui-tabs .ui-tabs-nav li.active a:hover {
1314
 
1315
  color:#fff;
1316
- background: #777;
1317
- background-image: -webkit-gradient(linear,left bottom,left top,from(#6d6d6d),to(#808080));
1318
- background-image: -webkit-linear-gradient(bottom,#6d6d6d,#808080);
1319
- background-image: -moz-linear-gradient(bottom,#6d6d6d,#808080);
1320
- background-image: -o-linear-gradient(bottom,#6d6d6d,#808080);
1321
- background-image: linear-gradient(to top,#6d6d6d,#808080);
1322
  }
1323
 
1324
  #framework_wrap .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
@@ -1669,9 +1690,21 @@ input[type="submit"].ob_button {
1669
 
1670
  }
1671
  .active{
1672
- background: #598dc1;
 
 
 
 
 
1673
  color:#fff;
1674
 
1675
  }
1676
 
1677
-
 
 
 
 
 
 
 
13
 
14
 
15
  #wpwrap {
16
+ min-width: 100%;
17
  }
18
 
19
 
51
 
52
  #framework_wrap {
53
  position: relative;
54
+ width: 97%;
55
+ margin: 14px 15px 0 0;
56
+ -webkit-box-shadow: 0 0 19px rgba(50, 50, 50, 1);
57
+ -moz-box-shadow: 0 0 19px rgba(50, 50, 50, 1);
58
+ box-shadow: 0 0 19px rgba(50, 50, 50, 1);
59
+
60
  }
61
 
62
  #framework_wrap #header {
120
  position: relative;
121
  border-radius: 0px;
122
 
123
+
124
  }
125
 
126
  #framework_wrap #content_wrap .info {
374
  border-bottom: 1px solid #e3e3e3;
375
 
376
  position: relative;
377
+
378
  }
379
 
380
  .screenshot {
437
  /*padding-top: 10px;*/
438
  padding-bottom: 10px;
439
  clear: both;
440
+ font-size: 20px;
441
  }
442
 
443
  #framework_wrap #content .option-option-tree-slider .section .element h3 {
486
  }
487
 
488
  #framework_wrap #content p {
489
+ font-size: 17px;
490
  color: #555;
491
  padding-bottom: 20px;
492
  margin: 0;
757
 
758
 
759
  #framework_wrap #content input[type="text"],
 
760
  #framework_wrap #content textarea,
761
  #framework_wrap #content input.input_layout,
762
  .post-meta-options input[type="text"],
 
763
  .post-meta-options textarea,
764
  .post-meta-options input.input_layout {
765
+ background-color: #f1f1f1;
766
+ border: 1px solid;
767
+ border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
768
+ padding: 4px;
769
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
770
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
771
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
772
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
773
+ transition: border linear 0.2s, box-shadow linear 0.2s;
774
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
775
+ -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
776
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
777
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
778
+ font-size: 15px;
779
  margin-bottom: 9px !important;
780
  padding: 5px;
781
  width: 60%;
782
  display: block;
783
+ color: #000;
784
+ resize: none;
785
+ float: left;
786
+
787
+
788
+ }
789
+ #framework_wrap #content select{
790
+
791
+ background: #F2F2F2;
792
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
793
+ font-size: 15px;
794
+ margin-bottom: 9px !important;
795
+ padding: 5px;
796
+ width: 60%;
797
+ display: block;
798
+ color: #000;
799
  resize: none;
800
  float: left;
801
 
808
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
809
  transition: border linear 0.2s, box-shadow linear 0.2s;
810
  }
 
811
  #framework_wrap #content input[type="text"]:focus,
812
  #framework_wrap #content select:focus,
813
  #framework_wrap #content textarea:focus,
1276
  }
1277
  #framework_wrap .ui-tabs .ui-tabs-nav li.active a {
1278
  color:#fff;
1279
+
1280
+
 
 
 
 
1281
  text-shadow: 0 -1px 0 #333;
1282
  color: #fff;
1283
  border-top-color: #808080;
1338
  #framework_wrap .ui-tabs .ui-tabs-nav li.active a:hover {
1339
 
1340
  color:#fff;
1341
+ background: #598dc1;
1342
+
 
 
 
 
1343
  }
1344
 
1345
  #framework_wrap .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
1690
 
1691
  }
1692
  .active{
1693
+ background-color: #2f96b4;
1694
+ background-image: -moz-linear-gradient(top, #52b2cf, #2f96b4);
1695
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b2cf), to(#2f96b4));
1696
+ background-image: -webkit-linear-gradient(top, #52b2cf, #2f96b4);
1697
+ background-image: -o-linear-gradient(top, #52b2cf, #2f96b4);
1698
+ background-image: linear-gradient(to bottom, #52b2cf, #2f96b4);
1699
  color:#fff;
1700
 
1701
  }
1702
 
1703
+ #framework_wrap #content input[type="text"].my-color-field {
1704
+ width: 65px;
1705
+ font-size: 12px;
1706
+ font-family: monospace;
1707
+ text-align: center;
1708
+ line-height: 16px;
1709
+ margin: 0;
1710
+ }
css/theme-admin.css CHANGED
@@ -18,7 +18,11 @@
18
  width:100%;
19
  position: relative;
20
 
21
-
 
 
 
 
22
  }
23
 
24
 
@@ -39,17 +43,59 @@ hr {
39
  }
40
 
41
  .plugin-title{
42
- height: 70px;
43
- padding-top:10px;
44
- width:99.2%;
45
- padding-left:10px;
46
- background: url(../images/Untitled.png) repeat-x left top;
47
- border: 1px solid #a4bbcd;
48
- border-top-left-radius: 5px;
49
- -moz-border-radius-topleft: 5px;
50
- -webkit-border-top-left-radius: 5px;
51
- -webkit-border-top-right-radius: 5px;
52
- border-top-right-radius: 5px;
53
- -moz-border-radius-topright: 5px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  }
18
  width:100%;
19
  position: relative;
20
 
21
+ -webkit-box-shadow: 0 0 6px rgba(50, 50, 50, 1);
22
+ -moz-box-shadow: 0 0 6px rgba(50, 50, 50, 1);
23
+ box-shadow: 0 0 6px rgba(50, 50, 50, 1);
24
+ border-radius:3px;
25
+
26
  }
27
 
28
 
43
  }
44
 
45
  .plugin-title{
46
+ background-attachment: scroll;
47
+ background-clip: border-box;
48
+ overflow: hidden;
49
+ width: 100%;
50
+ background-color: #2f96b4;
51
+ background-image: -moz-linear-gradient(top, #52b2cf, #2f96b4);
52
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b2cf), to(#2f96b4));
53
+ background-image: -webkit-linear-gradient(top, #52b2cf, #2f96b4);
54
+ background-image: -o-linear-gradient(top, #52b2cf, #2f96b4);
55
+ background-image: linear-gradient(to bottom, #52b2cf, #2f96b4);
56
+ background-repeat: repeat-x;
57
+ background-origin: padding-box;
58
+ background-position: 0 0;
59
+ background-repeat: repeat;
60
+ background-size: auto auto;
61
+ border-color: #64cceb #64cceb #184552 #2f96b4;
62
+
63
+ min-height: 65px;
64
+ padding-bottom: 5px;
65
+ padding-left: 0;
66
+ padding-right: 0;
67
+ margin-top: 10px;
68
+ color:#fff;
69
+
70
+
71
+ }
72
+
73
+
74
+ .plugin-title1{
75
+ background-attachment: scroll;
76
+ background-clip: border-box;
77
+ overflow: hidden;
78
+ width: 100%;
79
+ background-color: #2f96b4;
80
+ background-image: -moz-linear-gradient(top, #52b2cf, #2f96b4);
81
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b2cf), to(#2f96b4));
82
+ background-image: -webkit-linear-gradient(top, #52b2cf, #2f96b4);
83
+ background-image: -o-linear-gradient(top, #52b2cf, #2f96b4);
84
+ background-image: linear-gradient(to bottom, #52b2cf, #2f96b4);
85
+ background-repeat: repeat-x;
86
+ background-origin: padding-box;
87
+ background-position: 0 0;
88
+ background-repeat: repeat;
89
+ background-size: auto auto;
90
+ border-color: #64cceb #64cceb #184552 #2f96b4;
91
+
92
+ height: 55px;
93
+ padding-bottom: 5px;
94
+ padding-left: 0;
95
+ padding-right: 0;
96
+ margin-top: 10px;
97
+ color:#fff;
98
+
99
+
100
 
101
  }
design-settings.php CHANGED
@@ -9,7 +9,8 @@
9
  var font_family_post_title = jQuery('#font_family_post_title').val();
10
  var pxselect_post_entry = jQuery('#pxselect_post_entry').val();
11
  var font_family_post_description = jQuery('#font_family_post_description').val();
12
-
 
13
 
14
  jQuery.ajax(
15
  {
@@ -25,11 +26,13 @@
25
  'font_family_post_title':font_family_post_title,
26
  'pxselect_post_entry':pxselect_post_entry,
27
  'font_family_post_description':font_family_post_description,
 
28
  },
29
  success : function(data){
 
30
  jQuery('#success_message_save').show();
31
  jQuery("#success_message_save").fadeOut(5000);
32
- location.href='?page=coming_soon';
33
  }
34
  });
35
  }
@@ -120,15 +123,18 @@
120
  .icon:hover .tooltip {
121
  display: block;
122
  }
 
 
 
123
  </style>
124
 
125
 
126
- <?php wp_enqueue_script('color-picker-jquery',plugins_url('/js/color-picker-jquery.js',__FILE__),array('farbtastic','jquery-ui-tabs','jquery-ui-sortable'));
127
- ?>
128
 
129
  <!-- first div start for diplay design setting on second tab "design" -->
130
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_typography" aria-labelledby="ui-id-2" role="tabpanel" style="display: none;">
131
- <?php $value=get_option('soon_page_desgin_settings');?>
 
 
132
  <!--code for Menu Style-->
133
  <!-- div start to diplay page top head title -->
134
  <div class="option option-checbox">
@@ -142,10 +148,10 @@
142
  <div class="section">
143
  <div class="element">
144
  <div class="form-item" >
145
- <input type="text" class="colorwell" id="backgound_color" name="color_navigation" value="<?php if($value['background_color']=='') { echo '#21759B' ;} else{ echo $value['background_color'];} ?>" />
146
- </div>
147
- <div id="picker_navigation" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none; margin-left:150px">
148
  </div>
 
149
  </div>
150
  </div>
151
  </div>
@@ -162,18 +168,17 @@
162
  <div class="section">
163
  <div class="element">
164
 
165
- <h4>
166
  Headline font-color
167
  </h4>
168
 
169
  <div class="form-item" style="margin-bottom:7px">
170
- <input type="text" class="colorwell" id="title_color" name="color_post_title" value="<?php $value=get_option('soon_page_desgin_settings'); if($value['title_color']=='') { echo '#ffffff' ;} else{ echo $value['title_color'];} ?>"/>
171
- </div>
172
- <div id="picker_post_title" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;margin-left:150px">
173
  </div>
 
174
  <br>
175
  <div style="width:20%;display:inline" >
176
- <h4>
177
  Headline font-size
178
  </h4>
179
  </div>
@@ -195,7 +200,7 @@
195
  </div>
196
  <br>
197
  <div style="width:20%;display:inline" >
198
- <h4>
199
  Headline font-style
200
  </h4>
201
  </div>
@@ -218,7 +223,7 @@
218
  <!--div end to display "title and fonts colos and formats" -->
219
  <!--div start for display "Description" Font & Color" -->
220
  <div class="option option-checbox">
221
- <h3><?php _e('"Description" Font & Color');?><span class="icon help" style="float:right">
222
  <span class="tooltip">Customize font, size and color of description</span></h3>
223
  </div>
224
  <!--div end for display "Description" Font & Color" -->
@@ -227,18 +232,17 @@
227
  <div class="section">
228
  <div class="element">
229
 
230
- <h4>
231
  Description font-color
232
  </h4>
233
  <div class="form-item">
234
- <input type="text" class="colorwell" id="descrip_color" name="color_post_entry" value="<?php $value=get_option('soon_page_desgin_settings'); if($value['descrip_color']=='') { echo '#ffffff' ;} else{ echo $value['descrip_color'];}?>" />
235
- </div>
236
- <div id="picker_post_entry" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;margin-left:150px">
237
  </div>
 
238
  <br>
239
 
240
  <div style="width:20%;display:inline" >
241
- <h4>
242
  Description font-size
243
  </h4>
244
  </div>
@@ -258,7 +262,7 @@
258
  </div>
259
  <br>
260
  <div style="width:20%;display:inline" >
261
- <h4>
262
  Description font-style
263
  </h4>
264
  </div>
@@ -278,8 +282,39 @@
278
  </div>
279
  </div><br /><br/>
280
  <!--div end for display "Description" Font & Color with formats and colors display" -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_design_settings()"/>
282
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_typography()" />
 
 
283
  <div id="success_message" ><?php _e('Data Reset Successfully');?></div>
284
  <div id="success_message_save" ><?php _e('Data Save Successfully');?></div>
285
  </div><!-- end of final div for design settings page -->
9
  var font_family_post_title = jQuery('#font_family_post_title').val();
10
  var pxselect_post_entry = jQuery('#pxselect_post_entry').val();
11
  var font_family_post_description = jQuery('#font_family_post_description').val();
12
+ var background_effect = jQuery('input:radio[name="cs_noise_effect"]:checked').val();
13
+ jQuery('#loading_design').show();
14
 
15
  jQuery.ajax(
16
  {
26
  'font_family_post_title':font_family_post_title,
27
  'pxselect_post_entry':pxselect_post_entry,
28
  'font_family_post_description':font_family_post_description,
29
+ 'background_effect':background_effect,
30
  },
31
  success : function(data){
32
+ jQuery('#loading_design').hide();
33
  jQuery('#success_message_save').show();
34
  jQuery("#success_message_save").fadeOut(5000);
35
+ //location.href='?page=coming_soon';
36
  }
37
  });
38
  }
123
  .icon:hover .tooltip {
124
  display: block;
125
  }
126
+ .wp-color-result {
127
+ vertical-align: middle;
128
+ }
129
  </style>
130
 
131
 
 
 
132
 
133
  <!-- first div start for diplay design setting on second tab "design" -->
134
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_typography" aria-labelledby="ui-id-2" role="tabpanel" style="display: none;">
135
+ <?php $value=get_option('soon_page_desgin_settings');
136
+ $background_effect = $value['background_effect'];
137
+ ?>
138
  <!--code for Menu Style-->
139
  <!-- div start to diplay page top head title -->
140
  <div class="option option-checbox">
148
  <div class="section">
149
  <div class="element">
150
  <div class="form-item" >
151
+
152
+ <input type="text" class="my-color-field" data-default-color="#ffffff" id="backgound_color" value="<?php if($value['background_color']=='') { echo '#21759B' ;} else{ echo $value['background_color'];} ?>" />
 
153
  </div>
154
+
155
  </div>
156
  </div>
157
  </div>
168
  <div class="section">
169
  <div class="element">
170
 
171
+ <h4 style="font-size:15px;">
172
  Headline font-color
173
  </h4>
174
 
175
  <div class="form-item" style="margin-bottom:7px">
176
+ <input type="text" class="my-color-field" data-default-color="#ffffff" id="title_color" name="color_post_title" value="<?php $value=get_option('soon_page_desgin_settings'); if($value['title_color']=='') { echo '#ffffff' ;} else{ echo $value['title_color'];} ?>"/>
 
 
177
  </div>
178
+
179
  <br>
180
  <div style="width:20%;display:inline" >
181
+ <h4 style="font-size:15px;">
182
  Headline font-size
183
  </h4>
184
  </div>
200
  </div>
201
  <br>
202
  <div style="width:20%;display:inline" >
203
+ <h4 style="font-size:15px;">
204
  Headline font-style
205
  </h4>
206
  </div>
223
  <!--div end to display "title and fonts colos and formats" -->
224
  <!--div start for display "Description" Font & Color" -->
225
  <div class="option option-checbox">
226
+ <h3 ><?php _e('"Description" Font & Color');?><span class="icon help" style="float:right">
227
  <span class="tooltip">Customize font, size and color of description</span></h3>
228
  </div>
229
  <!--div end for display "Description" Font & Color" -->
232
  <div class="section">
233
  <div class="element">
234
 
235
+ <h4 style="font-size:15px;">
236
  Description font-color
237
  </h4>
238
  <div class="form-item">
239
+ <input type="text" class="my-color-field" data-default-color="#ffffff" id="descrip_color" name="color_post_entry" value="<?php $value=get_option('soon_page_desgin_settings'); if($value['descrip_color']=='') { echo '#ffffff' ;} else{ echo $value['descrip_color'];}?>" />
 
 
240
  </div>
241
+
242
  <br>
243
 
244
  <div style="width:20%;display:inline" >
245
+ <h4 style="font-size:15px;">
246
  Description font-size
247
  </h4>
248
  </div>
262
  </div>
263
  <br>
264
  <div style="width:20%;display:inline" >
265
+ <h4 style="font-size:15px;">
266
  Description font-style
267
  </h4>
268
  </div>
282
  </div>
283
  </div><br /><br/>
284
  <!--div end for display "Description" Font & Color with formats and colors display" -->
285
+
286
+
287
+
288
+ <!--div start for display "Description" Font & Color" -->
289
+ <div class="option option-checbox">
290
+ <h3><?php _e('Background Noise Effect');?><span class="icon help" style="float:right">
291
+ <span class="tooltip">Add noise effect on your background</span></h3>
292
+ </div>
293
+ <!--div end for display "Description" Font & Color" -->
294
+ <!--div start for display "Description" Font & Color with formats and colors display" -->
295
+ <div class="option option-background-upload">
296
+ <div class="section">
297
+ <div class="element">
298
+
299
+ <div class="form-item">
300
+ <input type="radio" value="0" id="cs_noise_effect" <?php if($value['background_effect']=='0') echo 'checked'?> name="cs_noise_effect" />&nbsp;None<br>
301
+ <input type="radio" value="1" id="cs_noise_effect" <?php if($value['background_effect']=='1') echo 'checked' ?> name="cs_noise_effect" />&nbsp;Noise
302
+ </div>
303
+
304
+ <br>
305
+
306
+
307
+
308
+
309
+ </div>
310
+ </div>
311
+ </div><br /><br/>
312
+ <!--div end for display "Description" Font & Color with formats and colors display" -->
313
+
314
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_design_settings()"/>
315
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_typography()" />
316
+ &nbsp;<img id="loading_design" style="display:none;
317
+ vertical-align:middle;" class="loading" src="<?php echo plugins_url('/images/loading.gif',__FILE__);?>" />
318
  <div id="success_message" ><?php _e('Data Reset Successfully');?></div>
319
  <div id="success_message_save" ><?php _e('Data Save Successfully');?></div>
320
  </div><!-- end of final div for design settings page -->
general-settings.php CHANGED
@@ -7,7 +7,7 @@
7
  var title = jQuery('#title').val();
8
  var descrip = jQuery('#descrip').val();
9
  var google_code = jQuery('#google_code').val();
10
-
11
 
12
 
13
  if(jQuery('#fbchk').is(':checked'))
@@ -46,8 +46,10 @@
46
  'gp':gp,
47
  },
48
  success : function(data){
 
49
  jQuery('#success_message_save_general').show();
50
  jQuery("#success_message_save_general").fadeOut(5000);
 
51
  location.href='?page=coming_soon';
52
  }
53
  });
@@ -123,9 +125,17 @@
123
  /* Tooltip Colors */
124
 
125
  .help .tooltip {
126
- border-color: #76B6D7;
127
- background-color: #bedffe;
 
 
 
 
 
 
128
  box-shadow-color: #21759B;
 
 
129
  }
130
 
131
  .warning .tooltip {
@@ -246,6 +256,8 @@
246
  <!-- save and reset button -->
247
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_general_pagesetting()"/>
248
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_general_pagesetting()" />
 
 
249
  <div id="success_message_reset_general" ><?php _e('Data reset sucessfully');?> </div>
250
  <div id="success_message_save_general" ><?php _e('Data save sucessfully');?></div>
251
  </div>
7
  var title = jQuery('#title').val();
8
  var descrip = jQuery('#descrip').val();
9
  var google_code = jQuery('#google_code').val();
10
+ jQuery('#loading_general').show();
11
 
12
 
13
  if(jQuery('#fbchk').is(':checked'))
46
  'gp':gp,
47
  },
48
  success : function(data){
49
+ jQuery('#loading_general').hide();
50
  jQuery('#success_message_save_general').show();
51
  jQuery("#success_message_save_general").fadeOut(5000);
52
+
53
  location.href='?page=coming_soon';
54
  }
55
  });
125
  /* Tooltip Colors */
126
 
127
  .help .tooltip {
128
+
129
+ background-color: #2f96b4;
130
+ background-image: -moz-linear-gradient(top, #52b2cf, #2f96b4);
131
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52b2cf), to(#2f96b4));
132
+ background-image: -webkit-linear-gradient(top, #52b2cf, #2f96b4);
133
+ background-image: -o-linear-gradient(top, #52b2cf, #2f96b4);
134
+ background-image: linear-gradient(to bottom, #52b2cf, #2f96b4);
135
+ color:#fff;
136
  box-shadow-color: #21759B;
137
+ font-size:15px;
138
+ border-radius:10px;
139
  }
140
 
141
  .warning .tooltip {
256
  <!-- save and reset button -->
257
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_general_pagesetting()"/>
258
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_general_pagesetting()" />
259
+ &nbsp;<img id="loading_general" style="display:none;
260
+ vertical-align:middle;" class="loading" src="<?php echo plugins_url('/images/loading.gif',__FILE__);?>" />
261
  <div id="success_message_reset_general" ><?php _e('Data reset sucessfully');?> </div>
262
  <div id="success_message_save_general" ><?php _e('Data save sucessfully');?></div>
263
  </div>
images/img/Firefox_Screenshot_2014-01-18T13-01-49.011Z.png DELETED
Binary file
images/img/Firefox_Screenshot_2014-01-18T13-03-48.696Z.png DELETED
Binary file
images/img/Screen Shot 2014-01-03 at 16.54.22.png DELETED
Binary file
images/img/banner - Copy.png DELETED
Binary file
images/img/browsericons.png ADDED
Binary file
images/img/coming-soon-front-new1.png DELETED
Binary file
images/img/design2.png ADDED
Binary file
images/img/landing page.png ADDED
Binary file
images/img/language.png ADDED
Binary file
images/img/laptop1.png ADDED
Binary file
images/img/mailchimp snap.png ADDED
Binary file
images/img/multiple-mode.png ADDED
Binary file
images/img/responsive page.png DELETED
Binary file
images/img/responsive.png ADDED
Binary file
images/img/screenshot-10.png DELETED
Binary file
images/img/screenshot-2.png DELETED
Binary file
images/img/screenshot-23.png DELETED
Binary file
images/img/screenshot-24.png DELETED
Binary file
images/img/screenshot-9.png DELETED
Binary file
images/img/social.jpg ADDED
Binary file
images/img/subscriber.png ADDED
Binary file
images/img/users_lock.png ADDED
Binary file
images/loading.gif ADDED
Binary file
images/loading2.gif ADDED
Binary file
images/overlay-1.png ADDED
Binary file
images/plugin-naked1.png ADDED
Binary file
images/screenshot-28.png ADDED
Binary file
images/screenshot-31.png ADDED
Binary file
images/screenshot-4.png ADDED
Binary file
images/template.png ADDED
Binary file
js/my-color-picker-script.js ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(document).ready(function($){
2
+ jQuery('.my-color-field').wpColorPicker();
3
+ });
4
+
5
+ var myOptions = {
6
+ // you can declare a default color here,
7
+ // or in the data-default-color attribute on the input
8
+ defaultColor: false,
9
+ // a callback to fire whenever the color changes to a valid color
10
+ change: function(event, ui){},
11
+ // a callback to fire when the input is emptied or an invalid color
12
+ clear: function() {},
13
+ // hide the color picker controls on load
14
+ hide: true,
15
+ // show a group of common colors beneath the square
16
+ // or, supply an array of colors to customize further
17
+ palettes: true
18
+ };
19
+
20
+ jQuery('.my-color-field').wpColorPicker(myOptions);
js/spa-tab.js CHANGED
@@ -7,6 +7,7 @@ jQuery(document).ready(function()
7
  jQuery('#option_home').hide();
8
  jQuery('#option_typography').hide();
9
  jQuery('#coming_soon_pro').hide();
 
10
  });
11
  jQuery('#ui-id-2').click(function(){
12
  jQuery('#option_typography').show();
@@ -15,6 +16,7 @@ jQuery(document).ready(function()
15
  jQuery('#option_footer').hide();
16
  jQuery('#option_home').hide();
17
  jQuery('#coming_soon_pro').hide();
 
18
  });
19
  /* jQuery('#ui-id-3').click(function(){
20
  jQuery('#option_logo_header').show();
@@ -30,6 +32,7 @@ jQuery(document).ready(function()
30
 
31
  jQuery('#option_home').hide();
32
  jQuery('#coming_soon_pro').hide();
 
33
  });
34
  jQuery('#ui-id-5').click(function(){
35
  jQuery('#option_home').show();
@@ -38,7 +41,7 @@ jQuery(document).ready(function()
38
 
39
  jQuery('#option_footer').hide();
40
  jQuery('#coming_soon_pro').hide();
41
-
42
  });
43
  jQuery('#ui-id-6').click(function(){
44
  jQuery('#option_home').hide();
@@ -48,6 +51,18 @@ jQuery(document).ready(function()
48
  jQuery('#option_footer').hide();
49
  jQuery('#coming_soon_pro').show();
50
  jQuery('#img-right').hide();
 
 
 
 
 
 
 
 
 
 
 
 
51
  });
52
 
53
 
7
  jQuery('#option_home').hide();
8
  jQuery('#option_typography').hide();
9
  jQuery('#coming_soon_pro').hide();
10
+ jQuery('#option_templates').hide();
11
  });
12
  jQuery('#ui-id-2').click(function(){
13
  jQuery('#option_typography').show();
16
  jQuery('#option_footer').hide();
17
  jQuery('#option_home').hide();
18
  jQuery('#coming_soon_pro').hide();
19
+ jQuery('#option_templates').hide();
20
  });
21
  /* jQuery('#ui-id-3').click(function(){
22
  jQuery('#option_logo_header').show();
32
 
33
  jQuery('#option_home').hide();
34
  jQuery('#coming_soon_pro').hide();
35
+ jQuery('#option_templates').hide();
36
  });
37
  jQuery('#ui-id-5').click(function(){
38
  jQuery('#option_home').show();
41
 
42
  jQuery('#option_footer').hide();
43
  jQuery('#coming_soon_pro').hide();
44
+ jQuery('#option_templates').hide();
45
  });
46
  jQuery('#ui-id-6').click(function(){
47
  jQuery('#option_home').hide();
51
  jQuery('#option_footer').hide();
52
  jQuery('#coming_soon_pro').show();
53
  jQuery('#img-right').hide();
54
+ jQuery('#option_templates').hide();
55
+ });
56
+ jQuery('#ui-id-8').click(function(){
57
+ jQuery('#option_templates').show();
58
+ jQuery('#option_home').hide();
59
+ jQuery('#option_general').hide();
60
+ jQuery('#option_typography').hide();
61
+
62
+ jQuery('#option_footer').hide();
63
+ jQuery('#coming_soon_pro').hide();
64
+
65
+ jQuery('#img-right').hide();
66
  });
67
 
68
 
notification-settings.php CHANGED
@@ -28,7 +28,7 @@ function datasave_footer()
28
 
29
  }
30
 
31
-
32
  jQuery.ajax(
33
  {
34
  type: "POST",
@@ -46,9 +46,10 @@ function datasave_footer()
46
 
47
  },
48
  success : function(data){
 
49
  jQuery('#success_message_save_footer').show();
50
  jQuery("#success_message_save_footer").fadeOut(5000);
51
- location.href='?page=coming_soon';
52
  }
53
  });
54
 
@@ -241,7 +242,8 @@ function show_mail_field()
241
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_footer()">
242
 
243
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_footersetting()" />
244
-
 
245
  <div id="success_message_reset_footer" >
246
  <?php _e('Data reset sucessfully');?>
247
  </div>
28
 
29
  }
30
 
31
+ jQuery('#loading_notify').show();
32
  jQuery.ajax(
33
  {
34
  type: "POST",
46
 
47
  },
48
  success : function(data){
49
+ jQuery('#loading_notify').hide();
50
  jQuery('#success_message_save_footer').show();
51
  jQuery("#success_message_save_footer").fadeOut(5000);
52
+ //location.href='?page=coming_soon';
53
  }
54
  });
55
 
242
  <input type="button" class="button-framework save-options" value= "<?php _e('Save Changes');?>" onclick="datasave_footer()">
243
 
244
  <input type="button" class="button-framework reset" value="<?php _e('Restore Defaults');?>" onclick="reset_data_footersetting()" />
245
+ &nbsp;<img id="loading_notify" style="display:none;
246
+ vertical-align:middle;" class="loading" src="<?php echo plugins_url('/images/loading.gif',__FILE__);?>" />
247
  <div id="success_message_reset_footer" >
248
  <?php _e('Data reset sucessfully');?>
249
  </div>
pro.php CHANGED
@@ -1,6 +1,15 @@
1
-
2
- <?php wp_enqueue_style('cs-bootstrap',plugins_url('/css/cs-bootstrap.css',__FILE__));?>
3
  <style>
 
 
 
 
 
 
 
 
 
 
 
4
 
5
  /* =Tooltips style
6
  ========================================================================*/
@@ -72,48 +81,250 @@
72
 
73
 
74
  }
75
- .screenshot{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
 
77
- max-height: 50%;
78
- max-width: 50%;
79
- padding: 5px;
80
- margin-right:10px;
81
- margin-top: 10px;
82
- border: 1px solid #a4bbcd;
83
- background: #a4bbcd;
84
- -moz-border-radius: 3px;
85
- -khtml-border-radius: 3px;
86
- -webkit-border-radius: 3px;
87
- border-radius: 3px;
88
- }
89
- .screenshot1{
 
 
 
90
 
91
- max-height: 265px;
92
- max-width: 500px;
93
- padding: 5px;
94
- margin-left:40px;
95
- margin-top: 10px;
96
- border: 1px solid #a4bbcd;
97
- background: #a4bbcd;
98
- -moz-border-radius: 3px;
99
- -khtml-border-radius: 3px;
100
- -webkit-border-radius: 3px;
101
- border-radius: 3px;
102
- }
103
- .tooltip1{
104
- color:#000;
105
- }
106
- </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="coming_soon_pro" aria-labelledby="ui-id-1" style="display: none;" >
109
- <div style="text-align:center">
110
- <a href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_blank">
111
- <img src="<?php echo plugins_url('/images/img/banner - Copy.png',__FILE__); ?>" style="width:100%" />
112
- </a>
113
- <h3>Premium Version Features with Comparison Table</h3>
114
- </div>
115
- <a href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_blank">
116
- <table class="table table-hover table-bordered" style="font-size:15px;margin-bottom:0px;" >
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  <thead class="alert alert-info">
118
  <tr>
119
  <th></th>
@@ -128,7 +339,7 @@ color:#000;
128
  <tr style="height:6px;">
129
  <td><span class="icon1 help" style="float:right">
130
  <span class="tooltip1"><?php _e('Plugin is work with any wordpress theme easily.');?></span></span></td>
131
- <td><p style="font-size:14px"><strong>Works With Any Wordpress Theme</strong></p></td>
132
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
133
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
134
  </tr>
@@ -136,7 +347,7 @@ color:#000;
136
  <tr>
137
  <td><span class="icon1 help" style="float:right">
138
  <span class="tooltip1"><?php _e('Plugin template is compatible with all devices. It have completely resposive feature.');?></span></span></td>
139
- <td><p style="font-size:14px"><b>Responsive Design</b></p></td>
140
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
141
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
142
  </tr>
@@ -144,14 +355,14 @@ color:#000;
144
  <tr>
145
  <td><span class="icon1 help" style="float:right">
146
  <span class="tooltip1"><?php _e('Defalut template is availale in both pro and free .');?></span></span></td>
147
- <td><p style="font-size:14px"><b>Free Coming Soon Page Template</b></p></td>
148
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
149
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
150
  </tr>
151
  <tr>
152
  <td><span class="icon1 help" style="float:right">
153
  <span class="tooltip1"><?php _e('Easily customizable admin panel and very user friendly.');?></span></span></td>
154
- <td><p style="font-size:14px"><b> User-friendly Setup</b> </p></td>
155
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
156
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
157
  </tr>
@@ -159,7 +370,7 @@ color:#000;
159
  <tr>
160
  <td><span class="icon1 help" style="float:right">
161
  <span class="tooltip1"><?php _e('Default fonts are availabel in both.');?></span></span></td>
162
- <td><p style="font-size:14px"><b>Default fonts</b> </p></td>
163
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
164
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
165
  </tr>
@@ -168,7 +379,7 @@ color:#000;
168
  <tr>
169
  <td><span class="icon1 help" style="float:right">
170
  <span class="tooltip1"><?php _e('Buddy Press Supportive.','sis_spa');?></span></span></td>
171
- <td><p style="font-size:14px"><b>BuddyPress Support</b></p></td>
172
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
173
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
174
  </tr>
@@ -177,7 +388,7 @@ color:#000;
177
  <tr>
178
  <td><span class="icon1 help" style="float:right">
179
  <span class="tooltip1"><?php _e('Visible only non loggeed user, if you are not login then you are not able to view regular site.');?></span></span></td>
180
- <td><p style="font-size:14px"><b>Visible only non logged user</b></p></td>
181
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
182
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
183
  </tr>
@@ -186,7 +397,7 @@ color:#000;
186
  <tr>
187
  <td><span class="icon1 help" style="float:right">
188
  <span class="tooltip1"><?php _e('Easily collect user notify mail.');?></span></span></td>
189
- <td><p style="font-size:14px"><b>Easily collect visitor emails</b> </p></td>
190
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
191
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
192
  </tr>
@@ -198,7 +409,7 @@ color:#000;
198
  <tr>
199
  <td><span class="icon1 help" style="float:right">
200
  <span class="tooltip1"><?php _e('Google Analytics supportive.');?></span></span></td>
201
- <td><p style="font-size:14px"><b>Google Analytics Support</b></p></td>
202
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
203
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
204
  </tr>
@@ -206,7 +417,7 @@ color:#000;
206
  <tr>
207
  <td><span class="icon1 help" style="float:right">
208
  <span class="tooltip1"><?php _e('Get social support.','sis_spa');?></span></span></td>
209
- <td><p style="font-size:14px"><b>Social Follow Icons</b></p></td>
210
  <td style="text-align: center;"><p>Facebook, Twitter, Google+</p></td>
211
  <td style="text-align: center;">Twitter, Facebook, Linkedin, Google+, Youtube, Email, Pinterest, Yahoo etc.</td>
212
  </tr>
@@ -214,7 +425,7 @@ color:#000;
214
  <tr>
215
  <td><span class="icon1 help" style="float:right">
216
  <span class="tooltip1"><?php _e('Google fonts api are integreted with coming soon.');?></span></span></td>
217
- <td><p style="font-size:14px"><b>Google Fonts Support</b></p></td>
218
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
219
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
220
  </tr>
@@ -222,7 +433,7 @@ color:#000;
222
  <tr>
223
  <td><span class="icon1 help" style="float:right">
224
  <span class="tooltip1"><?php _e('Get our fast and friendly support.');?></span></span></td>
225
- <td><p style="font-size:14px"><b>Multisite Support</b></p></td>
226
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
227
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
228
  </tr>
@@ -231,7 +442,7 @@ color:#000;
231
  <tr>
232
  <td><span class="icon1 help" style="float:right">
233
  <span class="tooltip1"><?php _e('laguage Translation is available in premium.');?></span></span></td>
234
- <td><p style="font-size:14px"><b>Language Translation Support</b></p></td>
235
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
236
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
237
  </tr>
@@ -239,7 +450,7 @@ color:#000;
239
  <tr>
240
  <td><span class="icon1 help" style="float:right">
241
  <span class="tooltip1"><?php _e('limit access with clients who want to view regular sites.');?></span></span></td>
242
- <td><p style="font-size:14px"><b>Limit Access with Client View</b></p></td>
243
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
244
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
245
  </tr>
@@ -247,7 +458,7 @@ color:#000;
247
  <tr>
248
  <td><span class="icon1 help" style="float:right">
249
  <span class="tooltip1"><?php _e('Multiple page template is available for coming soon page.');?></span></span></td>
250
- <td><p style="font-size:14px"><b>Multiple Page Templates</b></p></td>
251
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
252
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
253
  </tr>
@@ -255,7 +466,7 @@ color:#000;
255
  <tr>
256
  <td><span class="icon1 help" style="float:right">
257
  <span class="tooltip1"><?php _e('Add user whitelist who access the site after login.');?></span></span></td>
258
- <td><p style="font-size:14px"><b>Add User Whitelist</b></p></td>
259
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
260
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
261
  </tr>
@@ -263,7 +474,7 @@ color:#000;
263
  <tr>
264
  <td><span class="icon1 help" style="float:right">
265
  <span class="tooltip1"><?php _e('Add ip access for user.');?></span></span></td>
266
- <td><p style="font-size:14px"><b>Access By Ip</b></p></td>
267
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
268
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
269
  </tr>
@@ -271,7 +482,7 @@ color:#000;
271
  <tr>
272
  <td><span class="icon1 help" style="float:right">
273
  <span class="tooltip1"><?php _e('page landing mode is available that mean you will able to add coming soon template for single site page .');?></span></span></td>
274
- <td><p style="font-size:14px"><b>Single Page View Access</b></p></td>
275
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
276
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
277
  </tr>
@@ -279,7 +490,7 @@ color:#000;
279
  <tr>
280
  <td><span class="icon1 help" style="float:right">
281
  <span class="tooltip1"><?php _e('Add fullscreen background slideshow.');?></span></span></td>
282
- <td><p style="font-size:14px"><b>Background Image SlideShow</b></p></td>
283
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
284
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
285
  </tr>
@@ -287,7 +498,7 @@ color:#000;
287
  <tr>
288
  <td><span class="icon1 help" style="float:right">
289
  <span class="tooltip1"><?php _e('Add youtube video background.');?></span></span></td>
290
- <td><p style="font-size:14px"><b>Youtube Video background</b></p></td>
291
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
292
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
293
  </tr>
@@ -295,7 +506,7 @@ color:#000;
295
  <tr>
296
  <td><span class="icon1 help" style="float:right">
297
  <span class="tooltip1"><?php _e('Mailchimp Integration for Email Marketing & Data Capture.');?></span></span></td>
298
- <td><p style="font-size:14px"><b>Mailchimp Support</b></p></td>
299
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
300
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
301
  </tr>
@@ -303,14 +514,21 @@ color:#000;
303
  <tr>
304
  <td><span class="icon1 help" style="float:right">
305
  <span class="tooltip1"><?php _e('Compaign Monitor for Email Marketing & Data Capture.');?></span></span></td>
306
- <td><p style="font-size:14px"><b>Compaign Monitor</b></p></td>
 
 
 
 
 
 
 
307
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
308
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
309
  </tr>
310
  <tr>
311
  <td><span class="icon1 help" style="float:right">
312
  <span class="tooltip1"><?php _e('Aweber Integration for Email Marketing & Data Capture.');?></span></span></td>
313
- <td><p style="font-size:14px"><b>Aweber Support</b></p></td>
314
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
315
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
316
  </tr>
@@ -319,7 +537,7 @@ color:#000;
319
  <tr>
320
  <td><span class="icon1 help" style="float:right">
321
  <span class="tooltip1"><?php _e('feedburner Integration for Email Marketing & Data Capture.');?></span></span></td>
322
- <td><p style="font-size:14px"><b>Feedburner Support</b></p></td>
323
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
324
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
325
  </tr>
@@ -328,7 +546,7 @@ color:#000;
328
  <tr>
329
  <td><span class="icon1 help" style="float:right">
330
  <span class="tooltip1"><?php _e('Add countdown timer for coming soon page.');?></span></span></td>
331
- <td><p style="font-size:14px"><b>Countdown Timer</b></p></td>
332
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
333
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
334
  </tr>
@@ -338,7 +556,7 @@ color:#000;
338
  <tr>
339
  <td><span class="icon1 help" style="float:right">
340
  <span class="tooltip1"><?php _e('progress bar enable');?></span></span></td>
341
- <td><p style="font-size:14px"><b>Progress Bar</b></p></td>
342
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
343
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
344
  </tr>
@@ -346,7 +564,7 @@ color:#000;
346
  <tr>
347
  <td><span class="icon1 help" style="float:right">
348
  <span class="tooltip1"><?php _e('SEO supportive. Add meta title, description and favicon image. ');?></span></span></td>
349
- <td><p style="font-size:14px"><b>Custom Faviceon, Meta Title and Description </b></p></td>
350
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
351
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
352
  </tr>
@@ -354,14 +572,14 @@ color:#000;
354
  <tr>
355
  <td><span class="icon1 help" style="float:right">
356
  <span class="tooltip1"><?php _e('Get multiple mode of coming soon like Maintanance mode,Landing mode etc.');?></span></span></td>
357
- <td><p style="font-size:14px"><b>Enable Multiple Mode of Coming Soon</b></p></td>
358
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
359
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
360
  </tr>
361
  <tr>
362
  <td><span class="icon1 help" style="float:right">
363
  <span class="tooltip1"><?php _e('Company logo and credit image insertig option.','sis_spa');?></span></span></td>
364
- <td><p style="font-size:14px"><b>Company Logo and Credit Links</b></p></td>
365
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
366
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
367
  </tr>
@@ -371,34 +589,14 @@ color:#000;
371
  </tbody>
372
 
373
  </table>
374
- </a><br>
375
- <div style="text-align:center">
376
- <a class="btn btn-danger btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_blank">Upgrade To Easy Coming Soon Pro!</a>&nbsp;
377
- <a class="btn btn-success btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_blank">See a Live Demo</a>
378
- </div> <br>
379
- <h3><center><strong>PREMIUM PLUGIN SCREENSHOTS</strong></center></h3>
380
- <div style="text-align:center">
381
-
382
- <img src="<?php echo plugins_url('/images/img/screenshot-2.png',__FILE__); ?>" class="screenshot"/>
383
- <img src="<?php echo plugins_url('/images/img/screenshot-10.png',__FILE__); ?>" class="screenshot"/>
384
- <img src="<?php echo plugins_url('/images/img/coming-soon-front-new1.png',__FILE__); ?>" class="screenshot"/>
385
- <img src="<?php echo plugins_url('/images/img/screenshot-23.png',__FILE__); ?>" class="screenshot"/>
386
- <img src="<?php echo plugins_url('/images/img/Firefox_Screenshot_2014-01-18T13-03-48.696Z.png',__FILE__); ?>" class="screenshot"/>
387
- <img src="<?php echo plugins_url('/images/img/Firefox_Screenshot_2014-01-18T13-01-49.011Z.png',__FILE__); ?>" class="screenshot"/>
388
-
389
-
390
-
391
-
392
- </div>
393
-
394
- <h3 >Powerful Admin panel </h3>
395
- <img src="<?php echo plugins_url('/images/img/Screen Shot 2014-01-03 at 16.54.22.png',__FILE__); ?>" class="screenshot1"/>
396
- <br>
397
- <br>
398
- <h3 >Responsive page Design</h3>
399
- <img src="<?php echo plugins_url('/images/img/responsive page.png',__FILE__); ?>" class="screenshot1"/>
400
- <br><br>
401
- <div style="text-align:center">
402
- <a class="btn btn-danger btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_blank">Upgrade To Easy Coming Soon Pro!</a>
403
- </div>
404
- </div>
 
 
1
  <style>
2
+ .span6 h3{
3
+ font: 33px/29px "Helvetica Neue","Helvetica Neue",Helvetica,Arial,sans-serif;
4
+ color: #000;
5
+ -webkit-font-smoothing: antialiased;
6
+ }
7
+ .span6 p{
8
+ font-size: 20px;
9
+ font-family: "Source Sans Pro",sans-serif;
10
+ color: #707070;
11
+ line-height:1.8;
12
+ }
13
 
14
  /* =Tooltips style
15
  ========================================================================*/
81
 
82
 
83
  }
84
+ </style>
85
+ <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="coming_soon_pro" aria-labelledby="ui-id-1" style="display: none;" >
86
+ <div class="row" style="margin-left:10px;background:#fff;text-align:center">
87
+
88
+ <div class="span12" style="width:90%;margin-top: auto;text-align:center">
89
+ <h3 style="font-size: 45px;
90
+ font-style: normal;
91
+ font-weight: 900;
92
+ line-height:1.1;
93
+ color: #000;
94
+ letter-spacing: -1px;
95
+ text-align: center;
96
+ ">Coming Soon Pro Features</h3>
97
+ <p style="font-size: 22px;
98
+ font-style: normal;
99
+ font-weight: 300;
100
+ color: #707070;
101
+ text-align: center;">The premium version allows you to capture Visitor Email address, integrates with various AutoResponders , Comes with 2 different Template and provide loads of Design Customization Options. <br><br>
102
+ <a class="btn btn-danger btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">Upgrade To Pro Version</a>
103
+ <a class="btn btn-success btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">View Live demo</a>
104
+ </p>
105
+ </div>
106
+
107
+
108
+
109
+
110
+ </div>
111
+
112
+ <!-- Email Capture Feature Start -->
113
+
114
+
115
+ <div class="row" style="margin-left:10px;background:#ededed;padding-top:70px;padding-bottom:70px;">
116
+
117
+
118
+ <div class="span6" style="width:45%">
119
+ <img src="<?php echo plugins_url('/images/img/subscriber.png',__FILE__);?>" alt="" style="width:100%">
120
+ </div>
121
+ <div class="span6" style="width:45%;margin-top: auto;margin-left:5%; font-size:15px;">
122
+ <h3>Email Capture Field</h3>
123
+ <p>Collect email address of your visitors with an email Capture Field. The Captured Email address are stored in your Wordpress website.</p>
124
+ </div>
125
+
126
+
127
+
128
+
129
+ </div>
130
+
131
+
132
+
133
+
134
+ <!-- Email Capture Feature End -->
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+ <div class="row" style="margin-left:10px;background: #f7f7f7;padding-top: 70px;padding-bottom: 70px;">
143
+
144
+ <div class="span6" style="width:45%;margin-top: auto;">
145
+ <h3>Newsletter Integration</h3>
146
+ <p>Premium version integrates with popular newsletter services like <ul style="list-style-type: disc;margin-left:5%;font-size:15px"><li> Mailchimp</li><li>Aweber</li><li>Constant Contact</li><li>Campaign Monitor</li><li>FeedBurner</li></ul></p>
147
+ </div>
148
+
149
+ <div class="span6" style="width:45%">
150
+ <img src="<?php echo plugins_url('/images/img/mailchimp snap.png',__FILE__);?>" alt="" style="width:100%">
151
+ </div>
152
+
153
+
154
+ </div>
155
+
156
 
157
+
158
+ <div class="row" style="margin-left:10px;background: #ededed;padding-top: 70px;padding-bottom: 70px;">
159
+
160
+ <div class="span6" style="width:45%">
161
+ <img src="<?php echo plugins_url('/images/img/responsive.png',__FILE__);?>" alt="" style="width:100%">
162
+ </div>
163
+
164
+ <div class="span6" style="width:45%;margin-top: auto;">
165
+ <h3>Responsive Design</h3>
166
+ <p>Create a Responsive Landing Page Mode. Easy coming soon support Bootstrap Based landing page which display perfectly on mobile and tablet device.</p>
167
+ </div>
168
+
169
+
170
+ </div>
171
+
172
+
173
 
174
+
175
+ <div class="row" style="margin-left:10px;background:#f7f7f7;padding-top:70px;padding-bottom:70px;">
176
+
177
+
178
+
179
+ <div class="span6" style="width:45%;margin-top: auto;margin-left:5%">
180
+ <h3>2 additional Design Templates</h3>
181
+ <p>The premium version comes with 2 extra templates. Both templates are completely customizable.</p>
182
+ </div>
183
+ <div class="span6" style="width:45%">
184
+ <img src="<?php echo plugins_url('/images/img/laptop1.png',__FILE__);?>" alt="" style="width:100%">
185
+ </div>
186
+
187
+
188
+
189
+
190
+ </div>
191
+
192
+ <div class="row" style="margin-left:10px;background:#ededed;padding-top:70px;padding-bottom:70px;">
193
+
194
+ <div class="span6" style="width:45%">
195
+ <img src="<?php echo plugins_url('/images/img/design2.png',__FILE__);?>" alt="" style="width:100%">
196
+ </div>
197
+
198
+ <div class="span6" style="width:45%;margin-top: auto;margin-left:5%">
199
+ <h3>Powerful Design Settings</h3>
200
+ <p>Make your maintenance page look Sexy!!! The premium version comes with loads of design settings like : <ul style="list-style-type: disc;margin-left:5%;font-size:15px"><li>Video Back-Grounds</li><li>Background Slideshow</li><li>Google Font integration</li><li>Text color Customization</li><li>Custom Css</li></ul></p>
201
+ </div>
202
+
203
+
204
+
205
+
206
+ </div>
207
+
208
+ <div class="row" style="margin-left:10px;background: #f7f7f7;padding-top: 70px;padding-bottom: 70px;">
209
+
210
+ <div class="span6" style="width:45%;margin-top: auto;">
211
+ <h3>Landing Page Mode</h3>
212
+ <p>Design and Publish a Landing Page on your Wordpress Website. The premium version enables you add a landing page to your existing wordpress website. </p>
213
+ </div>
214
+
215
+ <div class="span6" style="width:45%">
216
+ <img src="<?php echo plugins_url('/images/img/multiple-mode.png',__FILE__);?>" alt="" style="width:100%">
217
+ </div>
218
+
219
+
220
+ </div>
221
+
222
+
223
+ <div class="row" style="margin-left:10px;background:#ededed;padding-top:70px;padding-bottom:70px;">
224
+
225
+
226
+ <div class="span6" style="width:45%">
227
+ <img src="<?php echo plugins_url('/images/img/users_lock.png',__FILE__);?>" alt="" style="width:70%;margin-left:5%">
228
+ </div>
229
+ <div class="span6" style="width:45%;margin-top:auto;margin-left:5%">
230
+ <h3>Access Controls</h3>
231
+ <p>Powerful Access Control feature lets you decide which users can view the Live Website. Whitelist IP address and User Roles. Assign Coming Soon Page to a particualr Wordpress Page.</p>
232
+ </div>
233
+
234
+
235
+
236
+
237
+ </div>
238
+
239
+
240
+
241
+
242
+
243
+ <div class="row" style="margin-left:10px;background:#f7f7f7;padding-top:70px;padding-bottom:70px;">
244
+
245
+
246
+
247
+ <div class="span6" style="width:45%;margin-top: auto;margin-left:5%">
248
+ <h3>Social Media Icons Support</h3>
249
+ <p>Quickly add links to your social profiles. The plugin supports adding links to Facebook, Twitter, Google+, Pinterest, Youtube, Tumblr, Viemo etc..</p>
250
+ </div>
251
+ <div class="span6" style="width:45%">
252
+ <img src="<?php echo plugins_url('/images/img/social.jpg',__FILE__);?>" alt="" style="width:100%">
253
+ </div>
254
+
255
+
256
+
257
+ </div>
258
+ <div class="row" style="margin-left:10px;background:#ededed;padding-top:70px;padding-bottom:70px;">
259
+
260
+ <div class="span6" style="width:45%">
261
+ <img src="<?php echo plugins_url('/images/img/browsericons.png',__FILE__);?>" alt="" style="width:100%">
262
+ </div>
263
+ <div class="span6" style="width:45%;margin-top: auto;margin-left:5%">
264
+ <h3>All Browser Support</h3>
265
+ <p>Plugin Tested with all popular browsers like <ul style="list-style-type: disc;margin-left:5%;font-size:15px"><li> IE 9 +</li><li> Google Chrome</li><li> Mozilla Firefox </li><li> Apple Safari</li></ul></p>
266
+ </div>
267
+
268
+
269
+
270
+
271
+ </div>
272
 
273
+
274
+
275
+ <div class="row" style="margin-left:10px;background: #f7f7f7;padding-top: 70px;padding-bottom: 70px;">
276
+
277
+
278
+
279
+ <div class="span6" style="width:45%;margin-top: auto;">
280
+ <h3>Translation Ready</h3>
281
+ <p>Quickly translate the plugin in the language of your choice.</p>
282
+ </div>
283
+
284
+ <div class="span6" style="width:45%">
285
+ <img src="<?php echo plugins_url('/images/img/language.png',__FILE__);?>" alt="" style="width:100%">
286
+ </div>
287
+
288
+
289
+
290
+ </div>
291
+
292
+ <div class="row" style="margin-left:10px;background:#fff;text-align:center">
293
+
294
+ <div class="span12" style="width:90%;margin-top: auto;text-align:center">
295
+ <h3 style="font-size: 45px;
296
+ font-style: normal;
297
+ font-weight: 900;
298
+ line-height:1.1;
299
+ color: #000;
300
+ letter-spacing: -1px;
301
+ text-align: center;
302
+ ">Upgarde to Coming Soon Pro Here</h3>
303
+ <p style="font-size: 22px;
304
+ font-style: normal;
305
+ font-weight: 300;
306
+ color: #707070;
307
+ text-align: center;">
308
+ <a class="btn btn-danger btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">Upgrade To Pro Version</a>&nbsp;
309
+ <a class="btn btn-success btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">View Live demo</a>
310
+ </p>
311
+ </div>
312
+
313
+
314
+
315
+
316
+ </div>
317
+ <br>
318
+ <h3 style="font-size: 35px;
319
+ font-style: normal;
320
+ font-weight: 400;
321
+ line-height:1.1;
322
+ color: #000;
323
+ letter-spacing: -1px;
324
+ text-align: center;
325
+ ">Comparison Table of Free And Pro Version</h3>
326
+ <br>
327
+ <table class="table table-hover table-bordered" style="font-size:15px;margin-bottom:0px;" >
328
  <thead class="alert alert-info">
329
  <tr>
330
  <th></th>
339
  <tr style="height:6px;">
340
  <td><span class="icon1 help" style="float:right">
341
  <span class="tooltip1"><?php _e('Plugin is work with any wordpress theme easily.');?></span></span></td>
342
+ <td><p style="font-size:16px"><strong>Works With Any Wordpress Theme</strong></p></td>
343
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
344
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
345
  </tr>
347
  <tr>
348
  <td><span class="icon1 help" style="float:right">
349
  <span class="tooltip1"><?php _e('Plugin template is compatible with all devices. It have completely resposive feature.');?></span></span></td>
350
+ <td><p style="font-size:16px"><b>Responsive Design</b></p></td>
351
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
352
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
353
  </tr>
355
  <tr>
356
  <td><span class="icon1 help" style="float:right">
357
  <span class="tooltip1"><?php _e('Defalut template is availale in both pro and free .');?></span></span></td>
358
+ <td><p style="font-size:16px"><b>Free Coming Soon Page Template</b></p></td>
359
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
360
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
361
  </tr>
362
  <tr>
363
  <td><span class="icon1 help" style="float:right">
364
  <span class="tooltip1"><?php _e('Easily customizable admin panel and very user friendly.');?></span></span></td>
365
+ <td><p style="font-size:16px"><b> User-friendly Setup</b> </p></td>
366
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
367
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
368
  </tr>
370
  <tr>
371
  <td><span class="icon1 help" style="float:right">
372
  <span class="tooltip1"><?php _e('Default fonts are availabel in both.');?></span></span></td>
373
+ <td><p style="font-size:16px"><b>Default fonts</b> </p></td>
374
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
375
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
376
  </tr>
379
  <tr>
380
  <td><span class="icon1 help" style="float:right">
381
  <span class="tooltip1"><?php _e('Buddy Press Supportive.','sis_spa');?></span></span></td>
382
+ <td><p style="font-size:16px"><b>BuddyPress Support</b></p></td>
383
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
384
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
385
  </tr>
388
  <tr>
389
  <td><span class="icon1 help" style="float:right">
390
  <span class="tooltip1"><?php _e('Visible only non loggeed user, if you are not login then you are not able to view regular site.');?></span></span></td>
391
+ <td><p style="font-size:16px"><b>Visible only non logged user</b></p></td>
392
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
393
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
394
  </tr>
397
  <tr>
398
  <td><span class="icon1 help" style="float:right">
399
  <span class="tooltip1"><?php _e('Easily collect user notify mail.');?></span></span></td>
400
+ <td><p style="font-size:16px"><b>Easily collect visitor emails</b> </p></td>
401
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
402
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
403
  </tr>
409
  <tr>
410
  <td><span class="icon1 help" style="float:right">
411
  <span class="tooltip1"><?php _e('Google Analytics supportive.');?></span></span></td>
412
+ <td><p style="font-size:16px"><b>Google Analytics Support</b></p></td>
413
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
414
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
415
  </tr>
417
  <tr>
418
  <td><span class="icon1 help" style="float:right">
419
  <span class="tooltip1"><?php _e('Get social support.','sis_spa');?></span></span></td>
420
+ <td><p style="font-size:16px"><b>Social Follow Icons</b></p></td>
421
  <td style="text-align: center;"><p>Facebook, Twitter, Google+</p></td>
422
  <td style="text-align: center;">Twitter, Facebook, Linkedin, Google+, Youtube, Email, Pinterest, Yahoo etc.</td>
423
  </tr>
425
  <tr>
426
  <td><span class="icon1 help" style="float:right">
427
  <span class="tooltip1"><?php _e('Google fonts api are integreted with coming soon.');?></span></span></td>
428
+ <td><p style="font-size:16px"><b>Google Fonts Support</b></p></td>
429
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
430
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
431
  </tr>
433
  <tr>
434
  <td><span class="icon1 help" style="float:right">
435
  <span class="tooltip1"><?php _e('Get our fast and friendly support.');?></span></span></td>
436
+ <td><p style="font-size:16px"><b>Multisite Support</b></p></td>
437
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
438
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
439
  </tr>
442
  <tr>
443
  <td><span class="icon1 help" style="float:right">
444
  <span class="tooltip1"><?php _e('laguage Translation is available in premium.');?></span></span></td>
445
+ <td><p style="font-size:16px"><b>Language Translation Support</b></p></td>
446
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
447
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
448
  </tr>
450
  <tr>
451
  <td><span class="icon1 help" style="float:right">
452
  <span class="tooltip1"><?php _e('limit access with clients who want to view regular sites.');?></span></span></td>
453
+ <td><p style="font-size:16px"><b>Limit Access with Client View</b></p></td>
454
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
455
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
456
  </tr>
458
  <tr>
459
  <td><span class="icon1 help" style="float:right">
460
  <span class="tooltip1"><?php _e('Multiple page template is available for coming soon page.');?></span></span></td>
461
+ <td><p style="font-size:16px"><b>Multiple Page Templates</b></p></td>
462
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
463
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
464
  </tr>
466
  <tr>
467
  <td><span class="icon1 help" style="float:right">
468
  <span class="tooltip1"><?php _e('Add user whitelist who access the site after login.');?></span></span></td>
469
+ <td><p style="font-size:16px"><b>Add User Whitelist</b></p></td>
470
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
471
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
472
  </tr>
474
  <tr>
475
  <td><span class="icon1 help" style="float:right">
476
  <span class="tooltip1"><?php _e('Add ip access for user.');?></span></span></td>
477
+ <td><p style="font-size:16px"><b>Access By Ip</b></p></td>
478
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
479
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
480
  </tr>
482
  <tr>
483
  <td><span class="icon1 help" style="float:right">
484
  <span class="tooltip1"><?php _e('page landing mode is available that mean you will able to add coming soon template for single site page .');?></span></span></td>
485
+ <td><p style="font-size:16px"><b>Single Page View Access</b></p></td>
486
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
487
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
488
  </tr>
490
  <tr>
491
  <td><span class="icon1 help" style="float:right">
492
  <span class="tooltip1"><?php _e('Add fullscreen background slideshow.');?></span></span></td>
493
+ <td><p style="font-size:16px"><b>Background Image SlideShow</b></p></td>
494
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
495
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
496
  </tr>
498
  <tr>
499
  <td><span class="icon1 help" style="float:right">
500
  <span class="tooltip1"><?php _e('Add youtube video background.');?></span></span></td>
501
+ <td><p style="font-size:16px"><b>Youtube Video background</b></p></td>
502
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
503
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
504
  </tr>
506
  <tr>
507
  <td><span class="icon1 help" style="float:right">
508
  <span class="tooltip1"><?php _e('Mailchimp Integration for Email Marketing & Data Capture.');?></span></span></td>
509
+ <td><p style="font-size:16px"><b>Mailchimp Support</b></p></td>
510
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
511
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
512
  </tr>
514
  <tr>
515
  <td><span class="icon1 help" style="float:right">
516
  <span class="tooltip1"><?php _e('Compaign Monitor for Email Marketing & Data Capture.');?></span></span></td>
517
+ <td><p style="font-size:16px"><b>Compaign Monitor</b></p></td>
518
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
519
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
520
+ </tr>
521
+ <tr>
522
+ <td><span class="icon1 help" style="float:right">
523
+ <span class="tooltip1"><?php _e('Constant Contact for Email Marketing & Data Capture.');?></span></span></td>
524
+ <td><p style="font-size:16px"><b>Constant Contact</b></p></td>
525
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
526
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
527
  </tr>
528
  <tr>
529
  <td><span class="icon1 help" style="float:right">
530
  <span class="tooltip1"><?php _e('Aweber Integration for Email Marketing & Data Capture.');?></span></span></td>
531
+ <td><p style="font-size:16px"><b>Aweber Support</b></p></td>
532
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
533
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
534
  </tr>
537
  <tr>
538
  <td><span class="icon1 help" style="float:right">
539
  <span class="tooltip1"><?php _e('feedburner Integration for Email Marketing & Data Capture.');?></span></span></td>
540
+ <td><p style="font-size:16px"><b>Feedburner Support</b></p></td>
541
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
542
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
543
  </tr>
546
  <tr>
547
  <td><span class="icon1 help" style="float:right">
548
  <span class="tooltip1"><?php _e('Add countdown timer for coming soon page.');?></span></span></td>
549
+ <td><p style="font-size:16px"><b>Countdown Timer</b></p></td>
550
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
551
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
552
  </tr>
556
  <tr>
557
  <td><span class="icon1 help" style="float:right">
558
  <span class="tooltip1"><?php _e('progress bar enable');?></span></span></td>
559
+ <td><p style="font-size:16px"><b>Progress Bar</b></p></td>
560
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
561
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
562
  </tr>
564
  <tr>
565
  <td><span class="icon1 help" style="float:right">
566
  <span class="tooltip1"><?php _e('SEO supportive. Add meta title, description and favicon image. ');?></span></span></td>
567
+ <td><p style="font-size:16px"><b>Custom Faviceon, Meta Title and Description </b></p></td>
568
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
569
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
570
  </tr>
572
  <tr>
573
  <td><span class="icon1 help" style="float:right">
574
  <span class="tooltip1"><?php _e('Get multiple mode of coming soon like Maintanance mode,Landing mode etc.');?></span></span></td>
575
+ <td><p style="font-size:16px"><b>Enable Multiple Mode of Coming Soon</b></p></td>
576
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
577
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
578
  </tr>
579
  <tr>
580
  <td><span class="icon1 help" style="float:right">
581
  <span class="tooltip1"><?php _e('Company logo and credit image insertig option.','sis_spa');?></span></span></td>
582
+ <td><p style="font-size:16px"><b>Company Logo and Credit Links</b></p></td>
583
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
584
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
585
  </tr>
589
  </tbody>
590
 
591
  </table>
592
+ <br>
593
+ <div style="text-align: center;">
594
+ <a class="btn btn-danger btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">Upgrade To Pro Version</a>&nbsp;
595
+ <a class="btn btn-success btn-large" href="http://webriti.com/easy-coming-soon-pro-detail-page/" target="_new">View Live demo</a>
596
+ </div>
597
+ <br>
598
+ </div>
599
+
600
+
601
+
602
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.1
7
- Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,6 +29,7 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
29
 
30
  * Works with any WordPress Theme
31
  * Responsive
 
32
  * Provide Social connectivity(Facebook, Twitter, Google+)
33
  * Free Coming soon page template
34
  * Flexible and user-friendly setup
@@ -46,6 +47,7 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
46
  * Works with any WordPress theme
47
  * Visible only to non logged in users
48
  * Responsive
 
49
  * Flexible and user-friendly setup
50
  * Google Analytics Support
51
  * Integrated Google Fonts Support
@@ -105,6 +107,13 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
 
 
108
  = 1.1 =
109
  1. Increased Font Size for Better Readability
110
  2. Minor Cosmetic Changes
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.1
7
+ Stable tag: 1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
 
30
  * Works with any WordPress Theme
31
  * Responsive
32
+ * Responsive Option Panel
33
  * Provide Social connectivity(Facebook, Twitter, Google+)
34
  * Free Coming soon page template
35
  * Flexible and user-friendly setup
47
  * Works with any WordPress theme
48
  * Visible only to non logged in users
49
  * Responsive
50
+ * Responsive Option Panel
51
  * Flexible and user-friendly setup
52
  * Google Analytics Support
53
  * Integrated Google Fonts Support
107
 
108
  == Changelog ==
109
 
110
+
111
+ = 1.2 =
112
+ 1. Improved Design Interface
113
+ 2. Background Noise Effect
114
+ 3. Minor Cosmetic Changes
115
+ 4. Minor changes in code
116
+
117
  = 1.1 =
118
  1. Increased Font Size for Better Readability
119
  2. Minor Cosmetic Changes
template/coming_soon_display.php CHANGED
@@ -24,16 +24,22 @@ $notification_settings =get_option('soon_page_notification_settings');
24
  body {
25
  padding-top:9%;
26
  padding-bottom:9%;
27
-
28
- background: <?php if($design_settings['background_color']!==''){echo ($design_settings['background_color']); } else { echo('#21759B');}?> url('<?php echo $general_settings['background']; ?>') repeat;
29
-
30
- background-repeat: no-repeat;
 
 
 
31
  background-attachment: fixed;
32
  background-position: top center;
33
  -webkit-background-size: cover;
34
  -moz-background-size: cover;
35
  -o-background-size: cover;
36
  background-size: cover;
 
 
 
37
  }
38
 
39
 
@@ -73,6 +79,9 @@ $notification_settings =get_option('soon_page_notification_settings');
73
  }
74
  #social_links
75
  {
 
 
 
76
  }
77
 
78
  </style>
24
  body {
25
  padding-top:9%;
26
  padding-bottom:9%;
27
+ <?php if($general_settings['background']==""){?>
28
+ background:<?php if($design_settings['background_color']!==''){echo ($design_settings['background_color']); } else { echo('#21759B');}?> <?php if($design_settings['background_effect']=="1"){ ?> url(<?php echo plugins_url('/images/overlay/overlay-1.png',__FILE__); ?>) repeat <?php } ?> ;
29
+ <?php }
30
+ else{
31
+ ?>
32
+ background:url('<?php echo $general_settings['background']; ?>') ;
33
+ background-repeat: no-repeat;
34
  background-attachment: fixed;
35
  background-position: top center;
36
  -webkit-background-size: cover;
37
  -moz-background-size: cover;
38
  -o-background-size: cover;
39
  background-size: cover;
40
+ <?php }
41
+ ?>
42
+
43
  }
44
 
45
 
79
  }
80
  #social_links
81
  {
82
+ }
83
+ .container{
84
+
85
  }
86
 
87
  </style>
template/images/overlay-1.png ADDED
Binary file
template/images/overlay/overlay-1.png ADDED
Binary file
template/images/overlay/overlay-10.png ADDED
Binary file
template/images/overlay/overlay-11.png ADDED
Binary file
template/images/overlay/overlay-12.png ADDED
Binary file
template/images/overlay/overlay-13.png ADDED
Binary file
template/images/overlay/overlay-14.png ADDED
Binary file
template/images/overlay/overlay-15.png ADDED
Binary file
template/images/overlay/overlay-2.png ADDED
Binary file
template/images/overlay/overlay-3.png ADDED
Binary file
template/images/overlay/overlay-4.png ADDED
Binary file
template/images/overlay/overlay-5.png ADDED
Binary file
template/images/overlay/overlay-6.png ADDED
Binary file
template/images/overlay/overlay-7.png ADDED
Binary file
template/images/overlay/overlay-8.png ADDED
Binary file
template/images/overlay/overlay-9.png ADDED
Binary file
templates.php ADDED
@@ -0,0 +1 @@
 
0
  * templates.php file
1
  *
2
  * using for select templates for coming soon page
3
  */
4
- webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
5
- webkit-box-sizing: border-box;
6
- moz-box-sizing: border-box;
7
- webkit-transition: opacity .2s ease-in-out;
8
- webkit-transition: opacity .2s ease-in-out;
9
- webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
10
- webkit-transition: opacity .1s ease-in-out;
11
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
12
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
13
  <table class="form-table">
14
  <tr>
15
  </table><br>
16
  <table class="form-table">
17
  <tr>
18
  <td>
19
  <div class="template">
20
  <div class="template">
21
  </div>
22
 
1
+ <?php
2
  * templates.php file
3
  *
4
  * using for select templates for coming soon page
5
  */
 
 
 
 
 
 
 
6
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
7
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
8
  <table class="form-table">
9
  <tr>
10
  </table><br>
11
  <table class="form-table">
12
  <tr>
13
  <td>
14
  <div class="template">
15
  <div class="template">
16
  </div>
17