Easy Coming Soon - Version 1.3.1

Version Description

= 1. Default text bug fixed. Now the default text is vissible when user activate the plugin for the first time.

Download this release

Release Info

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

Code changes from version 1.2 to 1.3.1

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.2
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
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.3.1
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
css/style-option.css CHANGED
@@ -303,17 +303,17 @@ a.off {
303
  cursor: pointer;
304
  font-size: 14px;
305
  color: #ffffff;
306
- background: #f3f3f3 url(../images/btn.png) repeat-x 0 0;
307
  border: 0;
308
  padding: 7px 15px;
309
  font-weight:600;
310
 
311
- background-color: #2D292A;
312
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2D292A), to(#2D292A));
313
- background-image: -webkit-linear-gradient(top, #2D292A, #2D292A);
314
- background-image: -moz-linear-gradient(top, #2D292A, #2D292A);
315
- background-image: -ms-linear-gradient(top, #2D292A, #2D292A);
316
- background-image: -o-linear-gradient(top, #2D292A, #2D292A);
317
  -webkit-border-radius: 5px;
318
  -moz-border-radius: 5px;
319
  border-radius: 5px;
@@ -439,7 +439,15 @@ a.off {
439
  clear: both;
440
  font-size: 20px;
441
  }
442
-
 
 
 
 
 
 
 
 
443
  #framework_wrap #content .option-option-tree-slider .section .element h3 {
444
  padding-bottom: 0;
445
  padding-top: 10px;
@@ -493,12 +501,12 @@ h3.text-title {
493
  }
494
 
495
  #framework_wrap #content table {
496
- border: 1px solid #dfdfdf;
497
  width: 100%;
498
  text-align: left;
499
  border-spacing: 0;
500
  border-style: solid;
501
- border-width: 1px;
502
  font-size: 11px !important;
503
  text-shadow: 0 1px 0 #fff;
504
  -webkit-border-radius: 4px;
@@ -1708,3 +1716,15 @@ text-align: center;
1708
  line-height: 16px;
1709
  margin: 0;
1710
  }
 
 
 
 
 
 
 
 
 
 
 
 
303
  cursor: pointer;
304
  font-size: 14px;
305
  color: #ffffff;
306
+ background: #2f96b4 url(../images/btn.png) repeat-x 0 0;
307
  border: 0;
308
  padding: 7px 15px;
309
  font-weight:600;
310
 
311
+ background-color: #2f96b4;
312
+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f96b4), to(#2f96b4));
313
+ background-image: -webkit-linear-gradient(top, #2f96b4, #2f96b4);
314
+ background-image: -moz-linear-gradient(top, #2f96b4, #2f96b4);
315
+ background-image: -ms-linear-gradient(top, #2f96b4, #2f96b4);
316
+ background-image: -o-linear-gradient(top, #2f96b4, #2f96b4);
317
  -webkit-border-radius: 5px;
318
  -moz-border-radius: 5px;
319
  border-radius: 5px;
439
  clear: both;
440
  font-size: 20px;
441
  }
442
+ .template-name {
443
+ border:0 !important ;
444
+ margin: 0 !important;
445
+ /*padding-top: 10px;*/
446
+ padding-bottom: 10px;
447
+ clear: both;
448
+ font-size: 20px;
449
+
450
+ }
451
  #framework_wrap #content .option-option-tree-slider .section .element h3 {
452
  padding-bottom: 0;
453
  padding-top: 10px;
501
  }
502
 
503
  #framework_wrap #content table {
504
+ border: 0px solid #dfdfdf;
505
  width: 100%;
506
  text-align: left;
507
  border-spacing: 0;
508
  border-style: solid;
509
+ border-width: 0px;
510
  font-size: 11px !important;
511
  text-shadow: 0 1px 0 #fff;
512
  -webkit-border-radius: 4px;
1716
  line-height: 16px;
1717
  margin: 0;
1718
  }
1719
+ .preview_image{
1720
+ max-height: 240px;
1721
+ max-width: 240px;
1722
+ padding: 5px;
1723
+ margin-top: 10px;
1724
+ border: 1px solid #e3e3e3;
1725
+ background: #f7f7f7;
1726
+ -moz-border-radius: 3px;
1727
+ -khtml-border-radius: 3px;
1728
+ -webkit-border-radius: 3px;
1729
+ border-radius: 3px;
1730
+ }
css/theme-admin.css CHANGED
@@ -7,21 +7,14 @@
7
  .one-third {
8
 
9
  float: left;
10
-
11
-
12
-
13
- border: 2px solid #ccc;
14
-
15
- font-size: 13px;
16
  line-height: 2.0em;
17
  overflow: auto;
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
 
7
  .one-third {
8
 
9
  float: left;
10
+ border: 0px solid #ccc;
11
+ font-size: 13px;
 
 
 
 
12
  line-height: 2.0em;
13
  overflow: auto;
14
  width:100%;
15
  position: relative;
16
 
17
+ border-radius:0px;
 
 
 
18
 
19
  }
20
 
general-settings.php CHANGED
@@ -186,8 +186,10 @@ color:#fff;
186
  <div class="element">
187
  <input type="text" value="<?php echo esc_attr($value['background']); ?>" id="upload_background" name="upload_image" size="36" />
188
  <input type="button" value="Upload Background Image" class="button-primary" style="margin-left:10px;height:30px" />
189
-
190
- </div>
 
 
191
  </div>
192
  </div>
193
  <!-- div end for display "background" field -->
186
  <div class="element">
187
  <input type="text" value="<?php echo esc_attr($value['background']); ?>" id="upload_background" name="upload_image" size="36" />
188
  <input type="button" value="Upload Background Image" class="button-primary" style="margin-left:10px;height:30px" />
189
+ </div>
190
+
191
+ <br><div style="display:block;float:left;"><img style="" src="<?php echo esc_attr($value['background']); ?>" id="ecs_backg_img" class="preview_image" ></div>
192
+
193
  </div>
194
  </div>
195
  <!-- div end for display "background" field -->
images/img/browsericons.png CHANGED
Binary file
images/img/design2.png CHANGED
Binary file
images/img/landing page.png CHANGED
Binary file
images/img/language.png CHANGED
Binary file
images/img/laptop1.png CHANGED
Binary file
images/img/mailchimp snap.png CHANGED
Binary file
images/img/multiple-mode.png CHANGED
Binary file
images/img/responsive.png CHANGED
Binary file
images/template3-new.png ADDED
Binary file
images/template4.png ADDED
Binary file
js/media-upload-script.js CHANGED
@@ -17,6 +17,7 @@ window.send_to_editor = function(html) {
17
 
18
  imgurl = jQuery('img',html).attr('src');
19
  uploadID.val(imgurl); /*assign the value to the input*/
 
20
  tb_remove();
21
  };
22
 
17
 
18
  imgurl = jQuery('img',html).attr('src');
19
  uploadID.val(imgurl); /*assign the value to the input*/
20
+ jQuery("#ecs_backg_img").attr("src",imgurl).show(500);
21
  tb_remove();
22
  };
23
 
pro.php CHANGED
@@ -129,8 +129,6 @@ text-align: center;">The premium version allows you to capture Visitor Email add
129
  </div>
130
 
131
 
132
-
133
-
134
  <!-- Email Capture Feature End -->
135
 
136
 
@@ -143,7 +141,7 @@ text-align: center;">The premium version allows you to capture Visitor Email add
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%">
@@ -177,8 +175,8 @@ text-align: center;">The premium version allows you to capture Visitor Email add
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%">
@@ -524,6 +522,13 @@ text-align: center;
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">
@@ -533,7 +538,6 @@ text-align: center;
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>
535
 
536
-
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>
129
  </div>
130
 
131
 
 
 
132
  <!-- Email Capture Feature End -->
133
 
134
 
141
 
142
  <div class="span6" style="width:45%;margin-top: auto;">
143
  <h3>Newsletter Integration</h3>
144
+ <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>Madmimi</li><li>Constant Contact</li><li>Campaign Monitor</li><li>FeedBurner</li></ul></p>
145
  </div>
146
 
147
  <div class="span6" style="width:45%">
175
 
176
 
177
  <div class="span6" style="width:45%;margin-top: auto;margin-left:5%">
178
+ <h3>4 additional Design Templates</h3>
179
+ <p>The premium version comes with 4 extra templates. Both templates are completely customizable.</p>
180
  </div>
181
  <div class="span6" style="width:45%">
182
  <img src="<?php echo plugins_url('/images/img/laptop1.png',__FILE__);?>" alt="" style="width:100%">
522
  <td><p style="font-size:16px"><b>Constant Contact</b></p></td>
523
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
524
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
525
+ </tr>
526
+ <tr>
527
+ <td><span class="icon1 help" style="float:right">
528
+ <span class="tooltip1"><?php _e('Madmimi Integration for Email Marketing & Data Capture.');?></span></span></td>
529
+ <td><p style="font-size:16px"><b>Madmimi Support</b></p></td>
530
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
531
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
532
  </tr>
533
  <tr>
534
  <td><span class="icon1 help" style="float:right">
538
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
539
  </tr>
540
 
 
541
  <tr>
542
  <td><span class="icon1 help" style="float:right">
543
  <span class="tooltip1"><?php _e('feedburner Integration for Email Marketing & Data Capture.');?></span></span></td>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Easy Coming Soon ===
2
- Contributors: a.ankit, deepeshpaliwal
3
  Donate link: http://www.webriti.com/
4
- Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode
5
  Requires at least: 3.3+
6
- Tested up to: 3.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
 
@@ -101,12 +101,20 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
101
  2. Coming soon page example2
102
  3. Coming soon page example3
103
  4. Coming soon page example4
104
- 5. Responsive Design
105
- 6. General setting page
106
- 7. Design setting page
 
 
 
107
 
108
  == Changelog ==
 
 
109
 
 
 
 
110
 
111
  = 1.2 =
112
  1. Improved Design Interface
1
  === Easy Coming Soon ===
2
+ Contributors: a.ankit, deepeshpaliwal,priyanshu.mittal
3
  Donate link: http://www.webriti.com/
4
+ Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode,email,gmail,subscriber,notify,message,user,preview,
5
  Requires at least: 3.3+
6
+ Tested up to: 3.9.1
7
+ Stable tag: 1.3.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
101
  2. Coming soon page example2
102
  3. Coming soon page example3
103
  4. Coming soon page example4
104
+ 5. Coming soon page with noise effect
105
+ 6. Coming soon page image background
106
+ 7. Coming soon page without noise effect
107
+ 8. Responsive Design
108
+ 9. General setting page
109
+ 10. Design setting page
110
 
111
  == Changelog ==
112
+ = 1.3.1 ==
113
+ 1. Default text bug fixed. Now the default text is vissible when user activate the plugin for the first time.
114
 
115
+ = 1.3 =
116
+ 1. Remove Grammatical Error
117
+ 2. Add Background Image Preview
118
 
119
  = 1.2 =
120
  1. Improved Design Interface
screenshot-10.png ADDED
Binary file
screenshot-3.jpg ADDED
Binary file
screenshot-3.png DELETED
Binary file
screenshot-5.png ADDED
Binary file
screenshot-6.jpg CHANGED
Binary file
screenshot-7.jpg DELETED
Binary file
screenshot-7.png ADDED
Binary file
screenshot-5.jpg → screenshot-8.jpg RENAMED
File without changes
screenshot-9.png ADDED
Binary file
template/coming_soon_display.php CHANGED
@@ -25,7 +25,7 @@ $notification_settings =get_option('soon_page_notification_settings');
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
  ?>
@@ -47,8 +47,8 @@ $notification_settings =get_option('soon_page_notification_settings');
47
  #title_style
48
  {
49
 
50
- color:<?php if($design_settings['title_color']!==''){echo ($design_settings['title_color']); } else { echo('#ffffff');} ?>;
51
- font-size:<?php if($design_settings['title_font_size']!==''){echo ($design_settings['title_font_size']); } else { echo('30');} ?>px;
52
  font-family:<?php echo $design_settings['title_font_format'] ?>;
53
  font-style:normal;
54
  line-height:1.1;
@@ -65,8 +65,8 @@ $notification_settings =get_option('soon_page_notification_settings');
65
  #descrip
66
  {
67
 
68
- color:<?php if($design_settings['descrip_color']!==''){echo ($design_settings['descrip_color']); } else { echo('#ffffff');} ?>;
69
- font-size:<?php if($design_settings['description_font_size']!==''){echo ($design_settings['description_font_size']); } else { echo('20');} ?>px;
70
  font-family:<?php echo $design_settings['description_font_format'] ?>;
71
  font-style:normal;
72
  line-height:1.5;
@@ -104,13 +104,12 @@ $notification_settings =get_option('soon_page_notification_settings');
104
  <div class="hero-unit" style=" background:rgba(0,0,0,0.5);">
105
  <center>
106
  <div id="title_style" >
107
- <h1><?php if($general_settings['title']!==''){echo ucwords($general_settings['title']); } else { echo('coming soon page');} ?></h1></div>
108
 
109
 
110
  <div id="descrip" >
111
 
112
-
113
- <p> <?php if($general_settings['descrip']!==''){echo ($general_settings['descrip']); } else { echo('This website will launch soon. To connect with us enter your email below.');} ?> </p>
114
  </div>
115
 
116
  <?php if ($notification_settings['mailto']=="yes")
@@ -118,9 +117,9 @@ $notification_settings =get_option('soon_page_notification_settings');
118
 
119
  <form id="subscribe" class="form-signin" action="#" method="post" style=" width:80%;background:#2a6888; border:0px groove #333333;padding: 6px 5px 7px 5px; ">
120
 
121
- <input id="email" name="email" type="text" class="input-xlarge" placeholder="<?php if($notification_settings['placeholder_text']!==''){echo ($notification_settings['placeholder_text']); } else { echo('Enter your email to notify');} ?>"/>
122
 
123
- <button id="notify" class="btn btn-primary" name="notify" onClick="checkvalidation()"><?php if($notification_settings['sb_btn']!==''){echo ($notification_settings['sb_btn']); } else { echo('Notify Me!');} ?></button>
124
  </form><?php } ?></center>
125
 
126
  </div>
@@ -179,7 +178,7 @@ $notification_settings =get_option('soon_page_notification_settings');
179
 
180
  $to1 = $email;
181
  $subject1 = "Coming soon page";
182
- $message1 = "Thank you for subscribing us. We will notify you soon";
183
  $from1 = $notification_settings['email_address'];
184
  $headers1 = "From:" . $from1;
185
 
@@ -200,7 +199,7 @@ $notification_settings =get_option('soon_page_notification_settings');
200
  {
201
  if($notification_settings['message']=='')
202
  {
203
- $display='Thank you for subscribing,We will contact you very soon.';
204
  }
205
  else
206
  {
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
  ?>
47
  #title_style
48
  {
49
 
50
+ color:<?php if($design_settings['title_color']!=''){echo ($design_settings['title_color']); } else { echo('#ffffff');} ?>;
51
+ font-size:<?php if($design_settings['title_font_size']!=''){echo ($design_settings['title_font_size']); } else { echo('30');} ?>px;
52
  font-family:<?php echo $design_settings['title_font_format'] ?>;
53
  font-style:normal;
54
  line-height:1.1;
65
  #descrip
66
  {
67
 
68
+ color:<?php if($design_settings['descrip_color']!=''){echo ($design_settings['descrip_color']); } else { echo('#ffffff');} ?>;
69
+ font-size:<?php if($design_settings['description_font_size']!=''){echo ($design_settings['description_font_size']); } else { echo('20');} ?>px;
70
  font-family:<?php echo $design_settings['description_font_format'] ?>;
71
  font-style:normal;
72
  line-height:1.5;
104
  <div class="hero-unit" style=" background:rgba(0,0,0,0.5);">
105
  <center>
106
  <div id="title_style" >
107
+ <h1><?php if($general_settings['title']!=''){echo ucwords($general_settings['title']); } else { echo('coming soon page');} ?></h1></div>
108
 
109
 
110
  <div id="descrip" >
111
 
112
+ <p> <?php if($general_settings['descrip']!=''){echo ($general_settings['descrip']); } else { echo('This website will launch soon. This a place-holder text can be edited through option panel. Also add email subscription box through option panel. ');} ?> </p>
 
113
  </div>
114
 
115
  <?php if ($notification_settings['mailto']=="yes")
117
 
118
  <form id="subscribe" class="form-signin" action="#" method="post" style=" width:80%;background:#2a6888; border:0px groove #333333;padding: 6px 5px 7px 5px; ">
119
 
120
+ <input id="email" name="email" type="text" class="input-xlarge" placeholder="<?php if($notification_settings['placeholder_text']!=''){echo ($notification_settings['placeholder_text']); } else { echo('Enter your email to notify');} ?>"/>
121
 
122
+ <button id="notify" class="btn btn-primary" name="notify" onClick="checkvalidation()"><?php if($notification_settings['sb_btn']!=''){echo ($notification_settings['sb_btn']); } else { echo('Notify Me!');} ?></button>
123
  </form><?php } ?></center>
124
 
125
  </div>
178
 
179
  $to1 = $email;
180
  $subject1 = "Coming soon page";
181
+ $message1 = "Thanks for submitting your email. We will notify you once we launch.";
182
  $from1 = $notification_settings['email_address'];
183
  $headers1 = "From:" . $from1;
184
 
199
  {
200
  if($notification_settings['message']=='')
201
  {
202
+ $display='Thanks for submitting your email. We will notify you once we launch.';
203
  }
204
  else
205
  {
templates.php CHANGED
@@ -1 +1 @@
1
- <?php
2
  * templates.php file
3
  *
4
  * using for select templates for coming soon page
5
  */
6
- webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
7
- webkit-box-sizing: border-box;
8
- moz-box-sizing: border-box;
9
- webkit-transition: opacity .2s ease-in-out;
10
- webkit-transition: opacity .2s ease-in-out;
11
- webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
12
- webkit-transition: opacity .1s ease-in-out;
13
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
14
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
15
  <table class="form-table">
16
  <tr>
17
  </table><br>
18
  <table class="form-table">
19
  <tr>
20
  <td>
21
  <div class="template">
22
  <div class="template">
23
  </div>
24
 
 
25
  * templates.php file
26
  *
27
  * using for select templates for coming soon page
28
  */
29
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
30
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
31
  <table class="form-table">
32
  <tr>
33
  </table><br>
34
  <table class="form-table">
35
  <tr>
36
  <td>
37
  <div class="template">
38
  <div class="template">
39
  </div>
40
 
 
1
  * templates.php file
2
  *
3
  * using for select templates for coming soon page
4
  */
 
 
 
 
 
 
 
5
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
6
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
7
  <table class="form-table">
8
  <tr>
9
  </table><br>
10
  <table class="form-table">
11
  <tr>
12
  <td>
13
  <div class="template">
14
  <div class="template">
15
  </div>
16
 
17
+ <?php
18
  * templates.php file
19
  *
20
  * using for select templates for coming soon page
21
  */
22
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="option_templates" aria-labelledby="ui-id-8" style="display:none" >
23
  <?php $template = get_option('wbr_soon_pro_template_setting_save');
24
  <table class="form-table">
25
  <tr>
26
  </table><br>
27
  <table class="form-table">
28
  <tr>
29
  <td>
30
  <div class="template">
31
  <div class="template">
32
  </div>
33