Easy Coming Soon - Version 1.0

Version Description

  1. Description field is now editable with html content.
  2. Subscriber notification feature is added.
Download this release

Release Info

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

Code changes from version 0.92 to 1.0

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: 0.92
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
@@ -36,11 +36,12 @@
36
  {
37
  // enqueue script for coming soon plugin
38
 
 
39
  wp_enqueue_script( 'theme-preview' );
40
  wp_enqueue_script('tab',plugins_url('/js/spa-tab.js',__FILE__));
41
  wp_enqueue_script('tab-content',plugins_url('/js/jquery.option.tree.js',__FILE__));
42
  wp_enqueue_script('media-uploads',plugins_url('/js/media-upload-script.js',__FILE__),array('media-upload','thickbox','jquery'));
43
-
44
 
45
 
46
 
@@ -94,7 +95,24 @@ function my_custom_menu()
94
  */
95
  function construction()
96
  { ?>
97
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  <!-- div "wrap" is start to get all setting page in warpper -->
99
  <div class="wrap" id="framework_wrap">
100
 
@@ -130,7 +148,7 @@ function my_custom_menu()
130
 
131
  <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>
132
  </li>
133
- <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"><strong><?php _e('Get Premium Version');?></strong></a>
134
  </li>
135
  <div id="nav-shadow"></div>
136
  </ul>
@@ -152,35 +170,71 @@ function my_custom_menu()
152
 
153
  <div class="one-fourth" style="margin-top:-50px;">
154
 
155
- <div id="dashboard_recent_drafts" class="postbox" style="float:right;width:20%;margin-right:1.7%;margin-top:0%;position:fixed;right:0px;">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  <div class="handlediv" title="Click to toggle">
157
  <br>
158
- </div>
159
- <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
160
- <span><img src="<?php echo plugins_url('images/star.png',__FILE__)?>" />&nbsp; Show us some Love</span>
161
- </h3>
162
- <div class="inside" style="font-size:14px;" >
163
- * Like This Plugin? Give your rating and review<br /><br />
164
- <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 />
165
- <br />
166
  </div>
167
 
168
- </div>
169
- <br><br><br>
170
- <div id="dashboard_recent_drafts" class="postbox " style="float:right;width:20%;margin-right:1.7%;margin-top:11%;position:fixed;right:0px;">
171
- <div class="handlediv" title="Click to toggle">
172
- <br>
173
- </div>
174
  <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
175
- <span><img src="<?php echo plugins_url('images/support.png',__FILE__)?>" />&nbsp;Support & Feedback</span>
176
  </h3>
177
- <div class="inside" style="font-size:14px;" >
178
 
179
- In case you face any problem, contact us via the <a href="http://wordpress.org/support/plugin/easy-coming-soon" target="_new">Forums</a>.<br />
180
- <br />
 
 
 
181
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  </div>
 
 
184
 
185
  </div>
186
 
@@ -210,7 +264,7 @@ In case you face any problem, contact us via the <a href="http://wordpress.org/s
210
  $status = mysql_real_escape_string($_POST['status']);
211
  $background = mysql_real_escape_string($_POST['background']);
212
  $title = mysql_real_escape_string($_POST['title']);
213
- $descrip = mysql_real_escape_string($_POST['descrip']);
214
  $google_code = stripslashes($_POST['google_code']);
215
 
216
 
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.0
6
  Author:Deepesh paiwal
7
  Author URI: http://webriti.com
8
  Plugin URI: http://webriti.com
36
  {
37
  // enqueue script for coming soon plugin
38
 
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
 
95
  */
96
  function construction()
97
  { ?>
98
+ <style>
99
+ .screenshot{
100
+
101
+ max-height: 30%;
102
+ max-width: 30%;
103
+ padding: 5px;
104
+ margin-right:10px;
105
+ margin-top: 10px;
106
+ margin-bottom:10px;
107
+ border: 1px solid #a4bbcd;
108
+ background: #a4bbcd;
109
+ -moz-border-radius: 3px;
110
+ -khtml-border-radius: 3px;
111
+ -webkit-border-radius: 3px;
112
+ border-radius: 3px;
113
+ }
114
+ </style>
115
+
116
  <!-- div "wrap" is start to get all setting page in warpper -->
117
  <div class="wrap" id="framework_wrap">
118
 
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-weight:600"><strong><?php _e('Upgrade to Premium Version');?></strong></a>
152
  </li>
153
  <div id="nav-shadow"></div>
154
  </ul>
170
 
171
  <div class="one-fourth" style="margin-top:-50px;">
172
 
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+ <!-- Start of Upgrade to Premium Call Out Section -->
197
+ <!--
198
+ <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;" >
199
  <div class="handlediv" title="Click to toggle">
200
  <br>
 
 
 
 
 
 
 
 
201
  </div>
202
 
 
 
 
 
 
 
203
  <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
204
+ <span style="color:#E14D43;font-weight:600">&nbsp;Upgrade To Easy Coming Soon Pro</span>
205
  </h3>
 
206
 
207
+
208
+ <div class="inside" style="font-size:14px;text-align:center" >
209
+ <a class="btn btn-danger btn-large" href="#" target="_new">See A Demo</a><br>
210
+ <a href="#" target="_new"><img src="<?php echo plugins_url('/images/img/coming-soon-front-new1.png',__FILE__); ?>" class="screenshot"/></a>
211
+
212
  </div>
213
+ </div><br><br><br>
214
+ -->
215
+ <!-- End of Upgrade to Premium Call Out Section -->
216
+
217
+
218
+
219
+ <!-- Start of Show us Love Div :) -->
220
+
221
+ <div id="dashboard_recent_drafts" class="postbox" style="float:right;width:20%;margin-right:1.7%;margin-top:17%;position:fixed;right:0px;">
222
+ <div class="handlediv" title="Click to toggle">
223
+ <br>
224
+ </div>
225
+ <h3 class="hndle" style="font-size:16px;padding-top:5px;padding-left:5px;padding-bottom:10px;">
226
+ <span><img src="<?php echo plugins_url('images/star.png',__FILE__)?>" />&nbsp; Show us some Love</span>
227
+ </h3>
228
+
229
+ <div class="inside" style="font-size:14px;" >
230
+ * Like This Plugin? Give your rating and review<br /><br />
231
+ <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 />
232
+ <br />
233
+ </div>
234
 
235
  </div>
236
+
237
+ <!-- End of Show us Love Div :) -->
238
 
239
  </div>
240
 
264
  $status = mysql_real_escape_string($_POST['status']);
265
  $background = mysql_real_escape_string($_POST['background']);
266
  $title = mysql_real_escape_string($_POST['title']);
267
+ $descrip = stripslashes($_POST['descrip']);
268
  $google_code = stripslashes($_POST['google_code']);
269
 
270
 
general-settings.php CHANGED
@@ -200,7 +200,7 @@
200
  </span></h3>
201
  <div class="section">
202
  <div class="element">
203
- <textarea name="descrip" id="descrip" rows="4" cols="100"><?php if($value['descrip']==""){echo "This website will launch soon. To connect with us enter your email below.";} else{echo $value['descrip'];} ?> </textarea>
204
  </div>
205
  </div>
206
  </div>
200
  </span></h3>
201
  <div class="section">
202
  <div class="element">
203
+ <textarea name="descrip" id="descrip" rows="10" cols="100"><?php if($value['descrip']==""){echo "This website will launch soon. To connect with us enter your email below.";} else{echo $value['descrip'];} ?> </textarea>
204
  </div>
205
  </div>
206
  </div>
images/img/Firefox_Screenshot_2014-01-18T13-01-49.011Z.png ADDED
Binary file
images/img/Firefox_Screenshot_2014-01-18T13-03-48.696Z.png ADDED
Binary file
images/img/Screen Shot 2014-01-03 at 16.54.22.png ADDED
Binary file
images/img/coming-soon-front-new1.png ADDED
Binary file
images/img/screenshot-18.png DELETED
Binary file
images/img/screenshot-22.png DELETED
Binary file
images/img/screenshot-26.png DELETED
Binary file
pro.php CHANGED
@@ -103,19 +103,26 @@ border-radius: 3px;
103
  </style>
104
 
105
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="coming_soon_pro" aria-labelledby="ui-id-1" style="display: none;" >
106
- <h3><img src="<?php echo plugins_url('/images/png.png',__FILE__); ?>" style="vertical-align: middle;margin-top:-10px"/>&nbsp;Coming Soon Pro Feature</h3>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
- <pre style="font-size:15px;font-family: 'Open Sans', sans-serif;">Hello friends,
109
- Thanks a lot for using our plugin.
110
- We are currently working on the premium version of the Easy Coming Soon Plugin.
111
- <br>
112
- The beta version of premium plugin is ready and we are currently looking for users to try out the beta version.
113
- If you are interested then contact Here
114
- Email Address-<p style="color: #3a87ad;display:inline;font-size:14px"><strong> themes@webriti.com</strong></p>
115
- Pls use the Subject Line: "Easy Coming Soon Pro - Beta Version"
116
-
117
- </pre>
118
  <h3>Premium Version Features with Comparison Table</h3>
 
119
  <table class="table table-hover table-bordered" style="font-size:15px;margin-bottom:0px;" >
120
  <thead class="alert alert-info">
121
  <tr>
@@ -230,13 +237,6 @@ Pls use the Subject Line: "Easy Coming Soon Pro - Beta Version"
230
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
231
  </tr>
232
 
233
- <tr>
234
- <td><span class="icon1 help" style="float:right">
235
- <span class="tooltip1"><?php _e('Access coming soon page shortcodes.');?></span></span></td>
236
- <td><p style="font-size:14px"><b>Shortcode Support</b></p></td>
237
- <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
238
- <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
239
- </tr>
240
 
241
  <tr>
242
  <td><span class="icon1 help" style="float:right">
@@ -310,7 +310,13 @@ Pls use the Subject Line: "Easy Coming Soon Pro - Beta Version"
310
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
311
  </tr>
312
 
313
-
 
 
 
 
 
 
314
  <tr>
315
  <td><span class="icon1 help" style="float:right">
316
  <span class="tooltip1"><?php _e('Aweber Integration for Email Marketing & Data Capture.');?></span></span></td>
@@ -374,23 +380,33 @@ Pls use the Subject Line: "Easy Coming Soon Pro - Beta Version"
374
 
375
  </tbody>
376
 
377
- </table>
378
- <h3><center><strong>SCREENSHOTS</strong></center></h3>
 
 
 
379
  <div>
380
 
381
  <img src="<?php echo plugins_url('/images/img/screenshot-2.png',__FILE__); ?>" class="screenshot"/>
382
  <img src="<?php echo plugins_url('/images/img/screenshot-10.png',__FILE__); ?>" class="screenshot"/>
383
- <img src="<?php echo plugins_url('/images/img/screenshot-24.png',__FILE__); ?>" class="screenshot"/>
384
- <img src="<?php echo plugins_url('/images/img/screenshot-22.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/screenshot-26.png',__FILE__); ?>" class="screenshot"/>
387
- <img src="<?php echo plugins_url('/images/img/screenshot-9.png',__FILE__); ?>" class="screenshot"/>
388
- <img src="<?php echo plugins_url('/images/img/screenshot-18.png',__FILE__); ?>" class="screenshot"/>
 
389
 
390
 
391
  </div>
392
 
 
 
 
 
393
  <h3 >Responsive page Design</h3>
394
-
395
  <img src="<?php echo plugins_url('/images/img/responsive page.png',__FILE__); ?>" class="screenshot1"/>
 
 
 
 
396
  </div>
103
  </style>
104
 
105
  <div class="block ui-tabs-panel ui-widget-content ui-corner-bottom" id="coming_soon_pro" aria-labelledby="ui-id-1" style="display: none;" >
106
+ <div style="text-align:center">
107
+ <h3 style="font-size:20px">Easy Coming Soon Pro Feature</h3>
108
+
109
+ <p style = "font-size: 16px; font-weight:bold";> The premium version of the Easy Coming Soon Plugin provides you with: </p>
110
+
111
+ <ul style = "font-size: 16px; font-weight:bold";>
112
+
113
+ <li> Multiple Design Settings</li>
114
+
115
+ <li> 2 Landing Page Templates</li>
116
+ <li> Access Control Settings</li>
117
+
118
+ <li> NewsLetter and Autoresponder Integration</li>
119
+
120
+ </ul>
121
+ <p style = "font-size: 16px; line-height: 1.9; font-weight:bold";> Have a look at the Feature Comparison Table Below </p>
122
+ <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>
123
 
 
 
 
 
 
 
 
 
 
 
124
  <h3>Premium Version Features with Comparison Table</h3>
125
+ </div>
126
  <table class="table table-hover table-bordered" style="font-size:15px;margin-bottom:0px;" >
127
  <thead class="alert alert-info">
128
  <tr>
237
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
238
  </tr>
239
 
 
 
 
 
 
 
 
240
 
241
  <tr>
242
  <td><span class="icon1 help" style="float:right">
310
  <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
311
  </tr>
312
 
313
+ <tr>
314
+ <td><span class="icon1 help" style="float:right">
315
+ <span class="tooltip1"><?php _e('Compaign Monitor for Email Marketing & Data Capture.');?></span></span></td>
316
+ <td><p style="font-size:14px"><b>Compaign Monitor</b></p></td>
317
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/cross.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
318
+ <td style="text-align: center;"><p><img src="<?php echo plugins_url('/images/icon_check.png',__FILE__); ?>" style="vertical-align: middle;"/></p></td>
319
+ </tr>
320
  <tr>
321
  <td><span class="icon1 help" style="float:right">
322
  <span class="tooltip1"><?php _e('Aweber Integration for Email Marketing & Data Capture.');?></span></span></td>
380
 
381
  </tbody>
382
 
383
+ </table><br>
384
+ <div style="text-align:center">
385
+ <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>
386
+ </div> <br>
387
+ <h3><center><strong>PREMIUM PLUGIN SCREENSHOTS</strong></center></h3>
388
  <div>
389
 
390
  <img src="<?php echo plugins_url('/images/img/screenshot-2.png',__FILE__); ?>" class="screenshot"/>
391
  <img src="<?php echo plugins_url('/images/img/screenshot-10.png',__FILE__); ?>" class="screenshot"/>
392
+ <img src="<?php echo plugins_url('/images/img/coming-soon-front-new1.png',__FILE__); ?>" class="screenshot"/>
 
393
  <img src="<?php echo plugins_url('/images/img/screenshot-23.png',__FILE__); ?>" class="screenshot"/>
394
+ <img src="<?php echo plugins_url('/images/img/Firefox_Screenshot_2014-01-18T13-03-48.696Z.png',__FILE__); ?>" class="screenshot"/>
395
+ <img src="<?php echo plugins_url('/images/img/Firefox_Screenshot_2014-01-18T13-01-49.011Z.png',__FILE__); ?>" class="screenshot"/>
396
+
397
+
398
 
399
 
400
  </div>
401
 
402
+ <h3 >Powerful Admin panel </h3>
403
+ <img src="<?php echo plugins_url('/images/img/Screen Shot 2014-01-03 at 16.54.22.png',__FILE__); ?>" class="screenshot1"/>
404
+ <br>
405
+ <br>
406
  <h3 >Responsive page Design</h3>
 
407
  <img src="<?php echo plugins_url('/images/img/responsive page.png',__FILE__); ?>" class="screenshot1"/>
408
+ <br>
409
+ <div style="text-align:center">
410
+ <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>
411
+ </div>
412
  </div>
readme.txt CHANGED
@@ -4,11 +4,11 @@ Donate link: http://www.webriti.com/
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode
5
  Requires at least: 3.3+
6
  Tested up to: 3.8
7
- Stable tag: 0.91
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collects e-mails and connect with users on Social Networks.
12
 
13
  == Description ==
14
 
@@ -57,15 +57,20 @@ In case you face any problem, contact us via the [Forums](http://wordpress.org/s
57
  2. Snap2
58
  3. Snap3
59
  4. Snap4
60
- 5. General setting page
61
- 6. Design setting page
 
62
 
63
  == Changelog ==
64
 
65
- =0.92=
 
 
 
 
66
  1. Fixed a small bug with Font Selection
67
 
68
- =0.91=
69
  1. Plugin compatible with Wordpress 3.8
70
 
71
  = 0.9 =
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, under construction, admin, newsletter, offline, site offline, wordpress coming soon, wordpress under construction, wordpress maintenance mode
5
  Requires at least: 3.3+
6
  Tested up to: 3.8
7
+ Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collects e-mails and connect with users on Social Network.
12
 
13
  == Description ==
14
 
57
  2. Snap2
58
  3. Snap3
59
  4. Snap4
60
+ 5. Responsive Design
61
+ 6. General setting page
62
+ 7. Design setting page
63
 
64
  == Changelog ==
65
 
66
+ = 1.0 =
67
+ 1. Description field is now editable with html content.
68
+ 2. Subscriber notification feature is added.
69
+
70
+ = 0.92 =
71
  1. Fixed a small bug with Font Selection
72
 
73
+ = 0.91 =
74
  1. Plugin compatible with Wordpress 3.8
75
 
76
  = 0.9 =
screenshot-5.jpg CHANGED
Binary file
screenshot-6.jpg CHANGED
Binary file
screenshot-7.jpg ADDED
Binary file
template/coming_soon_display.php CHANGED
@@ -64,7 +64,7 @@ $notification_settings =get_option('soon_page_notification_settings');
64
  font-family:<?php echo $design_settings['description_font_format'] ?>;
65
  font-style:normal;
66
  line-height:1.5;
67
- text-align:justify;
68
  width:80%;
69
  word-break: break-word;
70
  word-break break-word;
@@ -168,6 +168,13 @@ $notification_settings =get_option('soon_page_notification_settings');
168
  $from = $notification_settings['email_address'];
169
  $headers = "From:" . $from;
170
 
 
 
 
 
 
 
 
171
  if($email=='')
172
  {
173
  echo "<script>alert('please enter email');
@@ -198,6 +205,7 @@ $notification_settings =get_option('soon_page_notification_settings');
198
  echo 'Message could not be sent.';
199
  echo "<script>location.href='';</script>";
200
  }
 
201
  }
202
  else
203
  {
64
  font-family:<?php echo $design_settings['description_font_format'] ?>;
65
  font-style:normal;
66
  line-height:1.5;
67
+ text-align:center;
68
  width:80%;
69
  word-break: break-word;
70
  word-break break-word;
168
  $from = $notification_settings['email_address'];
169
  $headers = "From:" . $from;
170
 
171
+ $to1 = $email;
172
+ $subject1 = "Coming soon page";
173
+ $message1 = "Thank you for subscribing us. We will notify you soon";
174
+ $from1 = $notification_settings['email_address'];
175
+ $headers1 = "From:" . $from1;
176
+
177
+
178
  if($email=='')
179
  {
180
  echo "<script>alert('please enter email');
205
  echo 'Message could not be sent.';
206
  echo "<script>location.href='';</script>";
207
  }
208
+ wp_mail($to1,$subject1,$message1,$headers1);
209
  }
210
  else
211
  {