Under Construction / Maintenance Mode from Acurax - Version 2.5.9

Version Description

Fix - Perfomance Improvements Fix - Code Improvements

Download this release

Release Info

Developer Acurax
Plugin Icon 128x128 Under Construction / Maintenance Mode from Acurax
Version 2.5.9
Comparing to
See all releases

Code changes from version 2.5.8 to 2.5.9

acx_csma.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Under Construction / Maintenance Mode From Acurax
4
  Plugin URI: http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin
5
  Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
6
  Author: Acurax
7
- Version: 2.5.8
8
  Author URI: http://wordpress.acurax.com
9
  License: GPLv2 or later
10
  Text Domain: coming-soon-maintenance-mode-from-acurax
@@ -24,10 +24,9 @@ You should have received a copy of the GNU General Public License
24
  along with this program; if not, write to the Free Software
25
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
  */
27
- ?>
28
- <?php
29
  /*************** Admin function ***************/
30
- define("ACX_CSMA_CURRENT_VERSION","2.5.8");
31
  define("ACX_CSMA_TOTAL_THEMES",5);
32
  define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
33
  define("ACX_CSMA_WP_SLUG","coming-soon-maintenance-mode-from-acurax");
@@ -81,18 +80,20 @@ if ($acx_csma_hide_expert_support_menu == "") { $acx_csma_hide_expert_support_me
81
  function acx_csma_admin_actions()
82
  {
83
  global $acx_csma_hide_expert_support_menu;
84
- add_menu_page( __('Maintenance Mode / Coming Soon Configuration','coming-soon-maintenance-mode-from-acurax'), __('Maintenance Mode','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Settings','acx_csma_admin',plugin_dir_url( __FILE__ ).'/images/admin.png' ); // manage_options for admin
85
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Subscribers List','coming-soon-maintenance-mode-from-acurax'), __('View All Subscribers','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Subscribers' ,'acx_csma_subscribers');
86
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Misc Settings','coming-soon-maintenance-mode-from-acurax'), __('Misc','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Misc' ,'acx_csma_misc');
 
 
87
 
88
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Available Add-ons','coming-soon-maintenance-mode-from-acurax'), __('Add-ons','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Add-ons' ,'acx_csma_addons');
89
 
90
  if($acx_csma_hide_expert_support_menu == "no") {
91
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Acurax Expert Support','coming-soon-maintenance-mode-from-acurax'), __('Expert Support','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Expert-Support' ,'acx_csma_expert_support');
92
  }
93
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Display Variables','coming-soon-maintenance-mode-from-acurax'), __('Display Variables','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Variables' ,'acx_csma_display_variable_menu');
94
 
95
- add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Help and Support','coming-soon-maintenance-mode-from-acurax'), __('Help','coming-soon-maintenance-mode-from-acurax'), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Help' ,'acx_csma_help');
96
  }
97
  if ( is_admin() )
98
  {
4
  Plugin URI: http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin
5
  Description: Simple and the best Coming Soon or Maintenance Mode Plugin Which Supports Practically Unlimited Responsive Designs.
6
  Author: Acurax
7
+ Version: 2.5.9
8
  Author URI: http://wordpress.acurax.com
9
  License: GPLv2 or later
10
  Text Domain: coming-soon-maintenance-mode-from-acurax
24
  along with this program; if not, write to the Free Software
25
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
  */
27
+
 
28
  /*************** Admin function ***************/
29
+ define("ACX_CSMA_CURRENT_VERSION","2.5.9");
30
  define("ACX_CSMA_TOTAL_THEMES",5);
31
  define("ACX_CSMA_BASE_LOCATION",plugin_dir_url( __FILE__ ));
32
  define("ACX_CSMA_WP_SLUG","coming-soon-maintenance-mode-from-acurax");
80
  function acx_csma_admin_actions()
81
  {
82
  global $acx_csma_hide_expert_support_menu;
83
+ add_menu_page( __('Maintenance Mode / Coming Soon Configuration',ACX_CSMA_WP_SLUG), __('Maintenance Mode',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Settings','acx_csma_admin',plugin_dir_url( __FILE__ ).'/images/admin.png' ); // manage_options for admin
84
+
85
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Subscribers List',ACX_CSMA_WP_SLUG), __('View All Subscribers',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Subscribers' ,'acx_csma_subscribers');
86
+
87
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Misc Settings',ACX_CSMA_WP_SLUG), __('Misc',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Misc' ,'acx_csma_misc');
88
 
89
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Available Add-ons',ACX_CSMA_WP_SLUG), __('Add-ons',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Add-ons' ,'acx_csma_addons');
90
 
91
  if($acx_csma_hide_expert_support_menu == "no") {
92
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Acurax Expert Support',ACX_CSMA_WP_SLUG), __('Expert Support',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Expert-Support' ,'acx_csma_expert_support');
93
  }
94
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Display Variables',ACX_CSMA_WP_SLUG), __('Display Variables',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Variables' ,'acx_csma_display_variable_menu');
95
 
96
+ add_submenu_page('Acurax-Coming-Soon-Maintenance-Mode-Settings', __('Coming Soon/Maintenance From Acurax Help and Support',ACX_CSMA_WP_SLUG), __('Help',ACX_CSMA_WP_SLUG), 'manage_options', 'Acurax-Coming-Soon-Maintenance-Mode-Help' ,'acx_csma_help');
97
  }
98
  if ( is_admin() )
99
  {
function.php CHANGED
@@ -35,50 +35,50 @@ if(empty($acx_csma_display_var_arr))
35
  {
36
  $acx_csma_display_var_arr=array(
37
  'year'=>array(
38
- 'singular'=>__('Year','coming-soon-maintenance-mode-from-acurax'),
39
- 'plural'=>__('Years','coming-soon-maintenance-mode-from-acurax'),
40
- 'default_singular'=>__('Year','coming-soon-maintenance-mode-from-acurax'),
41
- 'default_plural'=>__('Years','coming-soon-maintenance-mode-from-acurax')
42
  ),
43
  'month'=>array(
44
- 'singular'=>__('Month','coming-soon-maintenance-mode-from-acurax'),
45
- 'plural'=>__('Months','coming-soon-maintenance-mode-from-acurax'),
46
- 'default_singular'=>__('Month','coming-soon-maintenance-mode-from-acurax'),
47
- 'default_plural'=>__('Months','coming-soon-maintenance-mode-from-acurax')
48
  ),
49
  'week'=>array(
50
- 'singular'=>__('Week','coming-soon-maintenance-mode-from-acurax'),
51
- 'plural'=>__('Weeks','coming-soon-maintenance-mode-from-acurax'),
52
- 'default_singular'=>__('Week','coming-soon-maintenance-mode-from-acurax'),
53
- 'default_plural'=>__('Weeks','coming-soon-maintenance-mode-from-acurax')
54
  ),
55
  'day'=>array(
56
- 'singular'=>__('Day','coming-soon-maintenance-mode-from-acurax'),
57
- 'plural'=>__('Days','coming-soon-maintenance-mode-from-acurax'),
58
- 'default_singular'=>__('Day','coming-soon-maintenance-mode-from-acurax'),
59
- 'default_plural'=>__('Days','coming-soon-maintenance-mode-from-acurax')
60
  ),
61
  'hour'=>array(
62
- 'singular'=>__('Hour','coming-soon-maintenance-mode-from-acurax'),
63
- 'plural'=>__('Hours','coming-soon-maintenance-mode-from-acurax'),
64
- 'default_singular'=>__('Hour','coming-soon-maintenance-mode-from-acurax'),
65
- 'default_plural'=>__('Hours','coming-soon-maintenance-mode-from-acurax')
66
  ),
67
  'minute'=>array(
68
- 'singular'=>__('Minute','coming-soon-maintenance-mode-from-acurax'),
69
- 'plural'=>__('Minutes','coming-soon-maintenance-mode-from-acurax'),
70
- 'default_singular'=>__('Minute','coming-soon-maintenance-mode-from-acurax'),
71
- 'default_plural'=>__('Minutes','coming-soon-maintenance-mode-from-acurax')
72
  ),
73
  'second'=>array(
74
- 'singular'=>__('Second','coming-soon-maintenance-mode-from-acurax'),
75
- 'plural'=>__('Seconds','coming-soon-maintenance-mode-from-acurax'),
76
- 'default_singular'=>__('Second','coming-soon-maintenance-mode-from-acurax'),
77
- 'default_plural'=>__('Seconds','coming-soon-maintenance-mode-from-acurax')
78
  ),
79
  'next'=>array(
80
- 'singular'=>__('Next','coming-soon-maintenance-mode-from-acurax'),
81
- 'default_singular'=>__('Next','coming-soon-maintenance-mode-from-acurax')
82
  )
83
  );
84
  if(!is_serialized($acx_csma_display_var_arr))
@@ -146,7 +146,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
146
  $acx_csma_parent_folder = basename(dirname(__FILE__));
147
  $acx_csma_template_array['0'] = array(
148
  'id' => 0,
149
- 'name' =>__('Custom Html','coming-soon-maintenance-mode-from-acurax'),
150
  'index' =>'acx_csma_custom_template',
151
  'description' => '',
152
  'parent' => $acx_csma_parent_folder,
@@ -155,7 +155,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
155
  );
156
  $acx_csma_template_array['1'] = array(
157
  'id' => 1,
158
- 'name' =>__('Template 1','coming-soon-maintenance-mode-from-acurax'),
159
  'index' =>'acx_csma_template1',
160
  'description' => '',
161
  'parent' => $acx_csma_parent_folder,
@@ -164,7 +164,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
164
  );
165
  $acx_csma_template_array['2'] = array(
166
  'id' => 2,
167
- 'name' =>__('Template 2','coming-soon-maintenance-mode-from-acurax'),
168
  'index' =>'acx_csma_template2',
169
  'description' => '',
170
  'parent' => $acx_csma_parent_folder,
@@ -173,7 +173,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
173
  );
174
  $acx_csma_template_array['3'] = array(
175
  'id' => 3,
176
- 'name' =>__('Template 3','coming-soon-maintenance-mode-from-acurax'),
177
  'index' =>'acx_csma_template3',
178
  'description' => '',
179
  'parent' => $acx_csma_parent_folder,
@@ -182,7 +182,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
182
  );
183
  $acx_csma_template_array['4'] = array(
184
  'id' => 4,
185
- 'name' =>__('Template 4','coming-soon-maintenance-mode-from-acurax'),
186
  'index' =>'acx_csma_template4',
187
  'description' => '',
188
  'parent' => $acx_csma_parent_folder,
@@ -191,7 +191,7 @@ function filter_acx_csma_template_array($acx_csma_template_array)
191
  );
192
  $acx_csma_template_array['5'] = array(
193
  'id' => 5,
194
- 'name' =>__('Template 5','coming-soon-maintenance-mode-from-acurax'),
195
  'index' =>'acx_csma_template5',
196
  'description' => '',
197
  'parent' => $acx_csma_parent_folder,
@@ -377,7 +377,7 @@ if(is_array($acx_csma_appearence_array))
377
  $acx_csma_inside_title3 = $acx_csma_appearence_array['3']['acx_csma_inside_title3'];
378
  if(strcmp($acx_csma_inside_title3,"Estimate Time Before Lunching") === 0 )
379
  {
380
- $acx_csma_appearence_array['3']['acx_csma_inside_title3'] = __("Estimate Time Before Launching","coming-soon-maintenance-mode-from-acurax");
381
  }
382
  }
383
  acx_csma_update_array_value($acx_csma_appearence_array);
@@ -399,11 +399,11 @@ function acx_csma_upload_images_template_loader(button_id,uploader_title,uploade
399
  }
400
  if(uploader_title == "")
401
  {
402
- uploader_title = "<?php _e('Choose Image','coming-soon-maintenance-mode-from-acurax');?>";
403
  }
404
  if(uploader_button == "")
405
  {
406
- uploader_button = "<?php _e('Select','coming-soon-maintenance-mode-from-acurax');?>";
407
  }
408
  if(hidden_field_id)
409
  {
@@ -505,19 +505,19 @@ function acx_csma_quick_request_submit_callback()
505
  {
506
  $current_user_acx = $acx_email;
507
  }
508
- $headers[] = __('From: ','coming-soon-maintenance-mode-from-acurax') . $acx_name . ' <' . $current_user_acx . '>';
509
- $headers[] = __('Content-Type: text/html; charset=UTF-8','coming-soon-maintenance-mode-from-acurax');
510
- $message = __('Name: ','coming-soon-maintenance-mode-from-acurax').$acx_name . "\r\n <br>";
511
- $message = $message . __('Email: ','coming-soon-maintenance-mode-from-acurax').$acx_email . "\r\n <br>";
512
  if($acx_phone != "")
513
  {
514
- $message = $message . __('Phone:','coming-soon-maintenance-mode-from-acurax').$acx_phone . "\r\n <br>";
515
  }
516
  // In case any of our lines are larger than 70 characters, we should use wordwrap()
517
  $acx_question = wordwrap($acx_question, 70, "\r\n <br>");
518
- $message = $message . __('Request From: CSMA - Expert Help Request Form','coming-soon-maintenance-mode-from-acurax').' \r\n <br>';
519
- $message = $message . __('Website: ','coming-soon-maintenance-mode-from-acurax').$acx_weburl . "\r\n <br>";
520
- $message = $message . __('Question: ','coming-soon-maintenance-mode-from-acurax').$acx_question . "\r\n <br>";
521
  $emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
522
  if($emailed)
523
  {
@@ -534,7 +534,7 @@ function acx_csma_add_items($admin_bar)
534
  $args = array(
535
  'id' => 'acx_csma_activation_msg',
536
  'parent' => 'top-secondary',
537
- 'title' => __('Maintenance Mode is Activated','coming-soon-maintenance-mode-from-acurax'),
538
  'href' => esc_url(wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings')))
539
  );
540
  if (!current_user_can('manage_options') ) {
@@ -549,8 +549,8 @@ if($acx_csma_activation_status == 1 && is_admin())
549
  }
550
  function acx_csma_subscribe_email()
551
  {
552
- if (!isset($_POST['acx_csma_subscribe_es'])) die("<br><br>".__('Unknown Error Occurred, Try Again...','coming-soon-maintenance-mode-from-acurax')." <a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
553
- if (!wp_verify_nonce($_POST['acx_csma_subscribe_es'],'acx_csma_subscribe_es')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
554
  $name = $email = $ip = $timestamp = "";
555
  if(ISSET($_POST['name']))
556
  {
@@ -625,7 +625,7 @@ function acx_csma_subscribe_ajax()
625
  header('Content-Type: text/csv');
626
  header('Content-Disposition: attachment;filename='.$filename);
627
  $fp = fopen('php://output', 'w');
628
- fputcsv($fp, array(__('Name','coming-soon-maintenance-mode-from-acurax'),__('Email','coming-soon-maintenance-mode-from-acurax'),__('Date','coming-soon-maintenance-mode-from-acurax')));
629
  foreach ($acx_csma_subscribe_details as $item=> $value) {
630
  if(ISSET($value['ip']))
631
  {
@@ -648,7 +648,7 @@ add_action( 'wp_ajax_acx_csma_subscribe_ajax', 'acx_csma_subscribe_ajax' );
648
  function acx_csma_addon_ua_demo()
649
  {
650
  echo "<div id='acx_csma_addon_demo_ua'><br><hr>
651
- <img src='".plugins_url('/images/addon_ua_demo.png',__FILE__)."' style='border:0px;width:100%;height:auto;' class='acx_csma_info_lb' lb_title='".__('Private Access URL Feature - Premium Addon Plugin','coming-soon-maintenance-mode-from-acurax')."' lb_content='<p style=\"font-size:13px;\">".__('You may needs to showcase the website to your friends, contacts or clients to get approval, or get suggestions.','coming-soon-maintenance-mode-from-acurax')."<br><br>".__('When website is in under construction mode, they may needs to login or provide you their ip address to grand them access.','coming-soon-maintenance-mode-from-acurax')."<br><br>".__('But using Private Access URL Addon, You will get the option to generate a private URL which you can provide to anyone, and they can access your website, They wont see the under construction page until the url expire.','coming-soon-maintenance-mode-from-acurax')."<br><br>". __('While generating a URL, You can set expiry, It can be Never, So URL is valid until you delete it. Can set expiry as Hours, So URL will be active for specified hours from their first visit.','coming-soon-maintenance-mode-from-acurax')."<br><br>".__('Can also set expiry as page views. Lets say, you generated a URL for 10 Page views, and when someone visit the URL and access 10 pages or visited 10 times.URL will automatically gets expired.','coming-soon-maintenance-mode-from-acurax')."<br><br><a style=\"float: left; color: black; border: 1px solid black; border-radius: 3px; padding: 4px; font-size: 13px; opacity: 0.8;\"href=\"http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=url-access&utm_source=link_1&utm_medium=csma_1&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('View Screenshots/More Details','coming-soon-maintenance-mode-from-acurax')."</a><a href=\"https://clients.acurax.com/order.php?pid=csmauapa&utm_source=link_1&utm_medium=csma_1&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('Order Now','coming-soon-maintenance-mode-from-acurax')."</a></p><p><br></p>'>
652
  </div>";
653
  }
654
  add_action('acx_csma_hook_mainoptions_below_general_settings','acx_csma_addon_ua_demo',50);
@@ -681,13 +681,13 @@ function acx_csma_service_addon_demo()
681
  {
682
  $acx_theme_addon_demo_array = array();
683
  }
684
- $acx_csma_lb_title = __('Showcase Products and Services While Your Website Is Under Construction','coming-soon-maintenance-mode-from-acurax');
685
- $acx_csma_lb_content = "<p style=\"font-size:14px;\">".__('We have prepared 4 special themes ','coming-soon-maintenance-mode-from-acurax')."( <a href=\"https://clients.acurax.com/link.php?id=18\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-A','coming-soon-maintenance-mode-from-acurax')."</a>, <a href=\"https://clients.acurax.com/link.php?id=19\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-B','coming-soon-maintenance-mode-from-acurax')."</a>, <a href=\"https://clients.acurax.com/link.php?id=20\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-C','coming-soon-maintenance-mode-from-acurax')."</a>".__(' and','coming-soon-maintenance-mode-from-acurax')." <a href=\"https://clients.acurax.com/link.php?id=21\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-D','coming-soon-maintenance-mode-from-acurax')."</a> )". __('as an Addon plugin labeled "Service Theme Pack 1" which you can install just like a normal plugin after purchase. And the additional themes will be available here. These themes are designed and developed with high customizable options.','coming-soon-maintenance-mode-from-acurax')."<br><br>".__('This theme pack have 4 highly customizable themes with Contact/Lead Capture Form,Service/Product Showcase, About us Section etc... Check preview for a live preview.','coming-soon-maintenance-mode-from-acurax')."<br><br><a style=\"float: left; color: black; border: 1px solid black; border-radius: 3px; padding: 4px; font-size: 13px; opacity: 0.8;\"href=\"http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=service-theme-pack-1&utm_source=preview_link&utm_medium=csma&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('View Screenshots/More Details','coming-soon-maintenance-mode-from-acurax')."</a><a href=\"https://clients.acurax.com/order.php?pid=csmastp1&utm_source=preview_link&utm_medium=csma&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\" class=\"button\">".__('Click Here to Order Now','coming-soon-maintenance-mode-from-acurax')."</a><br></p><p><br></p>";
686
  foreach($acx_theme_addon_demo_array as $key => $value)
687
  {
688
  foreach($value as $k => $v)
689
  {
690
- echo "<div id='img_holder' class='img_holder_demo'><label for='".$k."'><img src='".$v['image']."' class='acx_csma_info_lb' lb_title='".$acx_csma_lb_title."' lb_content='".$acx_csma_lb_content."'></label><br /><input type='radio' class='acx_csma_info_lb acx_csma_info_lb_demo' name='acx_csma_template_demo' id='".$k."' lb_title='".$acx_csma_lb_title."' lb_content='".$acx_csma_lb_content."' />".$v['name']."<br /><a href='".esc_url($v['preview'])."' target='_blank'>".__('Preview','coming-soon-maintenance-mode-from-acurax')."</a></div>";
691
  }
692
  }
693
  }
@@ -767,7 +767,7 @@ function acx_csma_updated_fields_content()
767
  }
768
  if(!array_key_exists('acx_csma_subscribe_btn_text2',$acx_csma_appearence_array['2']))
769
  {
770
- $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_text2'] = __("Submit","coming-soon-maintenance-mode-from-acurax");
771
  }
772
  if(!array_key_exists('acx_csma_custom_html_above_timer',$acx_csma_appearence_array['2']))
773
  {
@@ -860,7 +860,7 @@ function acx_csma_updated_fields_content()
860
  }
861
  if(!array_key_exists('acx_csma_subscribe_btn_text5',$acx_csma_appearence_array['5']))
862
  {
863
- $acx_csma_appearence_array['5']['acx_csma_subscribe_btn_text5'] = __("Submit","coming-soon-maintenance-mode-from-acurax");
864
  }
865
  if(!array_key_exists('acx_csma_custom_html_top_sub',$acx_csma_appearence_array['5']))
866
  {
@@ -1015,7 +1015,7 @@ function acx_csma_display_var_content()
1015
  }
1016
  $display_content.="<hr />";
1017
  ksort($acx_csma_display_var_arr);
1018
- $display_content.="<table class='wp-list-table widefat fixed striped'><th>".__('Text','coming-soon-maintenance-mode-from-acurax')."</th><th>".__('Variable','coming-soon-maintenance-mode-from-acurax')."</th><th>".__('Action','coming-soon-maintenance-mode-from-acurax')."</th>";
1019
  foreach($acx_csma_display_var_arr as $key => $values)
1020
  {
1021
  $singular = '';
@@ -1039,7 +1039,7 @@ function acx_csma_display_var_content()
1039
  else{
1040
  $value = $singular;
1041
  }
1042
- $display_content.="<tr><td>".ucfirst($key)."</td><td>".acx_csma_option_text_after_save_hook_fn($value)."</td><td><span id='acx_disp_edit_link'><a onclick='acx_csma_disp_var_edit(\"$key\",\"$singular\",\"$plural\");' id='acx_csma_disp_var_edit'>&nbsp".__('Edit','coming-soon-maintenance-mode-from-acurax')."</a></span><span id='acx_disp_reset_link' style='margin-left: 23px;'><a onclick='acx_csma_disp_var_reset(\"$key\");' id='acx_csma_disp_var_edit'>&nbsp".__('Reset to Default','coming-soon-maintenance-mode-from-acurax')."</a></span></td></tr>";
1043
  }
1044
  $display_content.="</table>";
1045
  return $display_content;
@@ -1086,7 +1086,7 @@ function acx_csma_display_variables()
1086
  var key = jQuery('#acx_csma_edit_key').val();
1087
  if(key == "")
1088
  {
1089
- alert('<?php _e('Something Went Wrong\nTry Again!!!','coming-soon-maintenance-mode-from-acurax');?>');
1090
  return false;
1091
  }
1092
  var singular=jQuery('#acx_csma_edit_singular').val();
@@ -1107,7 +1107,7 @@ function acx_csma_display_variables()
1107
  jQuery('.acx_csma_disp_edit_litbx').hide();
1108
  }
1109
  else{
1110
- alert('<?php _e('Something Went Wrong\nTry Again!!!','coming-soon-maintenance-mode-from-acurax');?>');
1111
  }
1112
  });
1113
  }
@@ -1126,7 +1126,7 @@ function acx_csma_display_variables()
1126
  }
1127
  else
1128
  {
1129
- alert('<?php _e('Something Went Wrong\nTry Again!!!','coming-soon-maintenance-mode-from-acurax');?>');
1130
  }
1131
  });
1132
  }
@@ -1136,9 +1136,9 @@ function acx_csma_display_variables()
1136
 
1137
  function acx_csma_reset_disp_var_callback()
1138
  {
1139
- if (!isset($_POST['acx_csma_reset_var'])) die("<br><br>__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')<a href = ''>__('Click Here','coming-soon-maintenance-mode-from-acurax')</a>");
1140
- if (!wp_verify_nonce($_POST['acx_csma_reset_var'],'acx_csma_reset_var')) die("<br><br>__('Unknown Error Occurred, Try Again... ,'coming-soon-maintenance-mode-from-acurax')<a href = ''>__('Click Here,'coming-soon-maintenance-mode-from-acurax')</a>");
1141
- if(!current_user_can('manage_options')) die("<br><br>__('Sorry, You have no permission to do this action...','coming-soon-maintenance-mode-from-acurax')</a>");
1142
  $acx_csma_reset_key = '';
1143
  if (isset($_POST['key']))
1144
  {
@@ -1173,9 +1173,9 @@ function acx_csma_reset_disp_var_callback()
1173
  add_action( 'wp_ajax_acx_csma_reset_disp_var', 'acx_csma_reset_disp_var_callback' );
1174
  function acx_csma_edit_disp_var_callback()
1175
  {
1176
- if (!isset($_POST['acx_csma_edit_var'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href = ''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1177
- if (!wp_verify_nonce($_POST['acx_csma_edit_var'],'acx_csma_edit_var')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href = ''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1178
- if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...','coming-soon-maintenance-mode-from-acurax')."</a>");
1179
  $acx_csma_edit_key = $acx_csma_edit_singular = $acx_csma_edit_plural = '';
1180
  if (isset($_POST['key']))
1181
  {
@@ -1218,9 +1218,9 @@ function acx_csma_edit_disp_var_callback()
1218
  add_action( 'wp_ajax_acx_csma_edit_disp_var', 'acx_csma_edit_disp_var_callback' );
1219
  function acx_csma_open_disp_var_callback()
1220
  {
1221
- if (!isset($_POST['acx_csma_open_disp_var_e'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href = ''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1222
- if (!wp_verify_nonce($_POST['acx_csma_open_disp_var_e'],'acx_csma_open_disp_var_e')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href = ''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1223
- if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...','coming-soon-maintenance-mode-from-acurax')."</a>");
1224
  $response = $acx_csma_key = $acx_csma_singular = $acx_csma_plural = '';
1225
  if (isset($_POST['key']))
1226
  {
@@ -1244,16 +1244,16 @@ function acx_csma_open_disp_var_callback()
1244
  $acx_csma_display_var_arr = array();
1245
  }
1246
  $heading = ucfirst($acx_csma_key);
1247
- $response .= "<div id='acx_csma_edit_box'><div id='acx_csma_edit_box_inner'><span id='acx_csma_heading'><h3>".__('Edit Text for ','coming-soon-maintenance-mode-from-acurax') .$heading."</h3></span><hr><div id='acx_csma_disp_var_inside_cnt'>";
1248
  if(ISSET($acx_csma_display_var_arr[$acx_csma_key]['default_singular']))
1249
  {
1250
- $response .= "<div class='acx_csma_input_cvr'><span class='acx_csma_disp_label'>".__('Text for Singular:','coming-soon-maintenance-mode-from-acurax')."</span><span class='acx_csma_disp_input'><input type='text' name='acx_csma_edit_singular' id='acx_csma_edit_singular' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_singular)."'></span></div>";
1251
  }
1252
  if(ISSET($acx_csma_display_var_arr[$acx_csma_key]['default_plural']))
1253
  {
1254
- $response .= "<div class='acx_csma_input_cvr'><span class='acx_csma_disp_label'>".__('Text for Plural: ','coming-soon-maintenance-mode-from-acurax')."</span><span class='acx_csma_disp_input'><input type='text' name='acx_csma_edit_plural' id='acx_csma_edit_plural' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_plural)."'></span></div>";
1255
  }
1256
- $response .= "<span class='acx_csma_disp_input'><input type='hidden' name='acx_csma_edit_key' id='acx_csma_edit_key' value='".$acx_csma_key."'></span><span class='acx_csma_disp_btn'><button type='button' class='button' onclick='acx_csma_edit_disp_var();'>".__('Save','coming-soon-maintenance-mode-from-acurax')."</button></span></div></div></div>";
1257
  echo $response;
1258
  die();
1259
  }
@@ -1374,40 +1374,40 @@ function update_acx_csma_display_var_array()
1374
  if(!ISSET($acx_csma_display_var_arr['Subscription Name Placeholder']))
1375
  {
1376
  $acx_csma_display_var_arr['Subscription Name Placeholder'] = array(
1377
- 'singular'=>__('Enter Your Name Here','coming-soon-maintenance-mode-from-acurax'),
1378
- 'default_singular'=>__('Enter Your Name Here','coming-soon-maintenance-mode-from-acurax'),
1379
  );
1380
  $change_status = true;
1381
  }
1382
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Placeholder']))
1383
  {
1384
  $acx_csma_display_var_arr['Subscription Email Placeholder'] = array(
1385
- 'singular'=>__('Enter Your Email Here','coming-soon-maintenance-mode-from-acurax'),
1386
- 'default_singular'=>__('Enter Your Email Here','coming-soon-maintenance-mode-from-acurax'),
1387
  );
1388
  $change_status = true;
1389
  }
1390
  if(!ISSET($acx_csma_display_var_arr['Subscription Name Error Message']))
1391
  {
1392
  $acx_csma_display_var_arr['Subscription Name Error Message'] = array(
1393
- 'singular'=>__('Please Enter Your Name Here','coming-soon-maintenance-mode-from-acurax'),
1394
- 'default_singular'=>__('Please Enter Your Name Here','coming-soon-maintenance-mode-from-acurax'),
1395
  );
1396
  $change_status = true;
1397
  }
1398
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Error Message']))
1399
  {
1400
  $acx_csma_display_var_arr['Subscription Email Error Message'] = array(
1401
- 'singular'=>__('Please Enter Your Email Here','coming-soon-maintenance-mode-from-acurax'),
1402
- 'default_singular'=>__('Please Enter Your Email Here','coming-soon-maintenance-mode-from-acurax'),
1403
  );
1404
  $change_status = true;
1405
  }
1406
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Exists Message']))
1407
  {
1408
  $acx_csma_display_var_arr['Subscription Email Exists Message'] = array(
1409
- 'singular'=>__('Email Already Exists','coming-soon-maintenance-mode-from-acurax'),
1410
- 'default_singular'=>__('Email Already Exists','coming-soon-maintenance-mode-from-acurax'),
1411
  );
1412
  $change_status = true;
1413
  }
@@ -1462,7 +1462,7 @@ function acx_csma_post_isset_check($field)
1462
  /* Acurax Service/Info Settings HTML - Get - Set Default Logic Starts Here */
1463
  function acx_csma_misc_service_info_html()
1464
  {
1465
- $acx_string = __('Acurax Service/Info Settings','coming-soon-maintenance-mode-from-acurax');
1466
  print_acx_csma_option_block_start($acx_string);
1467
  do_action('acx_csma_misc_service_info');
1468
  echo "<span class='acx_csma_q_sep'></span>";
@@ -1471,10 +1471,10 @@ function acx_csma_misc_service_info_html()
1471
  function acx_csma_service_info_option()
1472
  {
1473
  global $acx_csma_service_banners;
1474
- echo "<span class='label' style='width:50%;'>". __('Acurax Service Info ','coming-soon-maintenance-mode-from-acurax')."</span>";?>
1475
  <select name="acx_csma_service_banners" style="width:49%;">
1476
- <option value="yes"<?php if ($acx_csma_service_banners == "yes") { echo 'selected="selected"'; } ?>><?php _e('Show Acurax Service Banner','coming-soon-maintenance-mode-from-acurax');?></option>
1477
- <option value="no"<?php if ($acx_csma_service_banners == "no") { echo 'selected="selected"'; } ?>><?php _e('Hide Acurax Service Banner','coming-soon-maintenance-mode-from-acurax'); ?></option>
1478
  </select>
1479
  <?php
1480
  echo "<span class='acx_csma_q_sep'></span>";
@@ -1506,7 +1506,7 @@ if ($acx_csma_service_banners == "") { $acx_csma_service_banners = "yes"; }
1506
  function acx_csma_misc_expert_support_option()
1507
  {
1508
  global $acx_csma_hide_expert_support_menu;
1509
- echo "<span class='label' style='width:50%;'>". __('Expert Support Menu','coming-soon-maintenance-mode-from-acurax')."</span>";?>
1510
  <select name="acx_csma_hide_expert_support_menu" style="width:49%;">
1511
  <option value="yes"<?php if ($acx_csma_hide_expert_support_menu == "yes") { echo 'selected="selected"'; } ?>><?php _e('Hide Expert Support Menu From Acurax');?></option>
1512
  <option value="no"<?php if ($acx_csma_hide_expert_support_menu == "no") { echo 'selected="selected"'; } ?>><?php _e('Show Expert Support Menu From Acurax');?></option>
@@ -1542,7 +1542,7 @@ if ($acx_csma_hide_expert_support_menu == "") { $acx_csma_hide_expert_support_me
1542
  function acx_csma_send_header_option()
1543
  {
1544
  global $acx_csma_send_header_option;
1545
- echo "<span class='label' style='width:50%;'>". __('Send ','coming-soon-maintenance-mode-from-acurax')."<a href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4' target='_blank'>". __('503 Header [?]','coming-soon-maintenance-mode-from-acurax')."</a>". __(' On Maintenance Mode?','coming-soon-maintenance-mode-from-acurax')."</span>";?>
1546
  <select name="acx_csma_send_header_option" style="width:49%;">
1547
  <option value="yes"<?php if ($acx_csma_send_header_option == "yes") { echo 'selected="selected"'; } ?>><?php _e('Yes, Send 503 Header');?></option>
1548
  <option value="no"<?php if ($acx_csma_send_header_option == "no") { echo 'selected="selected"'; } ?>><?php _e('No, Dont Send 503 Header');?></option>
@@ -1575,7 +1575,7 @@ if ($acx_csma_send_header_option == "") { $acx_csma_send_header_option = "yes";
1575
  /* Acurax GDPR Settings HTML - Get - Set Default Logic Starts Here */
1576
  function acx_csma_misc_gdpr_html()
1577
  {
1578
- $acx_string = __('GDPR Settings','coming-soon-maintenance-mode-from-acurax');
1579
  print_acx_csma_option_block_start($acx_string);
1580
  do_action('acx_csma_misc_gdpr_settings');
1581
  echo "<span class='acx_csma_q_sep'></span>";
@@ -1584,7 +1584,7 @@ function acx_csma_misc_gdpr_html()
1584
  function acx_csma_gdpr_info_option()
1585
  {
1586
  $acx_csma_gdpr_consent = '<b>Under Construction / Maintenance Mode From Acurax</b> can help users website to comply with GDPR, a regulation in European Union Law on Data Protection and Privacy. If you want to make <b>Under Construction / Maintenance Mode From Acurax</b> GDPR compliant, you need to include below information on your privacy policy statement.<br><br>We provide this Privacy Policy consent to inform you about our policies and procedures concerning the collection, use and disclosure of the personal information we receive and collect from users. By using Subscription form, we collects your submitted details like name email and your public IP Address, so that we can reach you back.<br><br>We are using/placing cookies at website back-end users for the proper functioning of plugin settings/options at the wp-admin of your website.';
1587
- echo "<span class='label' style='width:100%;'>". __($acx_csma_gdpr_consent,'coming-soon-maintenance-mode-from-acurax')."</span>";
1588
  echo "<span class='acx_csma_q_sep'></span>";
1589
  do_action('acx_csma_misc_gdpr_consent_hook');
1590
  }
@@ -1595,7 +1595,7 @@ function acx_csma_gdpr_info_check_option()
1595
  global $acx_csma_form_text,$acx_csma_privacy_policy_title,$acx_csma_privacy_policy_desc,$acx_csma_gdpr_status;
1596
  echo "<span class='label' style='width:100%;'><input type='checkbox' style='width:4%;' name='acx_csma_gdpr_status' id='acx_csma_gdpr_status' value='yes' ";if($acx_csma_gdpr_status == "yes"){echo 'checked';}
1597
  $acx_csma_consent_head = 'Yes, I would Like to Make this Plugin GDPR Compliant.';
1598
- echo "><span class='check_label_txt'>". __($acx_csma_consent_head,'coming-soon-maintenance-mode-from-acurax')."</span></span>";?>
1599
  <?php
1600
  echo "<span class='acx_csma_q_sep'></span>";
1601
  if($acx_csma_gdpr_status == "yes")
@@ -1606,13 +1606,13 @@ function acx_csma_gdpr_info_check_option()
1606
  $acx_csma_display_style = "style='display:none;'";
1607
  }
1608
  echo "<div class='csma_gdpr_settings_cvr' ".$acx_csma_display_style.">";
1609
- echo "<span class='label' style='width:50%;'>". __('What would you like to show as the cookie consent checkbox label on forms','coming-soon-maintenance-mode-from-acurax')."</span>";
1610
  echo "<input type='text' style='width:49%;' name='acx_csma_form_text' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_form_text)."'>";
1611
  echo "<span class='acx_csma_q_sep'></span>";
1612
- echo "<span class='label' style='width:50%;'>". __('Privacy Policy Heading','coming-soon-maintenance-mode-from-acurax')."</span>";
1613
  echo "<input type='text' style='width:49%;' name='acx_csma_privacy_policy_title' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_privacy_policy_title)."'>";
1614
  echo "<span class='acx_csma_q_sep'></span>";
1615
- echo "<span class='label' style='width:50%;'>". __('Privacy Policy Content','coming-soon-maintenance-mode-from-acurax')."</span>";
1616
  echo "<span class='acx_csma_q_sep'></span>";
1617
  $acx_csma_privacy_policy_desc = acx_csma_textarea_after_save_hook_function($acx_csma_privacy_policy_desc);
1618
  $acx_csma_settings = array( 'wpautop' => false );
@@ -1690,7 +1690,7 @@ if ($acx_csma_privacy_policy_desc == "") { $acx_csma_privacy_policy_desc = "This
1690
  function acx_csma_misc_submit_button_html()
1691
  {
1692
  echo "<span class='acx_csma_q_sep'></span>";?>
1693
- <input type="submit" name="Submit" class="button button-primary" value="<?php _e("Save Settings","coming-soon-maintenance-mode-from-acurax") ;?>" />
1694
  <?php
1695
  echo "<span class='acx_csma_q_sep'></span>";
1696
  }
@@ -1699,8 +1699,8 @@ add_action('acx_csma_misc_hook_option_fields','acx_csma_misc_submit_button_html'
1699
  // refresh
1700
  function acx_csma_install_licence_refresh_callback()
1701
  {
1702
- if (!isset($_POST['acx_csma_install_licence_refresh_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1703
- if (!wp_verify_nonce($_POST['acx_csma_install_licence_refresh_w_c_n'],'acx_csma_install_licence_refresh_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
1704
 
1705
  $key = $licence = $id = "";
1706
  $response_stat = "failed";
@@ -1885,7 +1885,7 @@ function acx_csma_license_refresh_with_forcing($acx_license,$addon_key)
1885
  return $response_stat;
1886
  }
1887
  function acx_csma_load_plugin_textdomain() {
1888
- load_plugin_textdomain( 'coming-soon-maintenance-mode-from-acurax', FALSE, basename( dirname( __FILE__ ) ) . '/lang/' );
1889
  }
1890
  add_action( 'plugins_loaded', 'acx_csma_load_plugin_textdomain' );
1891
  ?>
35
  {
36
  $acx_csma_display_var_arr=array(
37
  'year'=>array(
38
+ 'singular'=>__('Year',ACX_CSMA_WP_SLUG),
39
+ 'plural'=>__('Years',ACX_CSMA_WP_SLUG),
40
+ 'default_singular'=>__('Year',ACX_CSMA_WP_SLUG),
41
+ 'default_plural'=>__('Years',ACX_CSMA_WP_SLUG)
42
  ),
43
  'month'=>array(
44
+ 'singular'=>__('Month',ACX_CSMA_WP_SLUG),
45
+ 'plural'=>__('Months',ACX_CSMA_WP_SLUG),
46
+ 'default_singular'=>__('Month',ACX_CSMA_WP_SLUG),
47
+ 'default_plural'=>__('Months',ACX_CSMA_WP_SLUG)
48
  ),
49
  'week'=>array(
50
+ 'singular'=>__('Week',ACX_CSMA_WP_SLUG),
51
+ 'plural'=>__('Weeks',ACX_CSMA_WP_SLUG),
52
+ 'default_singular'=>__('Week',ACX_CSMA_WP_SLUG),
53
+ 'default_plural'=>__('Weeks',ACX_CSMA_WP_SLUG)
54
  ),
55
  'day'=>array(
56
+ 'singular'=>__('Day',ACX_CSMA_WP_SLUG),
57
+ 'plural'=>__('Days',ACX_CSMA_WP_SLUG),
58
+ 'default_singular'=>__('Day',ACX_CSMA_WP_SLUG),
59
+ 'default_plural'=>__('Days',ACX_CSMA_WP_SLUG)
60
  ),
61
  'hour'=>array(
62
+ 'singular'=>__('Hour',ACX_CSMA_WP_SLUG),
63
+ 'plural'=>__('Hours',ACX_CSMA_WP_SLUG),
64
+ 'default_singular'=>__('Hour',ACX_CSMA_WP_SLUG),
65
+ 'default_plural'=>__('Hours',ACX_CSMA_WP_SLUG)
66
  ),
67
  'minute'=>array(
68
+ 'singular'=>__('Minute',ACX_CSMA_WP_SLUG),
69
+ 'plural'=>__('Minutes',ACX_CSMA_WP_SLUG),
70
+ 'default_singular'=>__('Minute',ACX_CSMA_WP_SLUG),
71
+ 'default_plural'=>__('Minutes',ACX_CSMA_WP_SLUG)
72
  ),
73
  'second'=>array(
74
+ 'singular'=>__('Second',ACX_CSMA_WP_SLUG),
75
+ 'plural'=>__('Seconds',ACX_CSMA_WP_SLUG),
76
+ 'default_singular'=>__('Second',ACX_CSMA_WP_SLUG),
77
+ 'default_plural'=>__('Seconds',ACX_CSMA_WP_SLUG)
78
  ),
79
  'next'=>array(
80
+ 'singular'=>__('Next',ACX_CSMA_WP_SLUG),
81
+ 'default_singular'=>__('Next',ACX_CSMA_WP_SLUG)
82
  )
83
  );
84
  if(!is_serialized($acx_csma_display_var_arr))
146
  $acx_csma_parent_folder = basename(dirname(__FILE__));
147
  $acx_csma_template_array['0'] = array(
148
  'id' => 0,
149
+ 'name' =>__('Custom Html',ACX_CSMA_WP_SLUG),
150
  'index' =>'acx_csma_custom_template',
151
  'description' => '',
152
  'parent' => $acx_csma_parent_folder,
155
  );
156
  $acx_csma_template_array['1'] = array(
157
  'id' => 1,
158
+ 'name' =>__('Template 1',ACX_CSMA_WP_SLUG),
159
  'index' =>'acx_csma_template1',
160
  'description' => '',
161
  'parent' => $acx_csma_parent_folder,
164
  );
165
  $acx_csma_template_array['2'] = array(
166
  'id' => 2,
167
+ 'name' =>__('Template 2',ACX_CSMA_WP_SLUG),
168
  'index' =>'acx_csma_template2',
169
  'description' => '',
170
  'parent' => $acx_csma_parent_folder,
173
  );
174
  $acx_csma_template_array['3'] = array(
175
  'id' => 3,
176
+ 'name' =>__('Template 3',ACX_CSMA_WP_SLUG),
177
  'index' =>'acx_csma_template3',
178
  'description' => '',
179
  'parent' => $acx_csma_parent_folder,
182
  );
183
  $acx_csma_template_array['4'] = array(
184
  'id' => 4,
185
+ 'name' =>__('Template 4',ACX_CSMA_WP_SLUG),
186
  'index' =>'acx_csma_template4',
187
  'description' => '',
188
  'parent' => $acx_csma_parent_folder,
191
  );
192
  $acx_csma_template_array['5'] = array(
193
  'id' => 5,
194
+ 'name' =>__('Template 5',ACX_CSMA_WP_SLUG),
195
  'index' =>'acx_csma_template5',
196
  'description' => '',
197
  'parent' => $acx_csma_parent_folder,
377
  $acx_csma_inside_title3 = $acx_csma_appearence_array['3']['acx_csma_inside_title3'];
378
  if(strcmp($acx_csma_inside_title3,"Estimate Time Before Lunching") === 0 )
379
  {
380
+ $acx_csma_appearence_array['3']['acx_csma_inside_title3'] = __("Estimate Time Before Launching",ACX_CSMA_WP_SLUG);
381
  }
382
  }
383
  acx_csma_update_array_value($acx_csma_appearence_array);
399
  }
400
  if(uploader_title == "")
401
  {
402
+ uploader_title = "<?php _e('Choose Image',ACX_CSMA_WP_SLUG);?>";
403
  }
404
  if(uploader_button == "")
405
  {
406
+ uploader_button = "<?php _e('Select',ACX_CSMA_WP_SLUG);?>";
407
  }
408
  if(hidden_field_id)
409
  {
505
  {
506
  $current_user_acx = $acx_email;
507
  }
508
+ $headers[] = __('From: ',ACX_CSMA_WP_SLUG) . $acx_name . ' <' . $current_user_acx . '>';
509
+ $headers[] = __('Content-Type: text/html; charset=UTF-8',ACX_CSMA_WP_SLUG);
510
+ $message = __('Name: ',ACX_CSMA_WP_SLUG).$acx_name . "\r\n <br>";
511
+ $message = $message . __('Email: ',ACX_CSMA_WP_SLUG).$acx_email . "\r\n <br>";
512
  if($acx_phone != "")
513
  {
514
+ $message = $message . __('Phone:',ACX_CSMA_WP_SLUG).$acx_phone . "\r\n <br>";
515
  }
516
  // In case any of our lines are larger than 70 characters, we should use wordwrap()
517
  $acx_question = wordwrap($acx_question, 70, "\r\n <br>");
518
+ $message = $message . __('Request From: CSMA - Expert Help Request Form',ACX_CSMA_WP_SLUG).' \r\n <br>';
519
+ $message = $message . __('Website: ',ACX_CSMA_WP_SLUG).$acx_weburl . "\r\n <br>";
520
+ $message = $message . __('Question: ',ACX_CSMA_WP_SLUG).$acx_question . "\r\n <br>";
521
  $emailed = wp_mail( 'info@acurax.com', $acx_subject, $message, $headers );
522
  if($emailed)
523
  {
534
  $args = array(
535
  'id' => 'acx_csma_activation_msg',
536
  'parent' => 'top-secondary',
537
+ 'title' => __('Maintenance Mode is Activated',ACX_CSMA_WP_SLUG),
538
  'href' => esc_url(wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings')))
539
  );
540
  if (!current_user_can('manage_options') ) {
549
  }
550
  function acx_csma_subscribe_email()
551
  {
552
+ if (!isset($_POST['acx_csma_subscribe_es'])) die("<br><br>".__('Unknown Error Occurred, Try Again...',ACX_CSMA_WP_SLUG)." <a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
553
+ if (!wp_verify_nonce($_POST['acx_csma_subscribe_es'],'acx_csma_subscribe_es')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
554
  $name = $email = $ip = $timestamp = "";
555
  if(ISSET($_POST['name']))
556
  {
625
  header('Content-Type: text/csv');
626
  header('Content-Disposition: attachment;filename='.$filename);
627
  $fp = fopen('php://output', 'w');
628
+ fputcsv($fp, array(__('Name',ACX_CSMA_WP_SLUG),__('Email',ACX_CSMA_WP_SLUG),__('Date',ACX_CSMA_WP_SLUG)));
629
  foreach ($acx_csma_subscribe_details as $item=> $value) {
630
  if(ISSET($value['ip']))
631
  {
648
  function acx_csma_addon_ua_demo()
649
  {
650
  echo "<div id='acx_csma_addon_demo_ua'><br><hr>
651
+ <img src='".plugins_url('/images/addon_ua_demo.png',__FILE__)."' style='border:0px;width:100%;height:auto;' class='acx_csma_info_lb' lb_title='".__('Private Access URL Feature - Premium Addon Plugin',ACX_CSMA_WP_SLUG)."' lb_content='<p style=\"font-size:13px;\">".__('You may needs to showcase the website to your friends, contacts or clients to get approval, or get suggestions.',ACX_CSMA_WP_SLUG)."<br><br>".__('When website is in under construction mode, they may needs to login or provide you their ip address to grand them access.',ACX_CSMA_WP_SLUG)."<br><br>".__('But using Private Access URL Addon, You will get the option to generate a private URL which you can provide to anyone, and they can access your website, They wont see the under construction page until the url expire.',ACX_CSMA_WP_SLUG)."<br><br>". __('While generating a URL, You can set expiry, It can be Never, So URL is valid until you delete it. Can set expiry as Hours, So URL will be active for specified hours from their first visit.',ACX_CSMA_WP_SLUG)."<br><br>".__('Can also set expiry as page views. Lets say, you generated a URL for 10 Page views, and when someone visit the URL and access 10 pages or visited 10 times.URL will automatically gets expired.',ACX_CSMA_WP_SLUG)."<br><br><a style=\"float: left; color: black; border: 1px solid black; border-radius: 3px; padding: 4px; font-size: 13px; opacity: 0.8;\"href=\"http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=url-access&utm_source=link_1&utm_medium=csma_1&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('View Screenshots/More Details',ACX_CSMA_WP_SLUG)."</a><a href=\"https://clients.acurax.com/order.php?pid=csmauapa&utm_source=link_1&utm_medium=csma_1&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('Order Now',ACX_CSMA_WP_SLUG)."</a></p><p><br></p>'>
652
  </div>";
653
  }
654
  add_action('acx_csma_hook_mainoptions_below_general_settings','acx_csma_addon_ua_demo',50);
681
  {
682
  $acx_theme_addon_demo_array = array();
683
  }
684
+ $acx_csma_lb_title = __('Showcase Products and Services While Your Website Is Under Construction',ACX_CSMA_WP_SLUG);
685
+ $acx_csma_lb_content = "<p style=\"font-size:14px;\">".__('We have prepared 4 special themes ',ACX_CSMA_WP_SLUG)."( <a href=\"https://clients.acurax.com/link.php?id=18\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-A',ACX_CSMA_WP_SLUG)."</a>, <a href=\"https://clients.acurax.com/link.php?id=19\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-B',ACX_CSMA_WP_SLUG)."</a>, <a href=\"https://clients.acurax.com/link.php?id=20\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-C',ACX_CSMA_WP_SLUG)."</a>".__(' and',ACX_CSMA_WP_SLUG)." <a href=\"https://clients.acurax.com/link.php?id=21\" target=\"_blank\" title=\"Preview This Theme\">".__('STP1-D',ACX_CSMA_WP_SLUG)."</a> )". __('as an Addon plugin labeled "Service Theme Pack 1" which you can install just like a normal plugin after purchase. And the additional themes will be available here. These themes are designed and developed with high customizable options.',ACX_CSMA_WP_SLUG)."<br><br>".__('This theme pack have 4 highly customizable themes with Contact/Lead Capture Form,Service/Product Showcase, About us Section etc... Check preview for a live preview.',ACX_CSMA_WP_SLUG)."<br><br><a style=\"float: left; color: black; border: 1px solid black; border-radius: 3px; padding: 4px; font-size: 13px; opacity: 0.8;\"href=\"http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=service-theme-pack-1&utm_source=preview_link&utm_medium=csma&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\">".__('View Screenshots/More Details',ACX_CSMA_WP_SLUG)."</a><a href=\"https://clients.acurax.com/order.php?pid=csmastp1&utm_source=preview_link&utm_medium=csma&utm_campaign=csma\" style=\"float:right;\" target=\"_blank\" class=\"button\">".__('Click Here to Order Now',ACX_CSMA_WP_SLUG)."</a><br></p><p><br></p>";
686
  foreach($acx_theme_addon_demo_array as $key => $value)
687
  {
688
  foreach($value as $k => $v)
689
  {
690
+ echo "<div id='img_holder' class='img_holder_demo'><label for='".$k."'><img src='".$v['image']."' class='acx_csma_info_lb' lb_title='".$acx_csma_lb_title."' lb_content='".$acx_csma_lb_content."'></label><br /><input type='radio' class='acx_csma_info_lb acx_csma_info_lb_demo' name='acx_csma_template_demo' id='".$k."' lb_title='".$acx_csma_lb_title."' lb_content='".$acx_csma_lb_content."' />".$v['name']."<br /><a href='".esc_url($v['preview'])."' target='_blank'>".__('Preview',ACX_CSMA_WP_SLUG)."</a></div>";
691
  }
692
  }
693
  }
767
  }
768
  if(!array_key_exists('acx_csma_subscribe_btn_text2',$acx_csma_appearence_array['2']))
769
  {
770
+ $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_text2'] = __("Submit",ACX_CSMA_WP_SLUG);
771
  }
772
  if(!array_key_exists('acx_csma_custom_html_above_timer',$acx_csma_appearence_array['2']))
773
  {
860
  }
861
  if(!array_key_exists('acx_csma_subscribe_btn_text5',$acx_csma_appearence_array['5']))
862
  {
863
+ $acx_csma_appearence_array['5']['acx_csma_subscribe_btn_text5'] = __("Submit",ACX_CSMA_WP_SLUG);
864
  }
865
  if(!array_key_exists('acx_csma_custom_html_top_sub',$acx_csma_appearence_array['5']))
866
  {
1015
  }
1016
  $display_content.="<hr />";
1017
  ksort($acx_csma_display_var_arr);
1018
+ $display_content.="<table class='wp-list-table widefat fixed striped'><th>".__('Text',ACX_CSMA_WP_SLUG)."</th><th>".__('Variable',ACX_CSMA_WP_SLUG)."</th><th>".__('Action',ACX_CSMA_WP_SLUG)."</th>";
1019
  foreach($acx_csma_display_var_arr as $key => $values)
1020
  {
1021
  $singular = '';
1039
  else{
1040
  $value = $singular;
1041
  }
1042
+ $display_content.="<tr><td>".ucfirst($key)."</td><td>".acx_csma_option_text_after_save_hook_fn($value)."</td><td><span id='acx_disp_edit_link'><a onclick='acx_csma_disp_var_edit(\"$key\",\"$singular\",\"$plural\");' id='acx_csma_disp_var_edit'>&nbsp".__('Edit',ACX_CSMA_WP_SLUG)."</a></span><span id='acx_disp_reset_link' style='margin-left: 23px;'><a onclick='acx_csma_disp_var_reset(\"$key\");' id='acx_csma_disp_var_edit'>&nbsp".__('Reset to Default',ACX_CSMA_WP_SLUG)."</a></span></td></tr>";
1043
  }
1044
  $display_content.="</table>";
1045
  return $display_content;
1086
  var key = jQuery('#acx_csma_edit_key').val();
1087
  if(key == "")
1088
  {
1089
+ alert('<?php _e('Something Went Wrong\nTry Again!!!',ACX_CSMA_WP_SLUG);?>');
1090
  return false;
1091
  }
1092
  var singular=jQuery('#acx_csma_edit_singular').val();
1107
  jQuery('.acx_csma_disp_edit_litbx').hide();
1108
  }
1109
  else{
1110
+ alert('<?php _e('Something Went Wrong\nTry Again!!!',ACX_CSMA_WP_SLUG);?>');
1111
  }
1112
  });
1113
  }
1126
  }
1127
  else
1128
  {
1129
+ alert('<?php _e('Something Went Wrong\nTry Again!!!',ACX_CSMA_WP_SLUG);?>');
1130
  }
1131
  });
1132
  }
1136
 
1137
  function acx_csma_reset_disp_var_callback()
1138
  {
1139
+ if (!isset($_POST['acx_csma_reset_var'])) die("<br><br>__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)<a href = ''>__('Click Here',ACX_CSMA_WP_SLUG)</a>");
1140
+ if (!wp_verify_nonce($_POST['acx_csma_reset_var'],'acx_csma_reset_var')) die("<br><br>__('Unknown Error Occurred, Try Again... ,ACX_CSMA_WP_SLUG)<a href = ''>__('Click Here,ACX_CSMA_WP_SLUG)</a>");
1141
+ if(!current_user_can('manage_options')) die("<br><br>__('Sorry, You have no permission to do this action...',ACX_CSMA_WP_SLUG)</a>");
1142
  $acx_csma_reset_key = '';
1143
  if (isset($_POST['key']))
1144
  {
1173
  add_action( 'wp_ajax_acx_csma_reset_disp_var', 'acx_csma_reset_disp_var_callback' );
1174
  function acx_csma_edit_disp_var_callback()
1175
  {
1176
+ if (!isset($_POST['acx_csma_edit_var'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href = ''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1177
+ if (!wp_verify_nonce($_POST['acx_csma_edit_var'],'acx_csma_edit_var')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href = ''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1178
+ if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...',ACX_CSMA_WP_SLUG)."</a>");
1179
  $acx_csma_edit_key = $acx_csma_edit_singular = $acx_csma_edit_plural = '';
1180
  if (isset($_POST['key']))
1181
  {
1218
  add_action( 'wp_ajax_acx_csma_edit_disp_var', 'acx_csma_edit_disp_var_callback' );
1219
  function acx_csma_open_disp_var_callback()
1220
  {
1221
+ if (!isset($_POST['acx_csma_open_disp_var_e'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href = ''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1222
+ if (!wp_verify_nonce($_POST['acx_csma_open_disp_var_e'],'acx_csma_open_disp_var_e')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href = ''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1223
+ if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...',ACX_CSMA_WP_SLUG)."</a>");
1224
  $response = $acx_csma_key = $acx_csma_singular = $acx_csma_plural = '';
1225
  if (isset($_POST['key']))
1226
  {
1244
  $acx_csma_display_var_arr = array();
1245
  }
1246
  $heading = ucfirst($acx_csma_key);
1247
+ $response .= "<div id='acx_csma_edit_box'><div id='acx_csma_edit_box_inner'><span id='acx_csma_heading'><h3>".__('Edit Text for ',ACX_CSMA_WP_SLUG) .$heading."</h3></span><hr><div id='acx_csma_disp_var_inside_cnt'>";
1248
  if(ISSET($acx_csma_display_var_arr[$acx_csma_key]['default_singular']))
1249
  {
1250
+ $response .= "<div class='acx_csma_input_cvr'><span class='acx_csma_disp_label'>".__('Text for Singular:',ACX_CSMA_WP_SLUG)."</span><span class='acx_csma_disp_input'><input type='text' name='acx_csma_edit_singular' id='acx_csma_edit_singular' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_singular)."'></span></div>";
1251
  }
1252
  if(ISSET($acx_csma_display_var_arr[$acx_csma_key]['default_plural']))
1253
  {
1254
+ $response .= "<div class='acx_csma_input_cvr'><span class='acx_csma_disp_label'>".__('Text for Plural: ',ACX_CSMA_WP_SLUG)."</span><span class='acx_csma_disp_input'><input type='text' name='acx_csma_edit_plural' id='acx_csma_edit_plural' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_plural)."'></span></div>";
1255
  }
1256
+ $response .= "<span class='acx_csma_disp_input'><input type='hidden' name='acx_csma_edit_key' id='acx_csma_edit_key' value='".$acx_csma_key."'></span><span class='acx_csma_disp_btn'><button type='button' class='button' onclick='acx_csma_edit_disp_var();'>".__('Save',ACX_CSMA_WP_SLUG)."</button></span></div></div></div>";
1257
  echo $response;
1258
  die();
1259
  }
1374
  if(!ISSET($acx_csma_display_var_arr['Subscription Name Placeholder']))
1375
  {
1376
  $acx_csma_display_var_arr['Subscription Name Placeholder'] = array(
1377
+ 'singular'=>__('Enter Your Name Here',ACX_CSMA_WP_SLUG),
1378
+ 'default_singular'=>__('Enter Your Name Here',ACX_CSMA_WP_SLUG),
1379
  );
1380
  $change_status = true;
1381
  }
1382
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Placeholder']))
1383
  {
1384
  $acx_csma_display_var_arr['Subscription Email Placeholder'] = array(
1385
+ 'singular'=>__('Enter Your Email Here',ACX_CSMA_WP_SLUG),
1386
+ 'default_singular'=>__('Enter Your Email Here',ACX_CSMA_WP_SLUG),
1387
  );
1388
  $change_status = true;
1389
  }
1390
  if(!ISSET($acx_csma_display_var_arr['Subscription Name Error Message']))
1391
  {
1392
  $acx_csma_display_var_arr['Subscription Name Error Message'] = array(
1393
+ 'singular'=>__('Please Enter Your Name Here',ACX_CSMA_WP_SLUG),
1394
+ 'default_singular'=>__('Please Enter Your Name Here',ACX_CSMA_WP_SLUG),
1395
  );
1396
  $change_status = true;
1397
  }
1398
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Error Message']))
1399
  {
1400
  $acx_csma_display_var_arr['Subscription Email Error Message'] = array(
1401
+ 'singular'=>__('Please Enter Your Email Here',ACX_CSMA_WP_SLUG),
1402
+ 'default_singular'=>__('Please Enter Your Email Here',ACX_CSMA_WP_SLUG),
1403
  );
1404
  $change_status = true;
1405
  }
1406
  if(!ISSET($acx_csma_display_var_arr['Subscription Email Exists Message']))
1407
  {
1408
  $acx_csma_display_var_arr['Subscription Email Exists Message'] = array(
1409
+ 'singular'=>__('Email Already Exists',ACX_CSMA_WP_SLUG),
1410
+ 'default_singular'=>__('Email Already Exists',ACX_CSMA_WP_SLUG),
1411
  );
1412
  $change_status = true;
1413
  }
1462
  /* Acurax Service/Info Settings HTML - Get - Set Default Logic Starts Here */
1463
  function acx_csma_misc_service_info_html()
1464
  {
1465
+ $acx_string = __('Acurax Service/Info Settings',ACX_CSMA_WP_SLUG);
1466
  print_acx_csma_option_block_start($acx_string);
1467
  do_action('acx_csma_misc_service_info');
1468
  echo "<span class='acx_csma_q_sep'></span>";
1471
  function acx_csma_service_info_option()
1472
  {
1473
  global $acx_csma_service_banners;
1474
+ echo "<span class='label' style='width:50%;'>". __('Acurax Service Info ',ACX_CSMA_WP_SLUG)."</span>";?>
1475
  <select name="acx_csma_service_banners" style="width:49%;">
1476
+ <option value="yes"<?php if ($acx_csma_service_banners == "yes") { echo 'selected="selected"'; } ?>><?php _e('Show Acurax Service Banner',ACX_CSMA_WP_SLUG);?></option>
1477
+ <option value="no"<?php if ($acx_csma_service_banners == "no") { echo 'selected="selected"'; } ?>><?php _e('Hide Acurax Service Banner',ACX_CSMA_WP_SLUG); ?></option>
1478
  </select>
1479
  <?php
1480
  echo "<span class='acx_csma_q_sep'></span>";
1506
  function acx_csma_misc_expert_support_option()
1507
  {
1508
  global $acx_csma_hide_expert_support_menu;
1509
+ echo "<span class='label' style='width:50%;'>". __('Expert Support Menu',ACX_CSMA_WP_SLUG)."</span>";?>
1510
  <select name="acx_csma_hide_expert_support_menu" style="width:49%;">
1511
  <option value="yes"<?php if ($acx_csma_hide_expert_support_menu == "yes") { echo 'selected="selected"'; } ?>><?php _e('Hide Expert Support Menu From Acurax');?></option>
1512
  <option value="no"<?php if ($acx_csma_hide_expert_support_menu == "no") { echo 'selected="selected"'; } ?>><?php _e('Show Expert Support Menu From Acurax');?></option>
1542
  function acx_csma_send_header_option()
1543
  {
1544
  global $acx_csma_send_header_option;
1545
+ echo "<span class='label' style='width:50%;'>". __('Send ',ACX_CSMA_WP_SLUG)."<a href='https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4' target='_blank'>". __('503 Header [?]',ACX_CSMA_WP_SLUG)."</a>". __(' On Maintenance Mode?',ACX_CSMA_WP_SLUG)."</span>";?>
1546
  <select name="acx_csma_send_header_option" style="width:49%;">
1547
  <option value="yes"<?php if ($acx_csma_send_header_option == "yes") { echo 'selected="selected"'; } ?>><?php _e('Yes, Send 503 Header');?></option>
1548
  <option value="no"<?php if ($acx_csma_send_header_option == "no") { echo 'selected="selected"'; } ?>><?php _e('No, Dont Send 503 Header');?></option>
1575
  /* Acurax GDPR Settings HTML - Get - Set Default Logic Starts Here */
1576
  function acx_csma_misc_gdpr_html()
1577
  {
1578
+ $acx_string = __('GDPR Settings',ACX_CSMA_WP_SLUG);
1579
  print_acx_csma_option_block_start($acx_string);
1580
  do_action('acx_csma_misc_gdpr_settings');
1581
  echo "<span class='acx_csma_q_sep'></span>";
1584
  function acx_csma_gdpr_info_option()
1585
  {
1586
  $acx_csma_gdpr_consent = '<b>Under Construction / Maintenance Mode From Acurax</b> can help users website to comply with GDPR, a regulation in European Union Law on Data Protection and Privacy. If you want to make <b>Under Construction / Maintenance Mode From Acurax</b> GDPR compliant, you need to include below information on your privacy policy statement.<br><br>We provide this Privacy Policy consent to inform you about our policies and procedures concerning the collection, use and disclosure of the personal information we receive and collect from users. By using Subscription form, we collects your submitted details like name email and your public IP Address, so that we can reach you back.<br><br>We are using/placing cookies at website back-end users for the proper functioning of plugin settings/options at the wp-admin of your website.';
1587
+ echo "<span class='label' style='width:100%;'>". __($acx_csma_gdpr_consent,ACX_CSMA_WP_SLUG)."</span>";
1588
  echo "<span class='acx_csma_q_sep'></span>";
1589
  do_action('acx_csma_misc_gdpr_consent_hook');
1590
  }
1595
  global $acx_csma_form_text,$acx_csma_privacy_policy_title,$acx_csma_privacy_policy_desc,$acx_csma_gdpr_status;
1596
  echo "<span class='label' style='width:100%;'><input type='checkbox' style='width:4%;' name='acx_csma_gdpr_status' id='acx_csma_gdpr_status' value='yes' ";if($acx_csma_gdpr_status == "yes"){echo 'checked';}
1597
  $acx_csma_consent_head = 'Yes, I would Like to Make this Plugin GDPR Compliant.';
1598
+ echo "><span class='check_label_txt'>". __($acx_csma_consent_head,ACX_CSMA_WP_SLUG)."</span></span>";?>
1599
  <?php
1600
  echo "<span class='acx_csma_q_sep'></span>";
1601
  if($acx_csma_gdpr_status == "yes")
1606
  $acx_csma_display_style = "style='display:none;'";
1607
  }
1608
  echo "<div class='csma_gdpr_settings_cvr' ".$acx_csma_display_style.">";
1609
+ echo "<span class='label' style='width:50%;'>". __('What would you like to show as the cookie consent checkbox label on forms',ACX_CSMA_WP_SLUG)."</span>";
1610
  echo "<input type='text' style='width:49%;' name='acx_csma_form_text' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_form_text)."'>";
1611
  echo "<span class='acx_csma_q_sep'></span>";
1612
+ echo "<span class='label' style='width:50%;'>". __('Privacy Policy Heading',ACX_CSMA_WP_SLUG)."</span>";
1613
  echo "<input type='text' style='width:49%;' name='acx_csma_privacy_policy_title' value='".acx_csma_option_text_after_save_hook_fn($acx_csma_privacy_policy_title)."'>";
1614
  echo "<span class='acx_csma_q_sep'></span>";
1615
+ echo "<span class='label' style='width:50%;'>". __('Privacy Policy Content',ACX_CSMA_WP_SLUG)."</span>";
1616
  echo "<span class='acx_csma_q_sep'></span>";
1617
  $acx_csma_privacy_policy_desc = acx_csma_textarea_after_save_hook_function($acx_csma_privacy_policy_desc);
1618
  $acx_csma_settings = array( 'wpautop' => false );
1690
  function acx_csma_misc_submit_button_html()
1691
  {
1692
  echo "<span class='acx_csma_q_sep'></span>";?>
1693
+ <input type="submit" name="Submit" class="button button-primary" value="<?php _e("Save Settings",ACX_CSMA_WP_SLUG) ;?>" />
1694
  <?php
1695
  echo "<span class='acx_csma_q_sep'></span>";
1696
  }
1699
  // refresh
1700
  function acx_csma_install_licence_refresh_callback()
1701
  {
1702
+ if (!isset($_POST['acx_csma_install_licence_refresh_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1703
+ if (!wp_verify_nonce($_POST['acx_csma_install_licence_refresh_w_c_n'],'acx_csma_install_licence_refresh_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
1704
 
1705
  $key = $licence = $id = "";
1706
  $response_stat = "failed";
1885
  return $response_stat;
1886
  }
1887
  function acx_csma_load_plugin_textdomain() {
1888
+ load_plugin_textdomain( ACX_CSMA_WP_SLUG, FALSE, basename( dirname( __FILE__ ) ) . '/lang/' );
1889
  }
1890
  add_action( 'plugins_loaded', 'acx_csma_load_plugin_textdomain' );
1891
  ?>
includes/acx-csma-licence-activation.php CHANGED
@@ -3824,22 +3824,22 @@ function acx_csma_purachase_licence_form()
3824
  ?>
3825
  <div class="acx_csma_purchased_li_cvr">
3826
  <div id="acx_csma_license_table_list" style="width:98%;float:left;">
3827
- <h4><?php _e("Purchased Addons List","coming-soon-maintenance-mode-from-acurax"); ?></h4>
3828
  <table class="wp-list-table widefat fixed striped">
3829
  <tr>
3830
- <th class="manage-column"><?php _e('Plugin Name','coming-soon-maintenance-mode-from-acurax');?></th>
3831
- <th class="manage-column"><?php _e('License Code','coming-soon-maintenance-mode-from-acurax');?></th>
3832
- <th class="manage-column"><?php _e('Version','coming-soon-maintenance-mode-from-acurax');?></th>
3833
- <th class="manage-column"><?php _e('License Status','coming-soon-maintenance-mode-from-acurax');?></th>
3834
- <th class="manage-column"><?php _e('Plugin Status','coming-soon-maintenance-mode-from-acurax');?></th>
3835
- <th class="manage-column"><?php _e('Action','coming-soon-maintenance-mode-from-acurax');?></th>
3836
  </tr>
3837
 
3838
  <?php
3839
  if(empty($acx_csma_p_licence_array))
3840
  {
3841
  ?>
3842
- <tr><td colspan="5"><?php _e('No License found','coming-soon-maintenance-mode-from-acurax');?></td></tr>
3843
  <?php
3844
  }
3845
  foreach($acx_csma_p_licence_array as $key => $value)
@@ -3866,11 +3866,11 @@ function acx_csma_purachase_licence_form()
3866
  $acx_active_plugin_stat = acx_csma_get_active_plugin_status($acx_li_slug);
3867
  if($acx_active_plugin_stat == true)
3868
  {
3869
- $acx_csma_plugin_stat = __('Active','coming-soon-maintenance-mode-from-acurax');
3870
  }
3871
  else
3872
  {
3873
- $acx_csma_plugin_stat = __('Not Active <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'">[Install Now]</a>','coming-soon-maintenance-mode-from-acurax');
3874
  }
3875
  }
3876
  if(function_exists('acx_csma_p_check_license') && !function_exists('acx_check_csmap_offline_license'))
@@ -3883,7 +3883,7 @@ function acx_csma_purachase_licence_form()
3883
  <td><?php echo $version_to_print; ?></td>
3884
  <td><?php echo $acx_license_status; ?></td>
3885
  <td><?php echo $acx_csma_plugin_stat; ?></td>
3886
- <td data-licence="<?php echo $value['licence_code']; ?>" data-key="<?php echo $key;?>"><span class="ax_csma_action_icon acx_csma_lic_refresh <?php echo $acx_refresh_stat; ?>" title="<?php _e("Refresh","coming-soon-maintenance-mode-from-acurax");?>"></span><span class="ax_csma_action_icon acx_csma_lic_del" title="<?php _e("Delete","coming-soon-maintenance-mode-from-acurax");?>"></span></td>
3887
  </tr>
3888
  <?php
3889
  }
@@ -3934,7 +3934,7 @@ if(!function_exists('acx_csma_get_purchased_plugin_details'))
3934
  function acx_csma_license_notice_install_pending() {
3935
  ?>
3936
  <div class="notice notice-info is-dismissible">
3937
- <p><?php _e( 'You have saved license code for one or more addons of Under Construction / Maintenance Mode From Acurax, Please <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'">click here</a> to visit the premium addon installation screen - <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'" class="button button-secondary activate">[Install Addons]</a>', 'coming-soon-maintenance-mode-from-acurax' ); ?></p>
3938
  </div>
3939
  <?php
3940
  }
@@ -3980,12 +3980,12 @@ function acx_csma_licnece_install_required_plugins() {
3980
  'dismissable' => false,
3981
  'dismiss_msg' => '',
3982
  'is_automatic' => true,
3983
- 'message' => '<h4>'.__('Install ','coming-soon-maintenance-mode-from-acurax').$value['addon_name'].'</h4>',
3984
  'strings' => array(
3985
  'notice_can_install_required' => _n_noop(
3986
  'You have entered the licence for the following plugin: %1$s.',
3987
  'You have entered the licence for the following plugin: %1$s.',
3988
- 'coming-soon-maintenance-mode-from-acurax'
3989
  ),
3990
  'install_link' => _n_noop(
3991
  'Click Here To Install',
@@ -4060,7 +4060,7 @@ function acx_csma_show_purchased_licence_html()
4060
  {
4061
  ?>
4062
  <div class="acx_csma_add_p_licen_cvr" style="width:100%;float:left;margin-top:25px;">
4063
- <span class="acx_csma_add_p_licen"><a class="acx_csma_purchas_lic_add button button-primary"><?php _e('CLICK HERE TO ADD LICENCE','coming-soon-maintenance-mode-from-acurax');?></a></span><!-- acx_csma_add_p_licen -->
4064
  </div><!-- acx_csma_add_p_licen_cvr -->
4065
 
4066
  <div class="acx_csma_add_p_licence_light_cvr">
@@ -4069,9 +4069,9 @@ function acx_csma_show_purchased_licence_html()
4069
  <div class="acx_csma_add_p_licence_light_cls"></div><!-- acx_csma_add_p_licence_light_cls -->
4070
  <div class="acx_csma_add_p_licence_light_content">
4071
  <span class="acx_csma_p_li_span">
4072
- <input type="text" id="acx_csma_purchased_licence" placeholder="<?php _e('Enter Your License Code','coming-soon-maintenance-mode-from-acurax');?>" value=""/>
4073
  <span class="acx_csma_pu_li_error"></span>
4074
- <a class="acx_csma_add_p_li_cls button button-primary"><?php _e('SUBMIT','coming-soon-maintenance-mode-from-acurax');?></a>
4075
  </span><!-- acx_csma_p_li_span -->
4076
  </div><!-- acx_csma_add_p_licence_light_content -->
4077
  </div><!-- acx_csma_add_p_licence_li_cn -->
@@ -4093,7 +4093,7 @@ function acx_csma_show_purchased_licence_html()
4093
  var acx_csma_purchased_licence = jQuery("#acx_csma_purchased_licence").val();
4094
  if(acx_csma_purchased_licence == "")
4095
  {
4096
- jQuery(".acx_csma_pu_li_error").html('<?php _e('Invalid License Code','coming-soon-maintenance-mode-from-acurax');?>');
4097
  return false;
4098
  }
4099
 
@@ -4107,7 +4107,7 @@ function acx_csma_show_purchased_licence_html()
4107
  jQuery("#acx_csmap_loading_1").remove();
4108
  if(theResponse == "success")
4109
  {
4110
- alert('<?php _e('Successfully Added !!','coming-soon-maintenance-mode-from-acurax');?>');
4111
  var link = window.location.href;
4112
  if(link !== '')
4113
  {
@@ -4128,7 +4128,7 @@ function acx_csma_show_purchased_licence_html()
4128
 
4129
  jQuery(".acx_csma_lic_del").click(function()
4130
  {
4131
- var acx_confirm = confirm("<?php _e('Are you sure to delete this license?','coming-soon-maintenance-mode-from-acurax')?>");
4132
  if(acx_confirm == true)
4133
  {
4134
  var key_to_del = jQuery(this).parent().attr("data-key");
@@ -4142,7 +4142,7 @@ function acx_csma_show_purchased_licence_html()
4142
  jQuery("#acx_csmap_loading_1").remove();
4143
  if(theResponse == "success")
4144
  {
4145
- alert('<?php _e('Successfully deleted the license !!','coming-soon-maintenance-mode-from-acurax');?>');
4146
  var link = window.location.href;
4147
  if(link !== '')
4148
  {
@@ -4155,7 +4155,7 @@ function acx_csma_show_purchased_licence_html()
4155
  // refresh
4156
  jQuery(".acx_csma_lic_refresh").click(function()
4157
  {
4158
- var acx_confirm = confirm("<?php _e('Are you sure to refresh this license?','coming-soon-maintenance-mode-from-acurax')?>");
4159
  if(acx_confirm == true)
4160
  {
4161
  var key = jQuery(this).parent().attr("data-key");
@@ -4169,7 +4169,7 @@ function acx_csma_show_purchased_licence_html()
4169
  jQuery("#acx_csmap_loading_1").remove();
4170
  if(theResponse == "success")
4171
  {
4172
- alert('<?php _e('Successfully refreshed the license !!','coming-soon-maintenance-mode-from-acurax');?>');
4173
  var link = window.location.href;
4174
  if(link !== '')
4175
  {
@@ -4177,7 +4177,7 @@ function acx_csma_show_purchased_licence_html()
4177
  }
4178
  }
4179
  else{
4180
- alert('<?php _e('Failed to refresh the license !!','coming-soon-maintenance-mode-from-acurax');?>');
4181
  }
4182
  });
4183
  }
@@ -4189,8 +4189,8 @@ add_action("acx_csma_show_purchased_li_table","acx_csma_show_purchased_licence_h
4189
  // delete installed licence
4190
  function acx_csma_install_licence_del_callback()
4191
  {
4192
- if (!isset($_POST['acx_csma_install_licence_del_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
4193
- if (!wp_verify_nonce($_POST['acx_csma_install_licence_del_w_c_n'],'acx_csma_install_licence_del_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
4194
  $key_to_del = $li_to_del = $id_to_del = "";
4195
  $response_stat = "failed";
4196
  if(ISSET($_POST['key_to_del']))
@@ -4271,8 +4271,8 @@ function acx_csma_delete_purchased_li($licence_code)
4271
  // add purchased licence callback
4272
  function acx_csma_purchased_licence_add_callback()
4273
  {
4274
- if (!isset($_POST['acx_csma_purchased_licence_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
4275
- if (!wp_verify_nonce($_POST['acx_csma_purchased_licence_w_c_n'],'acx_csma_purchased_licence_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>".__('Click Here','coming-soon-maintenance-mode-from-acurax')."</a>");
4276
  $acx_csma_purchased_licence = "";
4277
  $retry = true;
4278
  if(ISSET($_POST['acx_csma_purchased_licence']))
@@ -4404,19 +4404,19 @@ function acx_csma_purchased_licence_add_callback()
4404
  }
4405
  else
4406
  {
4407
- echo __("Sorry, Your license validation failed due to ".$response['response_status'].", Please contact support","coming-soon-maintenance-mode-from-acurax");
4408
  }
4409
  }
4410
  }
4411
  else
4412
  {
4413
- echo __("Sorry, Your license code is invalid, Please contact support","coming-soon-maintenance-mode-from-acurax");
4414
 
4415
  }
4416
  }
4417
  else
4418
  {
4419
- echo __("License code is empty","coming-soon-maintenance-mode-from-acurax");
4420
  }
4421
  die();
4422
  }
3824
  ?>
3825
  <div class="acx_csma_purchased_li_cvr">
3826
  <div id="acx_csma_license_table_list" style="width:98%;float:left;">
3827
+ <h4><?php _e("Purchased Addons List",ACX_CSMA_WP_SLUG); ?></h4>
3828
  <table class="wp-list-table widefat fixed striped">
3829
  <tr>
3830
+ <th class="manage-column"><?php _e('Plugin Name',ACX_CSMA_WP_SLUG);?></th>
3831
+ <th class="manage-column"><?php _e('License Code',ACX_CSMA_WP_SLUG);?></th>
3832
+ <th class="manage-column"><?php _e('Version',ACX_CSMA_WP_SLUG);?></th>
3833
+ <th class="manage-column"><?php _e('License Status',ACX_CSMA_WP_SLUG);?></th>
3834
+ <th class="manage-column"><?php _e('Plugin Status',ACX_CSMA_WP_SLUG);?></th>
3835
+ <th class="manage-column"><?php _e('Action',ACX_CSMA_WP_SLUG);?></th>
3836
  </tr>
3837
 
3838
  <?php
3839
  if(empty($acx_csma_p_licence_array))
3840
  {
3841
  ?>
3842
+ <tr><td colspan="5"><?php _e('No License found',ACX_CSMA_WP_SLUG);?></td></tr>
3843
  <?php
3844
  }
3845
  foreach($acx_csma_p_licence_array as $key => $value)
3866
  $acx_active_plugin_stat = acx_csma_get_active_plugin_status($acx_li_slug);
3867
  if($acx_active_plugin_stat == true)
3868
  {
3869
+ $acx_csma_plugin_stat = __('Active',ACX_CSMA_WP_SLUG);
3870
  }
3871
  else
3872
  {
3873
+ $acx_csma_plugin_stat = __('Not Active <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'">[Install Now]</a>',ACX_CSMA_WP_SLUG);
3874
  }
3875
  }
3876
  if(function_exists('acx_csma_p_check_license') && !function_exists('acx_check_csmap_offline_license'))
3883
  <td><?php echo $version_to_print; ?></td>
3884
  <td><?php echo $acx_license_status; ?></td>
3885
  <td><?php echo $acx_csma_plugin_stat; ?></td>
3886
+ <td data-licence="<?php echo $value['licence_code']; ?>" data-key="<?php echo $key;?>"><span class="ax_csma_action_icon acx_csma_lic_refresh <?php echo $acx_refresh_stat; ?>" title="<?php _e("Refresh",ACX_CSMA_WP_SLUG);?>"></span><span class="ax_csma_action_icon acx_csma_lic_del" title="<?php _e("Delete",ACX_CSMA_WP_SLUG);?>"></span></td>
3887
  </tr>
3888
  <?php
3889
  }
3934
  function acx_csma_license_notice_install_pending() {
3935
  ?>
3936
  <div class="notice notice-info is-dismissible">
3937
+ <p><?php _e( 'You have saved license code for one or more addons of Under Construction / Maintenance Mode From Acurax, Please <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'">click here</a> to visit the premium addon installation screen - <a href="'.wp_nonce_url(admin_url("admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Settings-Install-Addons")).'" class="button button-secondary activate">[Install Addons]</a>', ACX_CSMA_WP_SLUG ); ?></p>
3938
  </div>
3939
  <?php
3940
  }
3980
  'dismissable' => false,
3981
  'dismiss_msg' => '',
3982
  'is_automatic' => true,
3983
+ 'message' => '<h4>'.__('Install ',ACX_CSMA_WP_SLUG).$value['addon_name'].'</h4>',
3984
  'strings' => array(
3985
  'notice_can_install_required' => _n_noop(
3986
  'You have entered the licence for the following plugin: %1$s.',
3987
  'You have entered the licence for the following plugin: %1$s.',
3988
+ ACX_CSMA_WP_SLUG
3989
  ),
3990
  'install_link' => _n_noop(
3991
  'Click Here To Install',
4060
  {
4061
  ?>
4062
  <div class="acx_csma_add_p_licen_cvr" style="width:100%;float:left;margin-top:25px;">
4063
+ <span class="acx_csma_add_p_licen"><a class="acx_csma_purchas_lic_add button button-primary"><?php _e('CLICK HERE TO ADD LICENCE',ACX_CSMA_WP_SLUG);?></a></span><!-- acx_csma_add_p_licen -->
4064
  </div><!-- acx_csma_add_p_licen_cvr -->
4065
 
4066
  <div class="acx_csma_add_p_licence_light_cvr">
4069
  <div class="acx_csma_add_p_licence_light_cls"></div><!-- acx_csma_add_p_licence_light_cls -->
4070
  <div class="acx_csma_add_p_licence_light_content">
4071
  <span class="acx_csma_p_li_span">
4072
+ <input type="text" id="acx_csma_purchased_licence" placeholder="<?php _e('Enter Your License Code',ACX_CSMA_WP_SLUG);?>" value=""/>
4073
  <span class="acx_csma_pu_li_error"></span>
4074
+ <a class="acx_csma_add_p_li_cls button button-primary"><?php _e('SUBMIT',ACX_CSMA_WP_SLUG);?></a>
4075
  </span><!-- acx_csma_p_li_span -->
4076
  </div><!-- acx_csma_add_p_licence_light_content -->
4077
  </div><!-- acx_csma_add_p_licence_li_cn -->
4093
  var acx_csma_purchased_licence = jQuery("#acx_csma_purchased_licence").val();
4094
  if(acx_csma_purchased_licence == "")
4095
  {
4096
+ jQuery(".acx_csma_pu_li_error").html('<?php _e('Invalid License Code',ACX_CSMA_WP_SLUG);?>');
4097
  return false;
4098
  }
4099
 
4107
  jQuery("#acx_csmap_loading_1").remove();
4108
  if(theResponse == "success")
4109
  {
4110
+ alert('<?php _e('Successfully Added !!',ACX_CSMA_WP_SLUG);?>');
4111
  var link = window.location.href;
4112
  if(link !== '')
4113
  {
4128
 
4129
  jQuery(".acx_csma_lic_del").click(function()
4130
  {
4131
+ var acx_confirm = confirm("<?php _e('Are you sure to delete this license?',ACX_CSMA_WP_SLUG)?>");
4132
  if(acx_confirm == true)
4133
  {
4134
  var key_to_del = jQuery(this).parent().attr("data-key");
4142
  jQuery("#acx_csmap_loading_1").remove();
4143
  if(theResponse == "success")
4144
  {
4145
+ alert('<?php _e('Successfully deleted the license !!',ACX_CSMA_WP_SLUG);?>');
4146
  var link = window.location.href;
4147
  if(link !== '')
4148
  {
4155
  // refresh
4156
  jQuery(".acx_csma_lic_refresh").click(function()
4157
  {
4158
+ var acx_confirm = confirm("<?php _e('Are you sure to refresh this license?',ACX_CSMA_WP_SLUG)?>");
4159
  if(acx_confirm == true)
4160
  {
4161
  var key = jQuery(this).parent().attr("data-key");
4169
  jQuery("#acx_csmap_loading_1").remove();
4170
  if(theResponse == "success")
4171
  {
4172
+ alert('<?php _e('Successfully refreshed the license !!',ACX_CSMA_WP_SLUG);?>');
4173
  var link = window.location.href;
4174
  if(link !== '')
4175
  {
4177
  }
4178
  }
4179
  else{
4180
+ alert('<?php _e('Failed to refresh the license !!',ACX_CSMA_WP_SLUG);?>');
4181
  }
4182
  });
4183
  }
4189
  // delete installed licence
4190
  function acx_csma_install_licence_del_callback()
4191
  {
4192
+ if (!isset($_POST['acx_csma_install_licence_del_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
4193
+ if (!wp_verify_nonce($_POST['acx_csma_install_licence_del_w_c_n'],'acx_csma_install_licence_del_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
4194
  $key_to_del = $li_to_del = $id_to_del = "";
4195
  $response_stat = "failed";
4196
  if(ISSET($_POST['key_to_del']))
4271
  // add purchased licence callback
4272
  function acx_csma_purchased_licence_add_callback()
4273
  {
4274
+ if (!isset($_POST['acx_csma_purchased_licence_w_c_n'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
4275
+ if (!wp_verify_nonce($_POST['acx_csma_purchased_licence_w_c_n'],'acx_csma_purchased_licence_w_c_n')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>".__('Click Here',ACX_CSMA_WP_SLUG)."</a>");
4276
  $acx_csma_purchased_licence = "";
4277
  $retry = true;
4278
  if(ISSET($_POST['acx_csma_purchased_licence']))
4404
  }
4405
  else
4406
  {
4407
+ echo __("Sorry, Your license validation failed due to ".$response['response_status'].", Please contact support",ACX_CSMA_WP_SLUG);
4408
  }
4409
  }
4410
  }
4411
  else
4412
  {
4413
+ echo __("Sorry, Your license code is invalid, Please contact support",ACX_CSMA_WP_SLUG);
4414
 
4415
  }
4416
  }
4417
  else
4418
  {
4419
+ echo __("License code is empty",ACX_CSMA_WP_SLUG);
4420
  }
4421
  die();
4422
  }
includes/acx_csma_addons.php CHANGED
@@ -1,28 +1,28 @@
1
  <?php
2
  $csma_addons_intro = array();
3
  $csma_addons_intro[] = array(
4
- 'name' => __('URL Access Addon','coming-soon-maintenance-mode-from-acurax'),
5
  'img' => plugins_url('/images/addon_private_url.jpg',dirname(__FILE__)),
6
- 'desc' => __('Allows you to generate private urls which you can provide to your clients or contacts, So they can view your website even if under maintenance is active. You can define the URL expiry while generating the URL','coming-soon-maintenance-mode-from-acurax'),
7
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=url-access&utm_source=csma&utm_campaign=addon-page',
8
- 'button' => __('View Details','coming-soon-maintenance-mode-from-acurax')
9
  );
10
  $csma_addons_intro[] = array(
11
- 'name' => __('Service Theme Pack 1','coming-soon-maintenance-mode-from-acurax'),
12
  'img' => plugins_url('/images/addon_stp_1.gif',dirname(__FILE__)),
13
- 'desc' => __('Its a theme pack, consisting of 4 entirely differant premium under maintenance themes which you can use when your website is under construction mode. It acts like your website, You can list your services, add contact form etc...','coming-soon-maintenance-mode-from-acurax'),
14
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=service-theme-pack-1&utm_source=csma&utm_campaign=addon-page',
15
- 'button' => __('View Demo and More','coming-soon-maintenance-mode-from-acurax')
16
  );
17
  $csma_addons_intro[] = array(
18
- 'name' => __('Page Policy Manager','coming-soon-maintenance-mode-from-acurax'),
19
  'img' => plugins_url('/images/addon_ppm.png',dirname(__FILE__)),
20
- 'desc' => __('Page Policy Manager is a simple and easy addon which helps you to Include/Exclude Pages/Posts from showing Under Construction/Maintenance Pages. Choose a list of Pages/Posts & set the condition as Show/Not to Show Maintenance Mode for the Selected Pages','coming-soon-maintenance-mode-from-acurax'),
21
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=page-policy-manager&utm_source=csma&utm_campaign=addon-page',
22
- 'button' => __('Screenshots and More','coming-soon-maintenance-mode-from-acurax')
23
  );
24
  ?>
25
- <h2><?php _e("Coming Soon/Maintenance - Available Addons","coming-soon-maintenance-mode-from-acurax"); ?></h2>
26
  <div id="csma_addons_intro_holder">
27
  <?php
28
  foreach($csma_addons_intro as $key => $value)
1
  <?php
2
  $csma_addons_intro = array();
3
  $csma_addons_intro[] = array(
4
+ 'name' => __('URL Access Addon',ACX_CSMA_WP_SLUG),
5
  'img' => plugins_url('/images/addon_private_url.jpg',dirname(__FILE__)),
6
+ 'desc' => __('Allows you to generate private urls which you can provide to your clients or contacts, So they can view your website even if under maintenance is active. You can define the URL expiry while generating the URL',ACX_CSMA_WP_SLUG),
7
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=url-access&utm_source=csma&utm_campaign=addon-page',
8
+ 'button' => __('View Details',ACX_CSMA_WP_SLUG)
9
  );
10
  $csma_addons_intro[] = array(
11
+ 'name' => __('Service Theme Pack 1',ACX_CSMA_WP_SLUG),
12
  'img' => plugins_url('/images/addon_stp_1.gif',dirname(__FILE__)),
13
+ 'desc' => __('Its a theme pack, consisting of 4 entirely differant premium under maintenance themes which you can use when your website is under construction mode. It acts like your website, You can list your services, add contact form etc...',ACX_CSMA_WP_SLUG),
14
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=service-theme-pack-1&utm_source=csma&utm_campaign=addon-page',
15
+ 'button' => __('View Demo and More',ACX_CSMA_WP_SLUG)
16
  );
17
  $csma_addons_intro[] = array(
18
+ 'name' => __('Page Policy Manager',ACX_CSMA_WP_SLUG),
19
  'img' => plugins_url('/images/addon_ppm.png',dirname(__FILE__)),
20
+ 'desc' => __('Page Policy Manager is a simple and easy addon which helps you to Include/Exclude Pages/Posts from showing Under Construction/Maintenance Pages. Choose a list of Pages/Posts & set the condition as Show/Not to Show Maintenance Mode for the Selected Pages',ACX_CSMA_WP_SLUG),
21
  'url' => 'http://www.acurax.com/products/under-construction-maintenance-mode-wordpress-plugin/?feature=page-policy-manager&utm_source=csma&utm_campaign=addon-page',
22
+ 'button' => __('Screenshots and More',ACX_CSMA_WP_SLUG)
23
  );
24
  ?>
25
+ <h2><?php _e("Coming Soon/Maintenance - Available Addons",ACX_CSMA_WP_SLUG); ?></h2>
26
  <div id="csma_addons_intro_holder">
27
  <?php
28
  foreach($csma_addons_intro as $key => $value)
includes/acx_csma_admin.php CHANGED
@@ -33,20 +33,17 @@ if(!acx_csma_temp_cookie)
33
  acx_csma_hook_function('acx_csma_hook_bove_if_post');
34
  global $acx_csmap_qa_id;
35
  $acx_csmap_qa_id = 0;
36
-
37
  if(ISSET($_POST['acx_csma_hidden']))
38
  {
39
  $acx_csma_hidden = $_POST['acx_csma_hidden'];
40
  }
41
- else
42
- {
43
- $acx_csma_hidden = "";
44
- }
45
  if($acx_csma_hidden == 'Y')
46
  {
47
- if (!isset($_POST['acx_csma_save_config'])) die("<br><br>".__("Unknown Error Occurred, Try Again... ","coming-soon-maintenance-mode-from-acurax")."<a href=''>".__("Click Here","coming-soon-maintenance-mode-from-acurax")."</a>");
48
- if (!wp_verify_nonce($_POST['acx_csma_save_config'],'acx_csma_save_config')) die("<br><br>".__("Unknown Error Occurred, Try Again... ","coming-soon-maintenance-mode-from-acurax")."<a href=''>".__("Click Here","coming-soon-maintenance-mode-from-acurax")."</a>");
49
- if(!current_user_can('manage_options')) die("<br><br>".__("Sorry, You have no permission to do this action...","coming-soon-maintenance-mode-from-acurax")."</a>");
50
  //Form data sent
51
  acx_csma_hook_function('acx_csma_hook_mainoptions_inside_if_submit');
52
  $acx_csma_activation_status =$_POST['acx_csma_activate'];
@@ -67,14 +64,12 @@ if($acx_csma_hidden == 'Y')
67
  update_option('acx_csma_date_time',$timestamp);
68
  $acx_csma_ga_trakng_code=$_POST['acx_csma_ga_trakng_code'];
69
  update_option('acx_csma_ga_trakng_code',$acx_csma_ga_trakng_code);
70
-
71
  if(ISSET($_POST['acx_csma_ip_list']))
72
  {
73
  $acx_csma_ip_list = $_POST['acx_csma_ip_list'];
74
  }
75
- else{
76
- $acx_csma_ip_list=array();
77
- }
78
  if(!is_serialized($acx_csma_ip_list))
79
  {
80
  $acx_csma_ip_list = serialize($acx_csma_ip_list);
@@ -983,7 +978,7 @@ if($acx_csma_hidden == 'Y')
983
  acx_csma_update_array_value($acx_csma_appearence_array);
984
  }
985
  ?>
986
- <div class="updated"><p><strong><?php _e('Coming Soon/Maintenance From Acurax Settings Saved!.','coming-soon-maintenance-mode-from-acurax'); ?></strong></p></div>
987
  <script type="text/javascript">
988
  setTimeout(function(){
989
  jQuery('.updated').fadeOut('slow');
@@ -1000,7 +995,7 @@ else
1000
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
1001
  if($acx_csma_meta_title =="")
1002
  {
1003
- $acx_csma_meta_title =__("Under Construction","coming-soon-maintenance-mode-from-acurax");
1004
  update_option('acx_csma_meta_title',$acx_csma_meta_title);
1005
  }
1006
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
@@ -1075,7 +1070,7 @@ else
1075
  }
1076
  if(get_option('acx_csma_custom_html_val')=="")
1077
  {
1078
- $acx_csma_custom_html_val = "<html><head><title>".__('Page Under Maintenance','coming-soon-maintenance-mode-from-acurax')."</title></head><body>".__('Sorry, This page is under maintenance.','coming-soon-maintenance-mode-from-acurax')."</body></html>";
1079
  $acx_csma_custom_html_val = trim($acx_csma_custom_html_val);
1080
 
1081
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
@@ -1106,15 +1101,15 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1106
  <div class="wrap">
1107
  <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
1108
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_above_title'); ?>
1109
- <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Acurax Coming Soon / Maintenance Options','coming-soon-maintenance-mode-from-acurax' ) . "</h2>"; ?>
1110
  <form name="acx_csma_form" id="acx_csma_form" method="post" action="<?php echo esc_url(str_replace( '%7E', '~',$_SERVER['REQUEST_URI'])); ?>"><hr/>
1111
  <table>
1112
  <tr>
1113
  <td><input type="hidden" name="acx_csma_hidden" value="Y"/></td>
1114
  </tr>
1115
  <tr>
1116
- <td><a id="acx_csma_tab_1" class="acx_csma_tab" onclick="javascript:acx_csma_show_div(1);"><?php _e('General Settings','coming-soon-maintenance-mode-from-acurax'); ?></a></td>
1117
- <td><a id="acx_csma_tab_2" class="acx_csma_tab" onclick="javascript:acx_csma_show_div(2);"><?php _e('Appearance Settings','coming-soon-maintenance-mode-from-acurax'); ?></a></td>
1118
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_add_settings'); ?>
1119
  </tr>
1120
  </table><hr/>
@@ -1123,16 +1118,16 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1123
  <tr>
1124
  <?php $acx_csma_activation_status=get_option('acx_csma_activation_status');
1125
  ?>
1126
- <td><?php _e('Status:', 'coming-soon-maintenance-mode-from-acurax'); ?></td>
1127
- <td><input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="1" <?php if($acx_csma_activation_status=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('Activate', 'coming-soon-maintenance-mode-from-acurax'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="0"<?php if($acx_csma_activation_status =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('Deactivate', 'coming-soon-maintenance-mode-from-acurax'); ?></td></tr>
1128
- <tr><td><p><?php _e("Page Meta Title: ","coming-soon-maintenance-mode-from-acurax" ); ?></p></td>
1129
  <td><input type="text" name="acx_csma_meta_title" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_title'))); ?>" size="20"/></td>
1130
  </tr>
1131
- <tr><td><p><?php _e("Page Meta Description: ","coming-soon-maintenance-mode-from-acurax" ); ?></p></td>
1132
  <td><input type="text" name="acx_csma_meta_description" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_description'))); ?>" size="20"/></td></tr>
1133
- <tr><td><p><?php _e("Page Meta Keywords: ","coming-soon-maintenance-mode-from-acurax" ); ?></p></td>
1134
  <td><input type="text" name="acx_csma_meta_keywords" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_keywords'))); ?>" size="20"/></td></tr>
1135
- <tr><td><?php _e("Upload Favicon: ","coming-soon-maintenance-mode-from-acurax" ); ?></td>
1136
  <td>
1137
  <?php
1138
  $favicon_attach_id = get_option('acx_csma_favicon');
@@ -1146,31 +1141,31 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1146
  <img id="acx_csma_favicon" src="<?php echo $url; ?>" style="width:20px;height:auto;">
1147
  <input type="hidden" id="acx_csma_favicon_field" name="acx_csma_favicon_field" value="<?php echo $favicon_attach_id; ?>" size="20">
1148
 
1149
- <a id="acx_csma_favicon_button" class="button"><?php _e("Pick a Favicon","coming-soon-maintenance-mode-from-acurax" ); ?></a>&nbsp;&nbsp;&nbsp;&nbsp;
1150
- <span><?php _e("Recommended size 16 X 16 ","coming-soon-maintenance-mode-from-acurax" ); ?> </span>
1151
  </td>
1152
  </tr>
1153
- <tr><td><?php _e("Expected Date and Time to end Maintenance mode: ","coming-soon-maintenance-mode-from-acurax" ); $format = "Y/m/d H:i"; ?></td>
1154
  <td>
1155
  <?php
1156
  $timestamp1=get_option('acx_csma_date_time');
1157
  ?>
1158
- <input type="text" value="<?php print date_i18n($format, $timestamp1); ?>" id="datetimepicker" name="acx_csma_date_time"/>&nbsp;&nbsp; <?php _e("Current Wordpress Time:","coming-soon-maintenance-mode-from-acurax" );?>
1159
  <?php print date_i18n($format, current_time('timestamp')); ?><br><br></td></tr>
1160
  <tr>
1161
- <td><?php _e("Would you like to end the maintenance mode automatically on the above specified time?: " ,"coming-soon-maintenance-mode-from-acurax" ); ?></td>
1162
  <?php $acx_csma_auto_launch=get_option('acx_csma_auto_launch');
1163
  ?>
1164
- <td><input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="1" <?php if($acx_csma_auto_launch=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('YES', 'coming-soon-maintenance-mode-from-acurax'); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="0"<?php if($acx_csma_auto_launch =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('NO', 'coming-soon-maintenance-mode-from-acurax'); ?></td></tr>
1165
  <tr>
1166
  <td><?php _e("Google Analytics Tracking Code: " ); ?></td>
1167
- <td><textarea id="acx_csma_ga_trakng_code" name="acx_csma_ga_trakng_code" placeholder="<?php _e("Google Analytics Tracking Code Here","coming-soon-maintenance-mode-from-acurax");?>"><?php echo stripslashes($acx_csma_ga_trakng_code); ?></textarea></td>
1168
  </tr>
1169
  </table>
1170
  <hr />
1171
  <table>
1172
- <tr><td><b><?php echo "<h4>" . __( 'Access Settings', 'coming-soon-maintenance-mode-from-acurax' ) . "</h4>"; ?></b></td></tr>
1173
- <tr><td><?php _e("Do not show maintenance page for the following IPs:","coming-soon-maintenance-mode-from-acurax"); ?></td></tr>
1174
  <tr>
1175
  <td><p><?php $acx_csma_ip_list=get_option('acx_csma_ip_list');
1176
  if(is_serialized($acx_csma_ip_list))
@@ -1189,13 +1184,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1189
  </select><br/><br/>
1190
  <?php $acx_csma_real_ip = acx_csma_getrealip(); ?>
1191
  <input type="text" name="acx_csma_txt_ip" id="acx_csma_txt_ip" value="<?php echo $acx_csma_real_ip; ?>"/>
1192
- <input type="button" name="acx_csma_add_list" id="acx_csma_add_list" class="button" value="<?php _e("Add","coming-soon-maintenance-mode-from-acurax"); ?>" onclick="acx_csma_addNewItem(acx_csma_ip_list1,acx_csma_txt_ip);"/>
1193
- <input type="button" name="acx_csma_del_list" id="acx_csma_del_list" class="button" value="<?php _e("Delete","coming-soon-maintenance-mode-from-acurax"); ?>" onClick="acx_csma_removeItem(acx_csma_ip_list1);"/></p>
1194
  </td></tr>
1195
  </table>
1196
 
1197
  <table>
1198
- <tr><td><?php _e("Do not show maintenance page for the following Roles:","coming-soon-maintenance-mode-from-acurax"); ?></td></tr>
1199
  <?php
1200
  $acx_csma_restrict_role=get_option('acx_csma_restrict_role');
1201
  if($acx_csma_restrict_role =="")
@@ -1228,7 +1223,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1228
 
1229
  ?>
1230
  <div id="acx_csma_tab_block_2" class="acx_csma_tab_block acx_csma_appearence" style="display:none;">
1231
- <h3><?php _e("Choose Your Template","coming-soon-maintenance-mode-from-acurax"); ?></h3>
1232
  <div id="main">
1233
  <?php $acx_csma_template = get_option('acx_csma_template');
1234
  $acx_csma_base_template = get_option('acx_csma_base_template');
@@ -1250,7 +1245,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1250
  ?>
1251
  <div id="img_holder">
1252
  <label for="<?php echo $value['index']; ?>">
1253
- <img src="<?php echo $value['thumb'].'images/template'.$value['id'].'.png'; ?>"></label><br /><input type="radio" name="acx_csma_template" id="<?php echo $value['index']; ?>" value="<?php echo $value['id']; ?>" <?php if ($acx_csma_template==$value['id']) {echo "checked=checked";} ?> onclick="acx_csma_rdbtn_show_div(<?php echo $value['id']; ?>);"/><?php echo $value['name']." &nbsp;&nbsp;&nbsp;"; ?><a href="<?php echo esc_url($value['path']."?acx_csma_preview=".$value['id']); ?>" target="_blank"><?php _e("Preview","coming-soon-maintenance-mode-from-acurax"); ?></a>
1254
  </div>
1255
  <?php
1256
  }
@@ -1262,7 +1257,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1262
  ?>
1263
  <div id="img_holder">
1264
  <label for="<?php echo $value['index']; ?>">
1265
- <img src="<?php echo $value['thumb'].'images/template'.$value['id'].'.png'; ?>"></label><br /><input type="radio" name="acx_csma_template" id="<?php echo $value['index']; ?>" value="<?php echo $value['id']; ?>" <?php if ($acx_csma_template==$value['id']) {echo "checked=checked";}?> onclick="acx_csma_rdbtn_show_div(<?php echo $value['id']; ?>);"/><?php echo $value['name']." &nbsp;&nbsp;&nbsp;"; ?><a href="<?php echo esc_url($value['path']."?acx_csma_preview=".$value['id']); ?>" target="_blank"><?php _e("Preview","coming-soon-maintenance-mode-from-acurax"); ?></a>
1266
  </div>
1267
  <?php
1268
  }
@@ -1283,12 +1278,12 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1283
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1284
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1285
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1286
- <?php _e("Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1287
  </span>
1288
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1289
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1290
  <div class="acx_csmap_q_and_a_inside">
1291
- <label><?php _e("Background Image:","coming-soon-maintenance-mode-from-acurax"); ?></label>
1292
  <div class="acx_qa_field">
1293
  <?php
1294
  $acx_csma_background_image1_id = $acx_csma_appearence_array['1']['acx_csma_background_image1'];
@@ -1303,8 +1298,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1303
  <img id="custom_uploader_template_1_img_field_preview" src="<?php echo $bg_image1_url; ?>" style="width:100px;height:auto;">
1304
  <input type="hidden" id="custom_uploader_template_1_img_field" name="acx_csma_background_image1" value="<?php echo $acx_csma_background_image1_id; ?>" size="20">
1305
  <br>
1306
- <a id="acx_upload_button_img1" class="button"><?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax"); ?></a>
1307
- <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_1_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/body_bg.jpg'; ?>','custom_uploader_template_1_img_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
1308
  </div> <!-- acx_qa_field -->
1309
  </div> <!-- acx_csmap_q_and_a_inside -->
1310
  </div> <!-- acx_csmap_q_and_a -->
@@ -1314,7 +1309,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1314
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1315
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1316
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1317
- <?php _e("Logo Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1318
  </span>
1319
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1320
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1323,8 +1318,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1323
  <table cellspacing="10">
1324
  <tr><td>
1325
 
1326
- <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_image1" value="image" onclick="acx_csma_rdbtn_show_logo('image','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['1']['acx_csma_logo_choice']==''){echo "checked='checked'";}} else{ echo "checked='checked'";} ?>/><p><?php _e("Logo Image","coming-soon-maintenance-mode-from-acurax"); ?></p></td><td>
1327
- <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_text1" value="text" onclick="acx_csma_rdbtn_show_logo('text','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><p><?php _e("Logo Text","coming-soon-maintenance-mode-from-acurax"); ?></p></td></tr>
1328
  </table>
1329
  </div><!--acx_csma_logo_main -->
1330
  <div id="acx_show_logo_image_1" class="acx_csma_logo_block acx_csma_logo_block_1">
@@ -1338,17 +1333,17 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1338
  }
1339
  ?>
1340
  <label>
1341
- <?php _e("Logo Image:","coming-soon-maintenance-mode-from-acurax"); ?> <span id="acx_csma_span">(<?php _e("Recommended size 231x67","coming-soon-maintenance-mode-from-acurax"); ?>)</span>
1342
  </label>
1343
  <div class="acx_qa_field">
1344
  <img id="custom_uploader_template_1_logo_field_preview" src="<?php echo $logo1_url; ?>" style="width:100px;height:auto;">
1345
- <input type="hidden" id="custom_uploader_template_1_logo_field" name="acx_csma_logo1" value="<?php echo $acx_csma_logo1_id; ?>" size="20"><br><a id="acx_upload_button_logo1" class="button"><?php _e("Pick a Logo","coming-soon-maintenance-mode-from-acurax"); ?></a>
1346
- <a id="acx_upload_button_reset_logo1" onclick="acx_csma_restore_default('custom_uploader_template_1_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/logo.png'; ?>','custom_uploader_template_1_logo_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
1347
  </div> <!-- acx_qa_field -->
1348
  </div> <!-- acx_show_logo_image-->
1349
  <div id="acx_show_logo_text_1" class="acx_csma_logo_block acx_csma_logo_block_1">
1350
  <label>
1351
- <?php _e("Logo Text:","coming-soon-maintenance-mode-from-acurax"); ?>
1352
  </label>
1353
  <div class="acx_qa_field">
1354
  <?php if(is_array($acx_csma_appearence_array['1']) && array_key_exists('acx_csma_logo_text1',$acx_csma_appearence_array['1'])){$acx_csma_logo_text1=$acx_csma_appearence_array['1']['acx_csma_logo_text1'];
@@ -1358,10 +1353,10 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1358
  }}else{
1359
  $acx_csma_logo_text1=get_bloginfo('name');
1360
  }?>
1361
- <input type="text" name="acx_csma_logo_text1" placeholder="<?php _e("Logo Text Here","coming-soon-maintenance-mode-from-acurax"); ?>" value="<?php echo $acx_csma_logo_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text1); ?>" size="20"/>
1362
  </div> <!-- acx_qa_field -->
1363
  <label>
1364
- <?php _e("Logo Text Color:","coming-soon-maintenance-mode-from-acurax"); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1365
  </label>
1366
  <div class="acx_qa_field">
1367
  <?php if(is_array($acx_csma_appearence_array['1']) && array_key_exists('acx_csma_logo_text_color1',$acx_csma_appearence_array['1'])){$acx_csma_logo_text_color1=$acx_csma_appearence_array['1']['acx_csma_logo_text_color1'];
@@ -1381,33 +1376,33 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1381
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1382
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1383
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1384
- <?php _e("Configure Heading Under Logo ","coming-soon-maintenance-mode-from-acurax"); ?></span>
1385
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1386
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1387
  <div class="acx_csmap_q_and_a_inside">
1388
  <label>
1389
- <?php _e("Title Text: ","coming-soon-maintenance-mode-from-acurax"); ?>
1390
  </label>
1391
  <div class="acx_qa_field">
1392
  <?php $acx_csma_title1 = $acx_csma_appearence_array['1']['acx_csma_title1']; ?>
1393
  <input type="text" name="acx_csma_title1" id="acx_csma_title1" value="<?php echo $acx_csma_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_title1); ?>" size="20"/>
1394
  </div> <!-- acx_qa_field -->
1395
  <label>
1396
- <?php _e("Title Color: ","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1397
  </label>
1398
  <div class="acx_qa_field">
1399
  <input type="text" name="acx_csma_title_color1" id="acx_csma_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_title_color1']; ?>" size="20" />
1400
  <div style="position: absolute;" id="acx_csma_title_color1_div"></div>
1401
  </div> <!-- acx_qa_field -->
1402
  <label>
1403
- <?php _e("Subtitle Text:","coming-soon-maintenance-mode-from-acurax"); ?>
1404
  </label>
1405
  <div class="acx_qa_field">
1406
  <?php $acx_csma_subtitle_text1 = $acx_csma_appearence_array['1']['acx_csma_subtitle_text1']; ?>
1407
  <input type="text" name="acx_csma_subtitle_text1" id="acx_csma_subtitle_text1" value="<?php echo $acx_csma_subtitle_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text1); ?>" size="20"/>
1408
  </div> <!-- acx_qa_field -->
1409
  <label>
1410
- <?php _e("Subtitle Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fffaa9','acx_csma_subtitle_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1411
  </label>
1412
  <div class="acx_qa_field">
1413
  <input type="text" name="acx_csma_subtitle_color1" id="acx_csma_subtitle_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subtitle_color1']; ?>" size="20"/>
@@ -1422,54 +1417,54 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1422
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1423
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1424
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1425
- <?php _e("Countdown Timer Heading & Custom HTML Settings ","coming-soon-maintenance-mode-from-acurax"); ?></span>
1426
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1427
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1428
  <div class="acx_csmap_q_and_a_inside">
1429
 
1430
  <label>
1431
- <?php _e("Custom HTML Block Above Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
1432
  </label>
1433
  <div class="acx_qa_field">
1434
  <?php $acx_csma_custom_html_top_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1']; ?>
1435
- <textarea id="acx_csma_custom_html_top_temp1" name="acx_csma_custom_html_top_temp1" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $temp_html1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp1); ?></textarea>
1436
  </div><!-- acx_qa_field -->
1437
  <div class="f_w"></div>
1438
  <label>
1439
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_inside_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1440
  </label>
1441
  <div class="acx_qa_field">
1442
  <input type="text" name="acx_csma_inside_bg_color1" id="acx_csma_inside_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_inside_bg_color1']; ?>" size="20"/>
1443
  <div style="position: absolute;" id="acx_csma_inside_bg_color1_div"></div>
1444
  </div> <!-- acx_qa_field -->
1445
  <label>
1446
- <?php _e("Title:","coming-soon-maintenance-mode-from-acurax"); ?>
1447
  </label>
1448
  <div class="acx_qa_field">
1449
  <?php $acx_csma_inside_title1 = $acx_csma_appearence_array['1']['acx_csma_inside_title1']; ?>
1450
  <input type="text" name="acx_csma_inside_title1" value="<?php echo $acx_csma_inside_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_inside_title1); ?>" size="20"/>
1451
  </div> <!-- acx_qa_field -->
1452
  <label>
1453
- <?php _e("Custom HTML Block below the tittle","coming-soon-maintenance-mode-from-acurax"); ?>
1454
  </label>
1455
  <div class="acx_qa_field">
1456
  <?php $acx_csma_custom_html_top_temp1_title = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1_title']; ?>
1457
- <textarea id="acx_csma_custom_html_top_temp1_title" name="acx_csma_custom_html_top_temp1_title" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_temp1_title = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp1_title); ?></textarea>
1458
  </div><!-- acx_qa_field -->
1459
  <div class="f_w"></div>
1460
  <label>
1461
- <?php _e("Title Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1462
  </label>
1463
  <div class="acx_qa_field">
1464
  <input type="text" name="acx_csma_inside_title_color1" id="acx_csma_inside_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_inside_title_color1']; ?>" size="20"/>
1465
  <div style="position: absolute;" id="acx_csma_inside_title_color1_div"></div>
1466
  </div> <!-- acx_qa_field -->
1467
  <label>
1468
- <?php _e("Custom HTML Block Below Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
1469
  </label>
1470
  <div class="acx_qa_field">
1471
  <?php $acx_csma_custom_html_bottom_temp1 =$acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1']; ?>
1472
- <textarea id="acx_csma_custom_html_bottom_temp1" name="acx_csma_custom_html_bottom_temp1" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_temp1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp1); ?></textarea>
1473
 
1474
  </div><!-- acx_qa_field -->
1475
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -1482,43 +1477,43 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1482
 
1483
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1484
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1485
- <?php _e("Countdown Timer Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1486
  </span>
1487
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1488
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1489
  <div class="acx_csmap_q_and_a_inside">
1490
  <label>
1491
- <?php _e("Would you like to show Timer?","coming-soon-maintenance-mode-from-acurax"); ?>
1492
  </label>
1493
  <div class="acx_qa_field">
1494
  <select name="acx_csma_show_timer1">
1495
- <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_timer1'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
1496
- <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_timer1'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
1497
  </select>
1498
  </div>
1499
  <label>
1500
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1501
  </label>
1502
  <div class="acx_qa_field">
1503
  <input type="text" name="acx_csma_timer_bg_color1" id="acx_csma_timer_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_bg_color1']; ?>" size="20"/></td>
1504
  <td><div style="position: absolute;" id="acx_csma_timer_bg_color1_div"></div>
1505
  </div> <!-- acx_qa_field -->
1506
  <label>
1507
- <?php _e("Input text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_iptext_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1508
  </label>
1509
  <div class="acx_qa_field">
1510
  <input type="text" name="acx_csma_timer_iptext_color1" id="acx_csma_timer_iptext_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_iptext_color1']; ?>" size="20"/>
1511
  <div style="position: absolute;" id="acx_csma_timer_iptext_color1_div"></div>
1512
  </div> <!-- acx_qa_field -->
1513
  <label>
1514
- <?php _e("Input BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_timer_input_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1515
  </label>
1516
  <div class="acx_qa_field">
1517
  <input type="text" name="acx_csma_timer_input_bg_color1" id="acx_csma_timer_input_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_input_bg_color1']; ?>" size="20"/>
1518
  <div style="position: absolute;" id="acx_csma_timer_input_bg_color1_div"></div>
1519
  </div> <!-- acx_qa_field -->
1520
  <label>
1521
- <?php _e("Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_timer_head_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1522
  </label>
1523
  <div class="acx_qa_field">
1524
  <input type="text" name="acx_csma_timer_head_color1" id="acx_csma_timer_head_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_head_color1']; ?>" size="20"/>
@@ -1534,45 +1529,45 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1534
 
1535
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1536
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1537
- <?php _e("Subscription Form Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1538
  </span>
1539
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1540
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1541
  <div class="acx_csmap_q_and_a_inside">
1542
 
1543
  <label>
1544
- <?php _e("Would you like to show Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
1545
  </label>
1546
  <div class="acx_qa_field">
1547
  <select name="acx_csma_show_subscription">
1548
- <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
1549
- <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
1550
  </select>
1551
  </div>
1552
  <label>
1553
- <?php _e("Would you like to show name field in Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
1554
  </label>
1555
  <div class="acx_qa_field">
1556
  <select name="acx_csma_show_subscription_name">
1557
- <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription_name'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes","coming-soon-maintenance-mode-from-acurax"); ?> </option>
1558
- <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription_name'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
1559
  </select>
1560
  </div>
1561
  <label>
1562
- <?php _e("Custom HTML Block Above Subscription form","coming-soon-maintenance-mode-from-acurax"); ?>
1563
  </label>
1564
  <div class="acx_qa_field">
1565
  <?php $acx_csma_custom_html_top_sub1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_sub1']; ?>
1566
- <textarea id="acx_csma_custom_html_top_sub1" name="acx_csma_custom_html_top_sub1" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_sub1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_sub1); ?></textarea>
1567
  </div><!-- acx_qa_field -->
1568
  <div class="f_w"></div>
1569
 
1570
  <label>
1571
- <?php _e("Custom HTML Block Below Subscription form","coming-soon-maintenance-mode-from-acurax"); ?>
1572
  </label>
1573
  <div class="acx_qa_field">
1574
  <?php $acx_csma_custom_html_bottom_sub1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_sub1']; ?>
1575
- <textarea id="acx_csma_custom_html_bottom_sub1" name="acx_csma_custom_html_bottom_sub1" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_sub1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_sub1); ?></textarea>
1576
  </div><!-- acx_qa_field -->
1577
  <div class="f_w"></div>
1578
  <!-- **********************************************************************-->
@@ -1582,14 +1577,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1582
 
1583
 
1584
  <label>
1585
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1586
  </label>
1587
  <div class="acx_qa_field">
1588
  <input type="text" name="acx_csma_subscribe_bg_color1" id="acx_csma_subscribe_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_bg_color1']; ?>" size="20"/>
1589
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color1_div"></div>
1590
  </div> <!-- acx_qa_field -->
1591
  <label>
1592
- <?php _e("Button Text","coming-soon-maintenance-mode-from-acurax"); ?>
1593
  </label>
1594
  <div class="acx_qa_field">
1595
  <?php $acx_csma_subscribe_btn_text1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text1']; ?>
@@ -1597,56 +1592,56 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1597
  </div> <!-- acx_qa_field -->
1598
 
1599
  <label>
1600
- <?php _e("Button Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1601
  </label>
1602
  <div class="acx_qa_field">
1603
  <input type="text" name="acx_csma_subscribe_btn_text_color1" id="acx_csma_subscribe_btn_text_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text_color1']; ?>" size="20"/>
1604
  <div style="position: absolute;" id="acx_csma_subscribe_btn_text_color1_div"></div>
1605
  </div> <!-- acx_qa_field -->
1606
  <label>
1607
- <?php _e("Button Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_btn_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1608
  </label>
1609
  <div class="acx_qa_field">
1610
  <input type="text" name="acx_csma_subscribe_btn_color1" id="acx_csma_subscribe_btn_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_color1']; ?>" size="20"/>
1611
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color1_div"></div>
1612
  </div> <!-- acx_qa_field -->
1613
  <label>
1614
- <?php _e("Button Hover Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_btn_hover_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1615
  </label>
1616
  <div class="acx_qa_field">
1617
  <input type="text" name="acx_csma_subscribe_btn_hover_color1" id="acx_csma_subscribe_btn_hover_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_hover_color1']; ?>" size="20"/>
1618
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_color1_div"></div>
1619
  </div> <!-- acx_qa_field -->
1620
  <label>
1621
- <?php _e("Button Hover Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff881e','acx_csma_subscribe_btn_hover_bgcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1622
  </label>
1623
  <div class="acx_qa_field">
1624
  <input type="text" name="acx_csma_subscribe_btn_hover_bgcolor1" id="acx_csma_subscribe_btn_hover_bgcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_hover_bgcolor1']; ?>" size="20"/>
1625
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_bgcolor1_div"></div>
1626
  </div> <!-- acx_qa_field -->
1627
  <label>
1628
- <?php _e("Subscribe Title:","coming-soon-maintenance-mode-from-acurax"); ?>
1629
  </label>
1630
  <div class="acx_qa_field">
1631
  <?php $acx_csma_subscribe_title1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_title1']; ?>
1632
  <input type="text" name="acx_csma_subscribe_title1" value="<?php echo $acx_csma_subscribe_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title1); ?>" size="20"/>
1633
  </div> <!-- acx_qa_field -->
1634
  <label>
1635
- <?php _e("Subscribe Title Color:","coming-soon-maintenance-mode-from-acurax");?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1636
  </label>
1637
  <div class="acx_qa_field">
1638
  <input type="text" name="acx_csma_subscribe_title_color1" id="acx_csma_subscribe_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_title_color1']; ?>" size="20"/>
1639
  <div style="position: absolute;" id="acx_csma_subscribe_title_color1_div"></div>
1640
  </div> <!-- acx_qa_field -->
1641
  <label>
1642
- <?php _e("Subscribe Success Message:","coming-soon-maintenance-mode-from-acurax"); ?>
1643
  </label>
1644
  <div class="acx_qa_field">
1645
  <?php $acx_csma_subscribe_success1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_success1']; ?>
1646
  <input type="text" name="acx_csma_subscribe_success1" value="<?php echo $acx_csma_subscribe_success1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success1); ?>" size="20"/>
1647
  </div> <!-- acx_qa_field -->
1648
  <label>
1649
- <?php _e("Subscribe Invalid Message:","coming-soon-maintenance-mode-from-acurax"); ?>
1650
  </label>
1651
  <div class="acx_qa_field">
1652
  <?php $acx_csma_subscribe_invalid1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_invalid1']; ?>
@@ -1663,27 +1658,27 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1663
 
1664
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1665
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1666
- <?php _e("Footer Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1667
  </span>
1668
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1669
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1670
  <div class="acx_csmap_q_and_a_inside">
1671
 
1672
  <label>
1673
- <?php _e("Footer Background:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_footer_bgcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1674
  </label>
1675
  <div class="acx_qa_field">
1676
  <input type="text" name="acx_csma_footer_bgcolor1" id="acx_csma_footer_bgcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_bgcolor1']; ?>" size="20"/>
1677
  <div style="position: absolute;" id="acx_csma_footer_bgcolor1_div"></div></div> <!-- acx_qa_field -->
1678
  <label>
1679
- <?php _e("Footer Text:","coming-soon-maintenance-mode-from-acurax"); ?>
1680
  </label>
1681
  <div class="acx_qa_field">
1682
  <?php $acx_csma_footer_text1 = $acx_csma_appearence_array['1']['acx_csma_footer_text1']; ?>
1683
  <input type="text" name="acx_csma_footer_text1" value="<?php echo $acx_csma_footer_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_footer_text1); ?>" size="20"/>
1684
  </div> <!-- acx_qa_field -->
1685
  <label>
1686
- <?php _e("Footer Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1687
  </label>
1688
  <div class="acx_qa_field">
1689
  <input type="text" name="acx_csma_footer_text_color1" id="acx_csma_footer_text_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_text_color1']; ?>" size="20"/>
@@ -1706,20 +1701,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1706
 
1707
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1708
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1709
- <?php _e("GDPR Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1710
  </span>
1711
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1712
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1713
  <div class="acx_csmap_q_and_a_inside">
1714
  <label>
1715
- <?php _e("Notice Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1716
  </label>
1717
  <div class="acx_qa_field">
1718
  <input type="text" name="acx_csma_footer_gdprcolor1" id="acx_csma_footer_gdprcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_gdprcolor1']; ?>" size="20"/>
1719
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor1_div"></div>
1720
  </div> <!-- acx_qa_field -->
1721
  <label>
1722
- <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_footer_gdpr_hovercolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1723
  </label>
1724
  <div class="acx_qa_field">
1725
  <input type="text" name="acx_csma_footer_gdpr_hovercolor1" id="acx_csma_footer_gdpr_hovercolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_gdpr_hovercolor1']; ?>" size="20"/>
@@ -1740,18 +1735,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1740
 
1741
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1742
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1743
- <?php _e("Custom css Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1744
  </span>
1745
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1746
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1747
  <div class="acx_csmap_q_and_a_inside">
1748
 
1749
  <label>
1750
- <?php _e("Custom css","coming-soon-maintenance-mode-from-acurax"); ?>
1751
  </label>
1752
  <div class="acx_qa_field">
1753
  <?php $acx_csma_custom_css_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_css_temp1']; ?>
1754
- <textarea id="acx_csma_custom_css_temp1" name="acx_csma_custom_css_temp1" placeholder="<?php _e("CSS Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo stripslashes($acx_csma_custom_css_temp1); ?></textarea>
1755
  </div><!-- acx_qa_field -->
1756
  <div class="f_w"></div>
1757
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -1776,13 +1771,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1776
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1777
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1778
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1779
- <?php _e("Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1780
  </span>
1781
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1782
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1783
  <div class="acx_csmap_q_and_a_inside">
1784
- <label><?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?>
1785
- <a onclick="acx_csma_restore_default('','#e4e4e4','acx_csma_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1786
  </label>
1787
  <div class="acx_qa_field">
1788
  <input type="text" name="acx_csma_bg_color2" id="acx_csma_bg_color2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_bg_color2']; ?>" onblur="acx_csma_validate(this.value);" size="20"/>
@@ -1798,7 +1793,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1798
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1799
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1800
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1801
- <?php _e("Logo Settings","coming-soon-maintenance-mode-from-acurax"); ?>
1802
  </span>
1803
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1804
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -1806,12 +1801,12 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1806
  <div class="acx_csma_logo_main">
1807
  <table cellspacing="10">
1808
  <tr><td>
1809
- <input type="radio" name="acx_csma_logo_choice2" class="acx_csma_logo" id="acx_csma_logo_image2" value="image" onclick="acx_csma_rdbtn_show_logo('image','2');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['2'])){if($acx_csma_appearence_array['2']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['2']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image","coming-soon-maintenance-mode-from-acurax"); ?></td><td>
1810
- <input type="radio" name="acx_csma_logo_choice2" class="acx_csma_logo" id="acx_csma_logo_text2" value="text" onclick="acx_csma_rdbtn_show_logo('text','2');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['2'])){if($acx_csma_appearence_array['2']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text","coming-soon-maintenance-mode-from-acurax"); ?></td></tr></table>
1811
  </div><!--acx_csma_logo_main -->
1812
  <div id="acx_show_logo_image_2" class="acx_csma_logo_block acx_csma_logo_block_2" style="display:none;">
1813
  <label>
1814
- <?php _e("Logo:","coming-soon-maintenance-mode-from-acurax"); ?><span id="acx_csma_span">(<?php _e("Recommended size 99x27,Image must be png and transparent","coming-soon-maintenance-mode-from-acurax"); ?>)</span>
1815
  </label>
1816
  <div class="acx_qa_field">
1817
  <?php
@@ -1827,13 +1822,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1827
  <img id="custom_uploader_template_2_logo_field_preview" src="<?php echo $logo2_url; ?>" style="width:100px;height:auto;">
1828
  <input type="hidden" id="custom_uploader_template_2_logo_field" name="acx_csma_logo2" value="<?php echo $acx_csma_logo2_id; ?>" size="20">
1829
  <br>
1830
- <a id="acx_upload_button_logo2" class="button">Pick a <?php _e("Logo","coming-soon-maintenance-mode-from-acurax"); ?></a>
1831
- <a id="acx_upload_button_logo2" onclick="acx_csma_restore_default('custom_uploader_template_2_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/2/images/logo.png'; ?>','custom_uploader_template_2_logo_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
1832
  </div> <!-- acx_qa_field -->
1833
  </div><!--acx_show_logo_image-->
1834
  <div id="acx_show_logo_text_2" class="acx_csma_logo_block acx_csma_logo_block_2" style="display:none;">
1835
  <label>
1836
- <?php _e("Logo Text:","coming-soon-maintenance-mode-from-acurax"); ?>
1837
  </label>
1838
  <div class="acx_qa_field">
1839
  <?php if(array_key_exists('acx_csma_logo_text2',$acx_csma_appearence_array['2'])){$acx_csma_logo_text2=$acx_csma_appearence_array['2']['acx_csma_logo_text2'];
@@ -1843,10 +1838,10 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1843
  }}else{
1844
  $acx_csma_logo_text2=get_bloginfo('name');
1845
  }?>
1846
- <input type="text" name="acx_csma_logo_text2" placeholder="<?php _e("Logo Text Here","coming-soon-maintenance-mode-from-acurax"); ?>" value="<?php echo $acx_csma_logo_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text2); ?>" size="20"/>
1847
  </div> <!-- acx_qa_field -->
1848
  <label>
1849
- <?php _e("Logo Text Color:","coming-soon-maintenance-mode-from-acurax"); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1850
  </label>
1851
  <div class="acx_qa_field">
1852
  <?php if(array_key_exists('acx_csma_logo_text_color2',$acx_csma_appearence_array['2'])){$acx_csma_logo_text_color2=$acx_csma_appearence_array['2']['acx_csma_logo_text_color2'];
@@ -1860,8 +1855,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1860
  </div> <!-- acx_show_logo_text -->
1861
  <div class="f_w"></div>
1862
  <label>
1863
- <?php _e("Logo Background Color:","coming-soon-maintenance-mode-from-acurax"); ?>
1864
- <a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1865
 
1866
  </label>
1867
  <div class="acx_qa_field">
@@ -1880,20 +1875,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1880
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1881
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1882
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1883
- <?php _e("Heading and Subheading Settings","coming-soon-maintenance-mode-from-acurax"); ?></span>
1884
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1885
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1886
  <div class="acx_csmap_q_and_a_inside">
1887
  <label>
1888
- <?php _e("Title Text : ","coming-soon-maintenance-mode-from-acurax"); ?>
1889
  </label>
1890
  <div class="acx_qa_field">
1891
  <?php $acx_csma_title2 = $acx_csma_appearence_array['2']['acx_csma_title2']; ?>
1892
  <input type="text" name="acx_csma_title2" id="acx_csma_title2" value="<?php echo $acx_csma_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_title2); ?>" size="20"/>
1893
  </div> <!-- acx_qa_field -->
1894
  <label>
1895
- <?php _e("Title Color:","coming-soon-maintenance-mode-from-acurax"); ?>
1896
- <a onclick="acx_csma_restore_default('','#000000','acx_csma_title_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1897
 
1898
  </label>
1899
  <div class="acx_qa_field">
@@ -1901,29 +1896,29 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1901
  <div style="position: absolute;" id="acx_csma_title_color2_div"></div>
1902
  </div> <!-- acx_qa_field -->
1903
  <label>
1904
- <?php _e("Subtitle Text:","coming-soon-maintenance-mode-from-acurax"); ?>
1905
  </label>
1906
  <div class="acx_qa_field">
1907
  <?php $acx_csma_subtitle_text2 = $acx_csma_appearence_array['2']['acx_csma_subtitle_text2']; ?>
1908
  <input type="text" name="acx_csma_subtitle_text2" id="acx_csma_subtitle_text2" value="<?php echo $acx_csma_subtitle_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text2); ?>" size="20"/>
1909
  </div> <!-- acx_qa_field -->
1910
  <label>
1911
- <?php _e("Subtitle Color:","coming-soon-maintenance-mode-from-acurax"); ?>
1912
- <a onclick="acx_csma_restore_default('','#000000','acx_csma_subtitle_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1913
  </label>
1914
  <div class="acx_qa_field">
1915
  <input type="text" name="acx_csma_subtitle_color2" id="acx_csma_subtitle_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subtitle_color2']; ?>" size="20"/>
1916
  <div style="position: absolute;" id="acx_csma_subtitle_color2_div"></div>
1917
  </div> <!-- acx_qa_field -->
1918
  <label>
1919
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffd800','acx_csma_inside_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1920
  </label>
1921
  <div class="acx_qa_field">
1922
  <input type="text" name="acx_csma_inside_bg_color2" id="acx_csma_inside_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_inside_bg_color2']; ?>" size="20"/>
1923
  <div style="position: absolute;" id="acx_csma_inside_bg_color2_div"></div>
1924
  </div> <!-- acx_qa_field -->
1925
  <label>
1926
- <?php _e("Divider Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_divider_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1927
  </label>
1928
  <div class="acx_qa_field">
1929
  <input type="text" name="acx_csma_divider_bg_color2" id="acx_csma_divider_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_divider_bg_color2']; ?>" size="20"/>
@@ -1938,95 +1933,95 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
1938
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1939
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1940
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1941
- <?php _e("Countdown Timer, Subscription Form & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?> </span>
1942
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1943
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1944
  <div class="acx_csmap_q_and_a_inside">
1945
  <label>
1946
- <?php _e("Would you like to show Timer?","coming-soon-maintenance-mode-from-acurax"); ?>
1947
  </label>
1948
  <div class="acx_qa_field">
1949
  <select name="acx_csma_show_timer2">
1950
- <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_timer2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes","coming-soon-maintenance-mode-from-acurax"); ?> </option>
1951
- <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_timer2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
1952
  </select>
1953
  </div>
1954
  <label>
1955
- <?php _e("Custom HTML Block above Timer","coming-soon-maintenance-mode-from-acurax"); ?>
1956
  </label>
1957
  <div class="acx_qa_field">
1958
  <?php $acx_csma_custom_html_above_timer =$acx_csma_appearence_array['2']['acx_csma_custom_html_above_timer']; ?>
1959
- <textarea id="acx_csma_custom_html_above_timer" name="acx_csma_custom_html_above_timer" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_above_timer = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_above_timer); ?></textarea>
1960
  </div><!-- acx_qa_field -->
1961
  <div class="f_w"></div>
1962
  <label>
1963
- <?php _e("Custom HTML Block below Timer","coming-soon-maintenance-mode-from-acurax"); ?>
1964
  </label>
1965
  <div class="acx_qa_field">
1966
  <?php $acx_csma_custom_html_top_timer =$acx_csma_appearence_array['2']['acx_csma_custom_html_top_timer']; ?>
1967
- <textarea id="acx_csma_custom_html_top_timer" name="acx_csma_custom_html_top_timer" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_timer = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_timer); ?></textarea>
1968
  </div><!-- acx_qa_field -->
1969
  <div class="f_w"></div>
1970
  <label>
1971
- <?php _e("Timer Block Title","coming-soon-maintenance-mode-from-acurax"); ?>
1972
  </label>
1973
  <div class="acx_qa_field">
1974
  <?php $acx_csma_timer_title2 = $acx_csma_appearence_array['2']['acx_csma_timer_title2']; ?>
1975
  <input type="text" name="acx_csma_timer_title2" value="<?php echo $acx_csma_timer_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_timer_title2); ?>" size="20"/>
1976
  </div> <!-- acx_qa_field -->
1977
  <label>
1978
- <?php _e("Timer Title Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#00000','acx_csma_timer_title_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
1979
  </label>
1980
  <div class="acx_qa_field">
1981
  <input type="text" name="acx_csma_timer_title_color2" id="acx_csma_timer_title_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_title_color2']; ?>" size="20"/>
1982
  <div style="position: absolute;" id="acx_csma_timer_title_color2_div"></div>
1983
  </div> <!-- acx_qa_field -->
1984
  <label>
1985
- <?php _e("Would you like to show Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
1986
  </label>
1987
  <div class="acx_qa_field">
1988
  <select name="acx_csma_show_subscription2">
1989
- <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes","coming-soon-maintenance-mode-from-acurax"); ?> </option>
1990
- <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
1991
  </select>
1992
  </div>
1993
  <label>
1994
- <?php _e("Would you like to show name field in Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
1995
  </label>
1996
  <div class="acx_qa_field">
1997
  <select name="acx_csma_show_subscription_name2">
1998
- <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription_name2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes","coming-soon-maintenance-mode-from-acurax"); ?> </option>
1999
- <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription_name2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2000
  </select>
2001
  </div>
2002
  <label>
2003
- <?php _e("Subscribe Button Text","coming-soon-maintenance-mode-from-acurax"); ?>
2004
  </label>
2005
  <div class="acx_qa_field">
2006
  <?php $acx_csma_subscribe_btn_text2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_text2']; ?>
2007
  <input type="text" name="acx_csma_subscribe_btn_text2" value="<?php echo $acx_csma_subscribe_btn_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text2); ?>" size="20"/>
2008
  </div> <!-- acx_qa_field -->
2009
- <label><?php _e("Subscribe Button TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffd800','acx_csma_subscribe_btn_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2010
  </label>
2011
  <div class="acx_qa_field">
2012
  <input type="text" name="acx_csma_subscribe_btn_color2" id="acx_csma_subscribe_btn_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_color2']; ?>" size="20"/>
2013
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color2_div"></div>
2014
  </div> <!-- acx_qa_field -->
2015
- <label><?php _e("Subscribe Button BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_subscribe_btn_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2016
  </label>
2017
  <div class="acx_qa_field">
2018
  <input type="text" name="acx_csma_subscribe_btn_bg_color2" id="acx_csma_subscribe_btn_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_bg_color2']; ?>" size="20"/>
2019
  <div style="position: absolute;" id="acx_csma_subscribe_btn_bg_color2_div"></div>
2020
  </div> <!-- acx_qa_field -->
2021
  <label>
2022
- <?php _e("Subscribe Success Message:","coming-soon-maintenance-mode-from-acurax"); ?>
2023
  </label>
2024
  <div class="acx_qa_field">
2025
  <?php $acx_csma_subscribe_success2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_success2']; ?>
2026
  <input type="text" name="acx_csma_subscribe_success2" value="<?php echo $acx_csma_subscribe_success2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success2); ?>" size="20"/>
2027
  </div> <!-- acx_qa_field -->
2028
  <label>
2029
- <?php _e("Subscribe Invalid Message:","coming-soon-maintenance-mode-from-acurax"); ?>
2030
  </label>
2031
  <div class="acx_qa_field">
2032
  <?php $acx_csma_subscribe_invalid2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_invalid2'] ;?>
@@ -2034,43 +2029,43 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2034
  </div> <!-- acx_qa_field -->
2035
 
2036
  <label>
2037
- <?php _e("Timer Input BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_input_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2038
  </label>
2039
  <div class="acx_qa_field">
2040
  <input type="text" name="acx_csma_timer_input_bg_color2" id="acx_csma_timer_input_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_input_bg_color2']; ?>" size="20"/>
2041
  <div style="position: absolute;" id="acx_csma_timer_input_bg_color2_div"></div>
2042
  </div> <!-- acx_qa_field -->
2043
  <label>
2044
- <?php _e("Input TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2045
  </label>
2046
  <div class="acx_qa_field">
2047
  <input type="text" name="acx_csma_timer_iptext_color2" id="acx_csma_timer_iptext_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_iptext_color2']; ?>" size="20"/>
2048
  <div style="position: absolute;" id="acx_csma_timer_iptext_color2_div"></div>
2049
  </div> <!-- acx_qa_field -->
2050
  <label>
2051
- <?php _e("Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2052
  </label>
2053
  <div class="acx_qa_field">
2054
  <input type="text" name="acx_csma_timer_head_color2" id="acx_csma_timer_head_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_head_color2']; ?>" size="20"/>
2055
  <div style="position: absolute;" id="acx_csma_timer_head_color2_div"></div>
2056
  </div> <!-- acx_qa_field -->
2057
  <label>
2058
- <?php _e("Custom HTML Block Above Description Block","coming-soon-maintenance-mode-from-acurax"); ?>
2059
  </label>
2060
  <div class="acx_qa_field">
2061
  <?php $acx_csma_custom_html_top_temp2 =$acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2']; ?>
2062
- <textarea id="acx_csma_custom_html_top_temp2" name="acx_csma_custom_html_top_temp2" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_temp2 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp2); ?></textarea>
2063
  </div><!-- acx_qa_field -->
2064
  <div class="f_w"></div>
2065
  <label>
2066
- <?php _e("Description Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2067
  </label>
2068
  <div class="acx_qa_field">
2069
  <?php $acx_csma_desc_title2 = $acx_csma_appearence_array['2']['acx_csma_desc_title2']; ?>
2070
  <input type="text" name="acx_csma_desc_title2" id="acx_csma_desc_title2" value="<?php echo $acx_csma_desc_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_desc_title2); ?>" size="20"/>
2071
  </div> <!-- acx_qa_field -->
2072
  <label>
2073
- <?php _e("Description Content:","coming-soon-maintenance-mode-from-acurax"); ?>
2074
  </label>
2075
  <div class="acx_qa_field">
2076
  <?php $acx_csma_desc_subtitle2 = $acx_csma_appearence_array['2']['acx_csma_desc_subtitle2'];?>
@@ -2078,14 +2073,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2078
  </div> <!-- acx_qa_field -->
2079
  <div class="f_w"></div>
2080
  <label>
2081
- <?php _e("Description Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2082
  </label>
2083
  <div class="acx_qa_field">
2084
  <input type="text" name="acx_csma_desc_text_color2" id="acx_csma_desc_text_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_desc_text_color2']; ?>" size="20"/>
2085
  <div style="position: absolute;" id="acx_csma_desc_text_color2_div"></div>
2086
  </div> <!-- acx_qa_field -->
2087
  <label>
2088
- <?php _e("Description TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_content_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2089
  </label>
2090
  <div class="acx_qa_field">
2091
  <input type="text" name="acx_csma_desc_content_color2" id="acx_csma_desc_content_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_desc_content_color2']; ?>" size="20"/>
@@ -2099,46 +2094,46 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2099
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2100
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2101
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2102
- <?php _e("Social Media Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2103
  </span>
2104
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2105
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2106
  <div class="acx_csmap_q_and_a_inside">
2107
  <label>
2108
- <?php _e("Social Media Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2109
  </label>
2110
  <div class="acx_qa_field">
2111
  <?php $acx_csma_social_link_title2 = $acx_csma_appearence_array['2']['acx_csma_social_link_title2']; ?>
2112
  <input type="text" name="acx_csma_social_link_title2" value="<?php echo $acx_csma_social_link_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_social_link_title2 ); ?>" size="20"/>
2113
  </div> <!-- acx_qa_field -->
2114
  <label>
2115
- <?php _e("Social Media BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_social_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2116
  </label>
2117
  <div class="acx_qa_field">
2118
  <input type="text" name="acx_csma_social_bg_color2" id="acx_csma_social_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_social_bg_color2']; ?>" size="20"/>
2119
  <div style="position: absolute;" id="acx_csma_social_bg_color2_div"></div>
2120
  </div> <!-- acx_qa_field -->
2121
  <label>
2122
- <?php _e("Social Media TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_social_link_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2123
  </label>
2124
  <div class="acx_qa_field">
2125
  <input type="text" name="acx_csma_social_link_color2" id="acx_csma_social_link_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_social_link_color2']; ?>" size="20"/>
2126
  <div style="position: absolute;" id="acx_csma_social_link_color2_div"></div>
2127
  </div> <!-- acx_qa_field -->
2128
  <label>
2129
- <?php _e("Facebook Link","coming-soon-maintenance-mode-from-acurax"); ?>
2130
  </label>
2131
  <div class="acx_qa_field">
2132
  <input type="text" name="acx_csma_fb_link2" id="acx_csma_fb_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_fb_link2']); ?>" size="20"/>
2133
  </div> <!-- acx_qa_field -->
2134
  <label>
2135
- <?php _e("Twitter Link","coming-soon-maintenance-mode-from-acurax"); ?>
2136
  </label>
2137
  <div class="acx_qa_field">
2138
  <input type="text" name="acx_csma_twitter_link2" id="acx_csma_twitter_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_twitter_link2']); ?>" size="20"/>
2139
  </div> <!-- acx_qa_field -->
2140
  <label>
2141
- <?php _e("LinkedIn Link","coming-soon-maintenance-mode-from-acurax"); ?>
2142
  </label>
2143
  <div class="acx_qa_field">
2144
  <input type="text" name="acx_csma_linkedin_link2" id="acx_csma_linkedin_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_linkedin_link2']); ?>" size="20"/>
@@ -2160,20 +2155,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2160
 
2161
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2162
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2163
- <?php _e("GDPR Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2164
  </span>
2165
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2166
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2167
  <div class="acx_csmap_q_and_a_inside">
2168
  <label>
2169
- <?php _e("Notice Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_gdprcolor2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2170
  </label>
2171
  <div class="acx_qa_field">
2172
  <input type="text" name="acx_csma_footer_gdprcolor2" id="acx_csma_footer_gdprcolor2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_footer_gdprcolor2']; ?>" size="20"/>
2173
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor2_div"></div>
2174
  </div> <!-- acx_qa_field -->
2175
  <label>
2176
- <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#8f8f8f','acx_csma_footer_gdpr_hovercolor2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2177
  </label>
2178
  <div class="acx_qa_field">
2179
  <input type="text" name="acx_csma_footer_gdpr_hovercolor2" id="acx_csma_footer_gdpr_hovercolor2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_footer_gdpr_hovercolor2']; ?>" size="20"/>
@@ -2193,18 +2188,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2193
 
2194
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2195
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2196
- <?php _e("Custom css Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2197
  </span>
2198
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2199
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2200
  <div class="acx_csmap_q_and_a_inside">
2201
 
2202
  <label>
2203
- <?php _e("Custom css","coming-soon-maintenance-mode-from-acurax"); ?>
2204
  </label>
2205
  <div class="acx_qa_field">
2206
  <?php $acx_csma_custom_css_temp2 = $acx_csma_appearence_array['2']['acx_csma_custom_css_temp2']; ?>
2207
- <textarea id="acx_csma_custom_css_temp2" name="acx_csma_custom_css_temp2" placeholder="<?php _e("CSS Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo stripslashes($acx_csma_custom_css_temp2); ?></textarea>
2208
  </div><!-- acx_qa_field -->
2209
  <div class="f_w"></div>
2210
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -2222,7 +2217,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2222
 
2223
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2224
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2225
- <?php _e("Logo Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2226
  </span>
2227
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2228
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2230,12 +2225,12 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2230
  <div class="acx_csma_logo_main">
2231
  <table cellspacing="10">
2232
  <tr><td>
2233
- <input type="radio" name="acx_csma_logo_choice3" class="acx_csma_logo" id="acx_csma_logo_image3" value="image" onclick="acx_csma_rdbtn_show_logo('image','3');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['3'])){if($acx_csma_appearence_array['3']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['3']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image","coming-soon-maintenance-mode-from-acurax"); ?></td><td>
2234
- <input type="radio" name="acx_csma_logo_choice3" class="acx_csma_logo" id="acx_csma_logo_text3" value="text" onclick="acx_csma_rdbtn_show_logo('text','3');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['3'])){ if($acx_csma_appearence_array['3']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text","coming-soon-maintenance-mode-from-acurax"); ?></td></tr></table>
2235
  </div><!--acx_csma_logo_main -->
2236
  <div id="acx_show_logo_image_3" class="acx_csma_logo_block acx_csma_logo_block_3" style="display:none;">
2237
  <label>
2238
- <?php _e("Logo:","coming-soon-maintenance-mode-from-acurax"); ?><span id="acx_csma_span">(<?php _e("Recommended size 161x38","coming-soon-maintenance-mode-from-acurax"); ?>)</span>
2239
  </label>
2240
  <div class="acx_qa_field">
2241
  <?php
@@ -2250,14 +2245,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2250
  ?>
2251
 
2252
  <img id="custom_uploader_template_3_logo_field_preview" src="<?php echo $logo3_url; ?>" style="width:100px;height:auto;">
2253
- <input type="hidden" id="custom_uploader_template_3_logo_field" name="acx_csma_logo3" value="<?php echo $acx_csma_logo3_id; ?>" size="20"><br><a id="acx_upload_button_logo3" class="button"><?php _e("Pick a Logo","coming-soon-maintenance-mode-from-acurax"); ?></a>
2254
- <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_3_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/3/images/logo.png'; ?>','custom_uploader_template_3_logo_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
2255
 
2256
  </div> <!-- acx_qa_field -->
2257
  </div><!--acx_show_logo_image -->
2258
  <div id="acx_show_logo_text_3" class="acx_csma_logo_block acx_csma_logo_block_3" style="display:none;">
2259
  <label>
2260
- <?php _e("Logo Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2261
  </label>
2262
  <div class="acx_qa_field">
2263
  <?php if(array_key_exists('acx_csma_logo_text3',$acx_csma_appearence_array['3'])){ $acx_csma_logo_text3=$acx_csma_appearence_array['3']['acx_csma_logo_text3'];
@@ -2267,10 +2262,10 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2267
  }}else{
2268
  $acx_csma_logo_text3=get_bloginfo('name');
2269
  }?>
2270
- <input type="text" name="acx_csma_logo_text3" placeholder="<?php _e("Logo Text Here","coming-soon-maintenance-mode-from-acurax"); ?>" value="<?php echo $acx_csma_logo_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text3); ?>" size="20"/>
2271
  </div> <!-- acx_qa_field -->
2272
  <label>
2273
- <?php _e("Logo Text Color:","coming-soon-maintenance-mode-from-acurax"); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2274
  </label>
2275
  <div class="acx_qa_field">
2276
  <?php if(array_key_exists('acx_csma_logo_text_color3',$acx_csma_appearence_array['3'])){$acx_csma_logo_text_color3=$acx_csma_appearence_array['3']['acx_csma_logo_text_color3'];
@@ -2300,34 +2295,34 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2300
 
2301
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2302
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2303
- <?php _e("Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2304
  </span>
2305
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2306
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2307
  <div class="acx_csmap_q_and_a_inside">
2308
  <label>
2309
- <?php _e("Primary Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_primary_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2310
  </label>
2311
  <div class="acx_qa_field">
2312
  <input type="text" name="acx_csma_primary_color3" id="acx_csma_primary_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_primary_color3']; ?>" size="20" />
2313
  <div style="position: absolute;" id="acx_csma_primary_color3_div"></div>
2314
  </div> <!-- acx_qa_field -->
2315
  <label>
2316
- <?php _e("Secondary Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_secondary_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2317
  </label>
2318
  <div class="acx_qa_field">
2319
  <input type="text" name="acx_csma_secondary_color3" id="acx_csma_secondary_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_secondary_color3']; ?>" size="20" />
2320
  <div style="position: absolute;" id="acx_csma_secondary_color3_div"></div>
2321
  </div> <!-- acx_qa_field -->
2322
  <label>
2323
- <?php _e("Left Side-bar Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_left_bar_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2324
  </label>
2325
  <div class="acx_qa_field">
2326
  <input type="text" name="acx_csma_left_bar_color3" id="acx_csma_left_bar_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_left_bar_color3']; ?>" size="20" />
2327
  <div style="position: absolute;" id="acx_csma_left_bar_color3_div"></div>
2328
  </div> <!-- acx_qa_field -->
2329
  <label>
2330
- <?php _e("Timer Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2331
  </label>
2332
  <div class="acx_qa_field">
2333
  <input type="text" name="acx_csma_timer_color3" id="acx_csma_timer_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_color3']; ?>" size="20" />
@@ -2346,34 +2341,34 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2346
 
2347
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2348
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2349
- <?php _e("Heading and Subheading Settings - Left Side","coming-soon-maintenance-mode-from-acurax"); ?>
2350
  </span>
2351
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2352
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2353
  <div class="acx_csmap_q_and_a_inside">
2354
  <label>
2355
- <?php _e("Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2356
  </label>
2357
  <div class="acx_qa_field">
2358
  <?php $acx_csma_title3 = $acx_csma_appearence_array['3']['acx_csma_title3'];?>
2359
  <input type="text" name="acx_csma_title3" value="<?php echo $acx_csma_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_title3); ?>" size="20"/>
2360
  </div> <!-- acx_qa_field -->
2361
  <label>
2362
- <?php _e("Title Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2363
  </label>
2364
  <div class="acx_qa_field">
2365
  <input type="text" name="acx_csma_title_color3" id="acx_csma_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_title_color3']; ?>" size="20" />
2366
  <div style="position: absolute;" id="acx_csma_title_color3_div"></div>
2367
  </div> <!-- acx_qa_field -->
2368
  <label>
2369
- <?php _e("Sub Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2370
  </label>
2371
  <div class="acx_qa_field">
2372
  <?php $acx_csma_subtitle_text3 = $acx_csma_appearence_array['3']['acx_csma_subtitle_text3']; ?>
2373
  <input type="text" name="acx_csma_subtitle_text3" value="<?php echo $acx_csma_subtitle_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text3); ?>" size="20"/>
2374
  </div> <!-- acx_qa_field -->
2375
  <label>
2376
- <?php _e("SubTitle Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subtitle_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2377
  </label>
2378
  <div class="acx_qa_field">
2379
  <input type="text" name="acx_csma_subtitle_color3" id="acx_csma_subtitle_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subtitle_color3']; ?>" size="20" />
@@ -2388,87 +2383,87 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2388
 
2389
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2390
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2391
- <?php _e("Subscription Form Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2392
  </span>
2393
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2394
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2395
  <div class="acx_csmap_q_and_a_inside">
2396
  <label>
2397
- <?php _e("Would you like to show Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
2398
  </label>
2399
  <div class="acx_qa_field">
2400
  <select name="acx_csma_show_subscription3">
2401
- <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2402
- <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2403
  </select>
2404
  </div>
2405
  <label>
2406
- <?php _e("Would you like to show name field in Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
2407
  </label>
2408
  <div class="acx_qa_field">
2409
  <select name="acx_csma_show_subscription_name3">
2410
- <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription_name3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2411
- <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription_name3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2412
  </select>
2413
  </div>
2414
  <label>
2415
- <?php _e("Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2416
  </label>
2417
  <div class="acx_qa_field">
2418
  <?php $acx_csma_subscribe_title3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_title3'];?>
2419
  <input type="text" name="acx_csma_subscribe_title3" value="<?php echo $acx_csma_subscribe_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title3); ?>" size="20"/>
2420
  </div> <!-- acx_qa_field -->
2421
  <label>
2422
- <?php _e("Title Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2423
  </label>
2424
  <div class="acx_qa_field">
2425
  <input type="text" name="acx_csma_subscribe_title_color3" id="acx_csma_subscribe_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_title_color3']; ?>" size="20"/>
2426
  <div style="position: absolute;" id="acx_csma_subscribe_title_color3_div"></div>
2427
  </div> <!-- acx_qa_field -->
2428
  <label>
2429
- <?php _e("Button Text","coming-soon-maintenance-mode-from-acurax"); ?>
2430
  </label>
2431
  <div class="acx_qa_field">
2432
  <?php $acx_csma_subscribe_btn_text3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text3']; ?>
2433
  <input type="text" name="acx_csma_subscribe_btn_text3" value="<?php echo $acx_csma_subscribe_btn_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text3); ?>" size="20"/>
2434
  </div> <!-- acx_qa_field -->
2435
  <label>
2436
- <?php _e("Button Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2437
  </label>
2438
  <div class="acx_qa_field">
2439
  <input type="text" name="acx_csma_subscribe_btn_text_color3" id="acx_csma_subscribe_btn_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text_color3']; ?>" size="20"/>
2440
  <div style="position: absolute;" id="acx_csma_subscribe_btn_text_color3_div"></div>
2441
  </div> <!-- acx_qa_field -->
2442
  <label>
2443
- <?php _e("Button Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_btn_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2444
  </label>
2445
  <div class="acx_qa_field">
2446
  <input type="text" name="acx_csma_subscribe_btn_color3" id="acx_csma_subscribe_btn_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_color3']; ?>" size="20"/>
2447
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color3_div"></div>
2448
  </div> <!-- acx_qa_field -->
2449
  <label>
2450
- <?php _e("Button Hover Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_btn_hover_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2451
  </label>
2452
  <div class="acx_qa_field">
2453
  <input type="text" name="acx_csma_subscribe_btn_hover_color3" id="acx_csma_subscribe_btn_hover_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_hover_color3']; ?>" size="20"/>
2454
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_color3_div"></div>
2455
  </div> <!-- acx_qa_field -->
2456
  <label>
2457
- <?php _e("Button Hover Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fe6001','acx_csma_subscribe_btn_hover_bgcolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2458
  </label>
2459
  <div class="acx_qa_field">
2460
  <input type="text" name="acx_csma_subscribe_btn_hover_bgcolor3" id="acx_csma_subscribe_btn_hover_bgcolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_hover_bgcolor3']; ?>" size="20"/>
2461
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_bgcolor3_div"></div>
2462
  </div> <!-- acx_qa_field -->
2463
  <label>
2464
- <?php _e("Subscribe Success Message:","coming-soon-maintenance-mode-from-acurax"); ?>
2465
  </label>
2466
  <div class="acx_qa_field">
2467
  <?php $acx_csma_subscribe_success3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_success3']; ?>
2468
  <input type="text" name="acx_csma_subscribe_success3" value="<?php echo $acx_csma_subscribe_success3 =acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success3); ?>" size="20"/>
2469
  </div> <!-- acx_qa_field -->
2470
  <label>
2471
- <?php _e("Subscribe Invalid Message:","coming-soon-maintenance-mode-from-acurax"); ?>
2472
  </label>
2473
  <div class="acx_qa_field">
2474
  <?php $acx_csma_subscribe_invalid3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_invalid3']; ?>
@@ -2483,20 +2478,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2483
 
2484
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2485
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2486
- <?php _e("Heading Settings - Right Side","coming-soon-maintenance-mode-from-acurax"); ?>
2487
  </span>
2488
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2489
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2490
  <div class="acx_csmap_q_and_a_inside">
2491
  <label>
2492
- <?php _e("Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2493
  </label>
2494
  <div class="acx_qa_field">
2495
  <?php $acx_csma_inside_title3 = $acx_csma_appearence_array['3']['acx_csma_inside_title3']; ?>
2496
  <input type="text" name="acx_csma_inside_title3" value="<?php echo acx_csma_option_text_after_save_hook_fn($acx_csma_appearence_array['3']['acx_csma_inside_title3']); ?>" size="20"/>
2497
  </div> <!-- acx_qa_field -->
2498
  <label>
2499
- <?php _e("Title Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2500
  </label>
2501
  <div class="acx_qa_field">
2502
  <input type="text" name="acx_csma_inside_title_color3" id="acx_csma_inside_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_inside_title_color3']; ?>" size="20"/>
@@ -2511,71 +2506,71 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2511
 
2512
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2513
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2514
- <?php _e("Right Side Content & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2515
  </span>
2516
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2517
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2518
  <div class="acx_csmap_q_and_a_inside">
2519
 
2520
  <label>
2521
- <?php _e("Would you like to show Timer?","coming-soon-maintenance-mode-from-acurax"); ?>
2522
  </label>
2523
  <div class="acx_qa_field">
2524
  <select name="acx_csma_show_timer3">
2525
- <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_timer3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2526
- <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_timer3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2527
  </select>
2528
  </div>
2529
 
2530
  <label>
2531
- <?php _e("Custom HTML Block Above Timer","coming-soon-maintenance-mode-from-acurax"); ?>
2532
  </label>
2533
  <div class="acx_qa_field">
2534
  <?php $acx_csma_custom_html_top_timer_temp3 = $acx_csma_appearence_array['3']['acx_csma_custom_html_top_timer_temp3']; ?>
2535
- <textarea id="acx_csma_custom_html_top_timer_temp3" name="acx_csma_custom_html_top_timer_temp3" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_timer_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_timer_temp3); ?></textarea>
2536
  </div><!-- acx_qa_field -->
2537
  <div class="f_w"></div>
2538
 
2539
  <label>
2540
- <?php _e("Custom HTML Block Below Description","coming-soon-maintenance-mode-from-acurax"); ?>
2541
  </label>
2542
  <div class="acx_qa_field">
2543
  <?php $acx_csma_custom_html_bottom_temp3 =$acx_csma_appearence_array['3']['acx_csma_custom_html_bottom_temp3']; ?>
2544
- <textarea id="acx_csma_custom_html_bottom_temp3" name="acx_csma_custom_html_bottom_temp3" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp3); ?></textarea>
2545
  </div><!-- acx_qa_field -->
2546
  <div class="f_w"></div>
2547
 
2548
  <label>
2549
- <?php _e("Input Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2550
  </label>
2551
  <div class="acx_qa_field">
2552
  <input type="text" name="acx_csma_timer_iptext_color3" id="acx_csma_timer_iptext_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_iptext_color3']; ?>" size="20"/>
2553
  <div style="position: absolute;" id="acx_csma_timer_iptext_color3_div"></div>
2554
  </div> <!-- acx_qa_field -->
2555
  <label>
2556
- <?php _e("Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2557
  </label>
2558
  <div class="acx_qa_field">
2559
  <input type="text" name="acx_csma_timer_head_color3" id="acx_csma_timer_head_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_head_color3']; ?>" size="20"/>
2560
  <div style="position: absolute;" id="acx_csma_timer_head_color3_div"></div>
2561
  </div> <!-- acx_qa_field -->
2562
  <label>
2563
- <?php _e("Custom HTML Block Above Description Block","coming-soon-maintenance-mode-from-acurax"); ?>
2564
  </label>
2565
  <div class="acx_qa_field">
2566
  <?php $acx_csma_custom_html_top_temp3 =$acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3']; ?>
2567
- <textarea id="acx_csma_custom_html_top_temp3" name="acx_csma_custom_html_top_temp3" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp3); ?></textarea>
2568
  </div><!-- acx_qa_field -->
2569
  <div class="f_w"></div>
2570
  <label>
2571
- <?php _e("Description Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2572
  </label>
2573
  <div class="acx_qa_field">
2574
  <?php $acx_csma_desc_title3 = $acx_csma_appearence_array['3']['acx_csma_desc_title3']; ?>
2575
  <input type="text" name="acx_csma_desc_title3" value="<?php echo $acx_csma_desc_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_desc_title3); ?>" size="20"/>
2576
  </div> <!-- acx_qa_field -->
2577
  <label>
2578
- <?php _e("Description Sub Title:","coming-soon-maintenance-mode-from-acurax"); ?>
2579
  </label>
2580
  <div class="acx_qa_field">
2581
  <?php $acx_csma_desc_subtitle3 = $acx_csma_appearence_array['3']['acx_csma_desc_subtitle3']; ?>
@@ -2583,14 +2578,14 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2583
  </div> <!-- acx_qa_field -->
2584
  <div class="f_w"></div>
2585
  <label>
2586
- <?php _e("Description Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2587
  </label>
2588
  <div class="acx_qa_field">
2589
  <input type="text" name="acx_csma_desc_text_color3" id="acx_csma_desc_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_desc_text_color3']; ?>" size="20"/>
2590
  <div style="position: absolute;" id="acx_csma_desc_text_color3_div"></div>
2591
  </div> <!-- acx_qa_field -->
2592
  <label>
2593
- <?php _e("Description Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_content_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2594
  </label>
2595
  <div class="acx_qa_field">
2596
  <input type="text" name="acx_csma_desc_content_color3" id="acx_csma_desc_content_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_desc_content_color3']; ?>" size="20"/>
@@ -2604,20 +2599,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2604
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2605
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2606
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2607
- <?php _e("Footer Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2608
  </span>
2609
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2610
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2611
  <div class="acx_csmap_q_and_a_inside">
2612
  <label>
2613
- <?php _e("Footer Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2614
  </label>
2615
  <div class="acx_qa_field">
2616
  <?php $acx_csma_footer_text3 = $acx_csma_appearence_array['3']['acx_csma_footer_text3']; ?>
2617
  <input type="text" name="acx_csma_footer_text3" value="<?php echo $acx_csma_footer_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_footer_text3); ?>" size="20"/>
2618
  </div> <!-- acx_qa_field -->
2619
  <label>
2620
- <?php _e("Footer Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2621
  </label>
2622
  <div class="acx_qa_field">
2623
  <input type="text" name="acx_csma_footer_color3" id="acx_csma_footer_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_color3']; ?>" size="20"/>
@@ -2633,39 +2628,39 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2633
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2634
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2635
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2636
- <?php _e("Social Media Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2637
  </span>
2638
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2639
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2640
  <div class="acx_csmap_q_and_a_inside">
2641
  <label>
2642
- <?php _e("Social Media Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2643
  </label>
2644
  <div class="acx_qa_field">
2645
  <?php $acx_csma_social_link_title3 = $acx_csma_appearence_array['3']['acx_csma_social_link_title3']; ?>
2646
  <input type="text" name="acx_csma_social_link_title3" value="<?php echo $acx_csma_social_link_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_social_link_title3 ); ?>" size="20"/>
2647
  </div> <!-- acx_qa_field -->
2648
  <label>
2649
- <?php _e("Social Media Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_social_link_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2650
  </label>
2651
  <div class="acx_qa_field">
2652
  <input type="text" name="acx_csma_social_link_title_color3" id="acx_csma_social_link_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_social_link_title_color3']; ?>" size="20"/>
2653
  <div style="position: absolute;" id="acx_csma_social_link_title_color3_div"></div>
2654
  </div> <!-- acx_qa_field -->
2655
  <label>
2656
- <?php _e("Facebook Link:","coming-soon-maintenance-mode-from-acurax"); ?>
2657
  </label>
2658
  <div class="acx_qa_field">
2659
  <input type="text" name="acx_csma_fb_link3" id="acx_csma_fb_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_fb_link3']); ?>" size="20"/>
2660
  </div> <!-- acx_qa_field -->
2661
  <label>
2662
- <?php _e("Twitter Link:","coming-soon-maintenance-mode-from-acurax"); ?>
2663
  </label>
2664
  <div class="acx_qa_field">
2665
  <input type="text" name="acx_csma_twitter_link3" id="acx_csma_twitter_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_twitter_link3']); ?>" size="20"/>
2666
  </div> <!-- acx_qa_field -->
2667
  <label>
2668
- <?php _e("LinkedIn Link:","coming-soon-maintenance-mode-from-acurax"); ?>
2669
  </label>
2670
  <div class="acx_qa_field">
2671
  <input type="text" name="acx_csma_linkedin_link3" id="acx_csma_linkedin_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_linkedin_link3']); ?>" size="20"/>
@@ -2687,20 +2682,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2687
 
2688
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2689
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2690
- <?php _e("GDPR Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2691
  </span>
2692
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2693
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2694
  <div class="acx_csmap_q_and_a_inside">
2695
  <label>
2696
- <?php _e("Notice Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2697
  </label>
2698
  <div class="acx_qa_field">
2699
  <input type="text" name="acx_csma_footer_gdprcolor3" id="acx_csma_footer_gdprcolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_gdprcolor3']; ?>" size="20"/>
2700
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor3_div"></div>
2701
  </div> <!-- acx_qa_field -->
2702
  <label>
2703
- <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_footer_gdpr_hovercolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2704
  </label>
2705
  <div class="acx_qa_field">
2706
  <input type="text" name="acx_csma_footer_gdpr_hovercolor3" id="acx_csma_footer_gdpr_hovercolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_gdpr_hovercolor3']; ?>" size="20"/>
@@ -2719,18 +2714,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2719
 
2720
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2721
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2722
- <?php _e("Custom css Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2723
  </span>
2724
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2725
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2726
  <div class="acx_csmap_q_and_a_inside">
2727
 
2728
  <label>
2729
- <?php _e("Custom css","coming-soon-maintenance-mode-from-acurax"); ?>
2730
  </label>
2731
  <div class="acx_qa_field">
2732
  <?php $acx_csma_custom_css_temp3 = $acx_csma_appearence_array['3']['acx_csma_custom_css_temp3']; ?>
2733
- <textarea id="acx_csma_custom_css_temp3" name="acx_csma_custom_css_temp3" placeholder="<?php _e("CSS Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo stripslashes($acx_csma_custom_css_temp3); ?></textarea>
2734
  </div><!-- acx_qa_field -->
2735
  <div class="f_w"></div>
2736
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -2748,13 +2743,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2748
 
2749
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2750
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2751
- <?php _e("Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2752
  </span>
2753
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2754
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2755
  <div class="acx_csmap_q_and_a_inside">
2756
  <label>
2757
- <?php _e("Background Image:","coming-soon-maintenance-mode-from-acurax"); ?>
2758
  </label>
2759
  <div class="acx_qa_field">
2760
  <?php
@@ -2770,8 +2765,8 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2770
  <img id="custom_uploader_template_4_img_field_preview" src="<?php echo $bg4_url; ?>" style="width:100px;height:auto;">
2771
  <input type="hidden" id="custom_uploader_template_4_img_field" name="acx_csma_background_image4" value="<?php echo $acx_csma_bg4_id; ?>" size="20">
2772
  <br>
2773
- <a id="acx_upload_button_img4" class="button"><?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax"); ?></a>
2774
- <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/body_bg.jpg'; ?>','custom_uploader_template_4_img_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
2775
  </div> <!-- acx_qa_field -->
2776
  </div> <!-- acx_csmap_q_and_a_inside -->
2777
  </div> <!-- acx_csmap_q_and_a -->
@@ -2782,7 +2777,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2782
 
2783
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2784
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2785
- <?php _e("Logo Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2786
  </span>
2787
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2788
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -2790,12 +2785,12 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2790
  <div class="acx_csma_logo_main">
2791
  <table cellspacing="10">
2792
  <tr><td>
2793
- <input type="radio" name="acx_csma_logo_choice4" class="acx_csma_logo" id="acx_csma_logo_image4" value="image" onclick="acx_csma_rdbtn_show_logo('image','4');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['4'])){if($acx_csma_appearence_array['4']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['4']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image","coming-soon-maintenance-mode-from-acurax"); ?></td><td>
2794
- <input type="radio" name="acx_csma_logo_choice4" class="acx_csma_logo" id="acx_csma_logo_text4" value="text" onclick="acx_csma_rdbtn_show_logo('text','4');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['4'])){if($acx_csma_appearence_array['4']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text","coming-soon-maintenance-mode-from-acurax"); ?></td></tr></table>
2795
  </div><!--acx_csma_logo_main -->
2796
  <div id="acx_show_logo_image_4" class="acx_csma_logo_block acx_csma_logo_block_4" style="display:none;">
2797
  <label>
2798
- <?php _e("Logo:","coming-soon-maintenance-mode-from-acurax"); ?><span id="acx_csma_span">(<?php _e("Recommended size 326x138","coming-soon-maintenance-mode-from-acurax"); ?>)</span>
2799
  </label>
2800
  <div class="acx_qa_field">
2801
  <?php
@@ -2812,13 +2807,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2812
  <img id="custom_uploader_template_4_logo_field_preview" src="<?php echo $logo4_url; ?>" style="width:100px;height:auto;">
2813
  <input type="hidden" id="custom_uploader_template_4_logo_field" name="acx_csma_logo4" value="<?php echo $acx_csma_logo4_id; ?>" size="20">
2814
  <br>
2815
- <a id="acx_upload_button_logo4" class="button"><?php _e("Pick a Logo","coming-soon-maintenance-mode-from-acurax"); ?></a>
2816
- <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/logo.png'; ?>','custom_uploader_template_4_logo_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
2817
  </div> <!-- acx_qa_field -->
2818
  </div><!--acx_show_logo_image-->
2819
  <div id="acx_show_logo_text_4" class="acx_csma_logo_block acx_csma_logo_block_4" style="display:none;">
2820
  <label>
2821
- <?php _e("Logo Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2822
  </label>
2823
  <div class="acx_qa_field">
2824
  <?php if(array_key_exists('acx_csma_logo_text4',$acx_csma_appearence_array['4'])){ $acx_csma_logo_text4=$acx_csma_appearence_array['4']['acx_csma_logo_text4'];
@@ -2829,10 +2824,10 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2829
  else{
2830
  $acx_csma_logo_text4=get_bloginfo('name');
2831
  }?>
2832
- <input type="text" name="acx_csma_logo_text4" placeholder="<?php _e("Logo Text Here","coming-soon-maintenance-mode-from-acurax"); ?>" value="<?php echo $acx_csma_logo_text4 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text4); ?>" size="20"/>
2833
  </div> <!-- acx_qa_field -->
2834
  <label>
2835
- <?php _e("Logo Text Color:","coming-soon-maintenance-mode-from-acurax"); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2836
  </label>
2837
  <div class="acx_qa_field">
2838
  <?php if(array_key_exists('acx_csma_logo_text_color4',$acx_csma_appearence_array['4'])){ $acx_csma_logo_text_color4=$acx_csma_appearence_array['4']['acx_csma_logo_text_color4'];
@@ -2854,35 +2849,35 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2854
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2855
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2856
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2857
- <?php _e("Main Heading & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2858
  </span>
2859
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2860
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2861
  <div class="acx_csmap_q_and_a_inside">
2862
  <label>
2863
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ebebeb','acx_csma_inside_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2864
  </label>
2865
  <div class="acx_qa_field">
2866
  <input type="text" name="acx_csma_inside_bg_color4" id="acx_csma_inside_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_inside_bg_color4']; ?>" size="20"/>
2867
  <div style="position: absolute;" id="acx_csma_inside_bg_color4_div"></div>
2868
  </div> <!-- acx_qa_field -->
2869
  <label>
2870
- <?php _e("Title Text:","coming-soon-maintenance-mode-from-acurax"); ?>
2871
  </label>
2872
  <div class="acx_qa_field">
2873
  <?php $acx_csma_title4 = $acx_csma_appearence_array['4']['acx_csma_title4']; ?>
2874
  <input type="text" name="acx_csma_title4" value="<?php echo $acx_csma_title4 = acx_csma_option_text_after_save_hook_fn($acx_csma_title4); ?>" size="20"/>
2875
  </div> <!-- acx_qa_field -->
2876
  <label>
2877
- <?php _e("Custom HTML Block Above Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
2878
  </label>
2879
  <div class="acx_qa_field">
2880
  <?php $acx_csma_custom_html_top_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4']; ?>
2881
- <textarea id="acx_csma_custom_html_top_temp4" name="acx_csma_custom_html_top_temp4" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_temp4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp4); ?></textarea>
2882
  </div><!-- acx_qa_field -->
2883
  <div class="f_w"></div>
2884
  <label>
2885
- <?php _e("Title Text color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_title_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2886
  </label>
2887
  <div class="acx_qa_field">
2888
  <input type="text" name="acx_csma_title_color4" id="acx_csma_title_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_title_color4']; ?>" size="20"/>
@@ -2897,22 +2892,22 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2897
 
2898
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2899
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2900
- <?php _e("Countdown Timer, Progress Bar & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2901
  </span>
2902
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2903
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2904
  <div class="acx_csmap_q_and_a_inside">
2905
  <label>
2906
- <?php _e("Would you like to show Timer?","coming-soon-maintenance-mode-from-acurax"); ?>
2907
  </label>
2908
  <div class="acx_qa_field">
2909
  <select name="acx_csma_show_timer4">
2910
- <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_timer4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2911
- <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_timer4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2912
  </select>
2913
  </div>
2914
  <label>
2915
- <?php _e("Input Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_timer_iptext_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2916
  </label>
2917
  <div class="acx_qa_field">
2918
  <input type="text" name="acx_csma_timer_iptext_color4" id="acx_csma_timer_iptext_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_timer_iptext_color4']; ?>" size="20"/>
@@ -2920,48 +2915,48 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2920
  </div> <!-- acx_qa_field -->
2921
 
2922
  <label>
2923
- <?php _e("Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_timer_head_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2924
  </label>
2925
  <div class="acx_qa_field">
2926
  <input type="text" name="acx_csma_timer_head_color4" id="acx_csma_timer_head_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_timer_head_color4']; ?>" size="20"/>
2927
  <div style="position: absolute;" id="acx_csma_timer_head_color4_div"></div>
2928
  </div> <!-- acx_qa_field -->
2929
  <label>
2930
- <?php _e("Would you like to show Progress Bar?","coming-soon-maintenance-mode-from-acurax"); ?>
2931
  </label>
2932
  <div class="acx_qa_field">
2933
  <select name="acx_csma_show_progressbar4">
2934
- <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_progressbar4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2935
- <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_progressbar4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2936
  </select>
2937
  </div>
2938
  <label>
2939
- <?php _e("Progress Bar Border Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_progress_bar_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2940
  </label>
2941
  <div class="acx_qa_field">
2942
  <input type="text" name="acx_csma_progress_bar_color4" id="acx_csma_progress_bar_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_color4']; ?>" size="20"/>
2943
  <div style="position: absolute;" id="acx_csma_progress_bar_color4_div"></div>
2944
  </div> <!-- acx_qa_field -->
2945
  <label>
2946
- <?php _e("Progress Bar BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_progress_bar_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2947
  </label>
2948
  <div class="acx_qa_field">
2949
  <input type="text" name="acx_csma_progress_bar_bg_color4" id="acx_csma_progress_bar_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_bg_color4']; ?>" size="20"/>
2950
  <div style="position: absolute;" id="acx_csma_progress_bar_bg_color4_div"></div>
2951
  </div> <!-- acx_qa_field -->
2952
  <label>
2953
- <?php _e("Progress Bar TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_progress_bar_text_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
2954
  </label>
2955
  <div class="acx_qa_field">
2956
  <input type="text" name="acx_csma_progress_bar_text_color4" id="acx_csma_progress_bar_text_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_text_color4']; ?>" size="20"/>
2957
  <div style="position: absolute;" id="acx_csma_progress_bar_text_color4_div"></div>
2958
  </div> <!-- acx_qa_field -->
2959
  <label>
2960
- <?php _e("Custom HTML Block Below Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
2961
  </label>
2962
  <div class="acx_qa_field">
2963
  <?php $acx_csma_custom_html_bottom_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4']; ?>
2964
- <textarea id="acx_csma_custom_html_bottom_temp4" name="acx_csma_custom_html_bottom_temp4" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_temp4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp4); ?></textarea>
2965
  </div><!-- acx_qa_field -->
2966
  </div> <!-- acx_csmap_q_and_a_inside -->
2967
  </div> <!-- acx_csmap_q_and_a -->
@@ -2972,84 +2967,84 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
2972
 
2973
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2974
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2975
- <?php _e("Subscription Form & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?>
2976
  </span>
2977
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2978
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2979
  <div class="acx_csmap_q_and_a_inside">
2980
  <label>
2981
- <?php _e("Would you like to show Subscription Form?","coming-soon-maintenance-mode-from-acurax"); ?>
2982
  </label>
2983
  <div class="acx_qa_field">
2984
  <select name="acx_csma_show_subscription4">
2985
- <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2986
- <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2987
  </select>
2988
  </div>
2989
  <label>
2990
- <?php _e("Would you like to show name field in Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
2991
  </label>
2992
  <div class="acx_qa_field">
2993
  <select name="acx_csma_show_subscription_name4">
2994
- <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription_name4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
2995
- <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription_name4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
2996
  </select>
2997
  </div>
2998
  <label>
2999
- <?php _e("Subscription Title Text:","coming-soon-maintenance-mode-from-acurax"); ?>
3000
  </label>
3001
  <div class="acx_qa_field">
3002
  <?php $acx_csma_subscription_title4 = $acx_csma_appearence_array['4']['acx_csma_subscription_title4']; ?>
3003
  <input type="text" name="acx_csma_subscription_title4" value="<?php echo $acx_csma_subscription_title4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscription_title4); ?>" size="20"/>
3004
  </div> <!-- acx_qa_field -->
3005
  <label>
3006
- <?php _e("Subscription Title TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#666666','acx_csma_subscription_title_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3007
  </label>
3008
  <div class="acx_qa_field">
3009
  <input type="text" name="acx_csma_subscription_title_color4" id="acx_csma_subscription_title_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_title_color4']; ?>" size="20"/>
3010
  <div style="position: absolute;" id="acx_csma_subscription_title_color4_div"></div>
3011
  </div> <!-- acx_qa_field -->
3012
  <label>
3013
- <?php _e("Subscription Button Text:","coming-soon-maintenance-mode-from-acurax"); ?>
3014
  </label>
3015
  <div class="acx_qa_field">
3016
  <?php $acx_csma_subscription_btn_text4 = $acx_csma_appearence_array['4']['acx_csma_subscription_btn_text4']; ?>
3017
  <input type="text" name="acx_csma_subscription_btn_text4" value="<?php echo $acx_csma_subscription_btn_text4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscription_btn_text4); ?>" size="20"/>
3018
  </div> <!-- acx_qa_field -->
3019
  <label>
3020
- <?php _e("Subscription Button Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscription_btn_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3021
  </label>
3022
  <div class="acx_qa_field">
3023
  <input type="text" name="acx_csma_subscription_btn_color4" id="acx_csma_subscription_btn_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_btn_color4']; ?>" size="20"/>
3024
  <div style="position: absolute;" id="acx_csma_subscription_btn_color4_div"></div>
3025
  </div> <!-- acx_qa_field -->
3026
  <label>
3027
- <?php _e("Subscription Button BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#333333','acx_csma_subscription_btn_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3028
  </label>
3029
  <div class="acx_qa_field">
3030
  <input type="text" name="acx_csma_subscription_btn_bg_color4" id="acx_csma_subscription_btn_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_btn_bg_color4']; ?>" size="20"/>
3031
  <div style="position: absolute;" id="acx_csma_subscription_btn_bg_color4_div"></div>
3032
  </div> <!-- acx_qa_field -->
3033
  <label>
3034
- <?php _e("Subscribe Success Message:","coming-soon-maintenance-mode-from-acurax"); ?>
3035
  </label>
3036
  <div class="acx_qa_field">
3037
  <?php $acx_csma_subscribe_success4 = $acx_csma_appearence_array['4']['acx_csma_subscribe_success4']; ?>
3038
  <input type="text" name="acx_csma_subscribe_success4" value="<?php echo $acx_csma_subscribe_success4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success4); ?>" size="20"/>
3039
  </div> <!-- acx_qa_field -->
3040
  <label>
3041
- <?php _e("Subscribe Invalid Message:","coming-soon-maintenance-mode-from-acurax"); ?>
3042
  </label>
3043
  <div class="acx_qa_field">
3044
  <?php $acx_csma_subscribe_invalid4 = $acx_csma_appearence_array['4']['acx_csma_subscribe_invalid4'];?>
3045
  <input type="text" name="acx_csma_subscribe_invalid4" value="<?php echo $acx_csma_subscribe_invalid4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_invalid4); ?>" size="20"/>
3046
  </div> <!-- acx_qa_field -->
3047
  <label>
3048
- <?php _e("Custom HTML Block Below Subscription form","coming-soon-maintenance-mode-from-acurax"); ?>
3049
  </label>
3050
  <div class="acx_qa_field">
3051
  <?php $acx_csma_custom_html_subscrpt_below_sub4 = $acx_csma_appearence_array['4']['acx_csma_custom_html_subscrpt_below_sub4']; ?>
3052
- <textarea id="acx_csma_custom_html_subscrpt_below_sub4" name="acx_csma_custom_html_subscrpt_below_sub4" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_subscrpt_below_sub4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_subscrpt_below_sub4); ?></textarea>
3053
  </div><!-- acx_qa_field -->
3054
  <div class="f_w"></div>
3055
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -3060,25 +3055,25 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3060
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3061
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3062
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3063
- <?php _e("Social Media Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3064
  </span>
3065
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3066
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3067
  <div class="acx_csmap_q_and_a_inside">
3068
  <label>
3069
- <?php _e("Facebook Link","coming-soon-maintenance-mode-from-acurax"); ?>
3070
  </label>
3071
  <div class="acx_qa_field">
3072
  <input type="text" name="acx_csma_fb_link4" id="acx_csma_fb_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_fb_link4']); ?>" size="20"/>
3073
  </div> <!-- acx_qa_field -->
3074
  <label>
3075
- <?php _e("Twitter Link","coming-soon-maintenance-mode-from-acurax"); ?>
3076
  </label>
3077
  <div class="acx_qa_field">
3078
  <input type="text" name="acx_csma_twitter_link4" id="acx_csma_twitter_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_twitter_link4']); ?>" size="20"/>
3079
  </div> <!-- acx_qa_field -->
3080
  <label>
3081
- <?php _e("LinkedIn Link","coming-soon-maintenance-mode-from-acurax"); ?>
3082
  </label>
3083
  <div class="acx_qa_field">
3084
  <input type="text" name="acx_csma_linkedin_link4" id="acx_csma_linkedin_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_linkedin_link4']); ?>" size="20"/>
@@ -3100,20 +3095,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3100
 
3101
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3102
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3103
- <?php _e("GDPR Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3104
  </span>
3105
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3106
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3107
  <div class="acx_csmap_q_and_a_inside">
3108
  <label>
3109
- <?php _e("Notice Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_gdprcolor4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3110
  </label>
3111
  <div class="acx_qa_field">
3112
  <input type="text" name="acx_csma_footer_gdprcolor4" id="acx_csma_footer_gdprcolor4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_footer_gdprcolor4']; ?>" size="20"/>
3113
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor4_div"></div>
3114
  </div> <!-- acx_qa_field -->
3115
  <label>
3116
- <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#adadad','acx_csma_footer_gdpr_hovercolor4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3117
  </label>
3118
  <div class="acx_qa_field">
3119
  <input type="text" name="acx_csma_footer_gdpr_hovercolor4" id="acx_csma_footer_gdpr_hovercolor4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_footer_gdpr_hovercolor4']; ?>" size="20"/>
@@ -3132,18 +3127,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3132
 
3133
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3134
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3135
- <?php _e("Custom css Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3136
  </span>
3137
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3138
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3139
  <div class="acx_csmap_q_and_a_inside">
3140
 
3141
  <label>
3142
- <?php _e("Custom css","coming-soon-maintenance-mode-from-acurax"); ?>
3143
  </label>
3144
  <div class="acx_qa_field">
3145
  <?php $acx_csma_custom_css_temp4 = $acx_csma_appearence_array['4']['acx_csma_custom_css_temp4']; ?>
3146
- <textarea id="acx_csma_custom_css_temp4" name="acx_csma_custom_css_temp4" placeholder="<?php _e("CSS Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo stripslashes($acx_csma_custom_css_temp4); ?></textarea>
3147
  </div><!-- acx_qa_field -->
3148
  <div class="f_w"></div>
3149
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -3160,13 +3155,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3160
 
3161
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3162
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3163
- <?php _e("Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3164
  </span>
3165
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3166
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3167
  <div class="acx_csmap_q_and_a_inside">
3168
  <label>
3169
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#e9eaec','acx_csma_bgcolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3170
  </label>
3171
  <div class="acx_qa_field">
3172
  <input type="text" name="acx_csma_bgcolor5" id="acx_csma_bgcolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_bgcolor5']; ?>" size="20"/>
@@ -3180,7 +3175,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3180
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3181
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3182
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3183
- <?php _e("Logo Settings ","coming-soon-maintenance-mode-from-acurax"); ?>
3184
  </span>
3185
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3186
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
@@ -3188,12 +3183,12 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3188
  <div class="acx_csma_logo_main">
3189
  <table cellspacing="10">
3190
  <tr><td>
3191
- <input type="radio" name="acx_csma_logo_choice5" class="acx_csma_logo" id="acx_csma_logo_image5" value="image" onclick="acx_csma_rdbtn_show_logo('image','5');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['5'])){if($acx_csma_appearence_array['5']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['5']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image","coming-soon-maintenance-mode-from-acurax"); ?></td><td>
3192
- <input type="radio" name="acx_csma_logo_choice5" class="acx_csma_logo" id="acx_csma_logo_text5" value="text" onclick="acx_csma_rdbtn_show_logo('text','5');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['5'])){if($acx_csma_appearence_array['5']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text","coming-soon-maintenance-mode-from-acurax"); ?></td></tr></table>
3193
  </div><!--acx_csma_logo_main -->
3194
  <div id="acx_show_logo_image_5" class="acx_csma_logo_block acx_csma_logo_block_5" style="display:none;">
3195
  <label>
3196
- <?php _e("Logo:","coming-soon-maintenance-mode-from-acurax"); ?> <span id="acx_csma_span">(<?php _e("Recommended size 315x94","coming-soon-maintenance-mode-from-acurax"); ?>)</span>
3197
  </label>
3198
  <div class="acx_qa_field">
3199
  <?php
@@ -3209,13 +3204,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3209
  <img id="custom_uploader_template_5_logo_field_preview" src="<?php echo $logo5_url; ?>" style="width:100px;height:auto;">
3210
  <input type="hidden" id="custom_uploader_template_5_logo_field" name="acx_csma_logo5" value="<?php echo $acx_csma_logo5_id ; ?>" size="20">
3211
  <br>
3212
- <a id="acx_upload_button_logo5" class="button">Pick a <?php _e("Logo","coming-soon-maintenance-mode-from-acurax"); ?></a>
3213
- <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_5_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/5/images/logo.png'; ?>','custom_uploader_template_5_logo_field');" class="button"><?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?></a>
3214
  </div> <!-- acx_qa_field -->
3215
  </div> <!-- acx_show_logo_image -->
3216
  <div id="acx_show_logo_text_5" class="acx_csma_logo_block acx_csma_logo_block_5" style="display:none;">
3217
  <label>
3218
- <?php _e("Logo Text:","coming-soon-maintenance-mode-from-acurax"); ?>
3219
  </label>
3220
  <div class="acx_qa_field">
3221
  <?php if(array_key_exists('acx_csma_logo_text5',$acx_csma_appearence_array['5'])){$acx_csma_logo_text5=$acx_csma_appearence_array['5']['acx_csma_logo_text5'];
@@ -3225,10 +3220,10 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3225
  }}else{
3226
  $acx_csma_logo_text5=get_bloginfo('name');
3227
  }?>
3228
- <input type="text" name="acx_csma_logo_text5" placeholder="<?php _e("Logo Text Here","coming-soon-maintenance-mode-from-acurax"); ?>" value="<?php echo $acx_csma_logo_text5 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text5); ?>" size="20"/>
3229
  </div> <!-- acx_qa_field -->
3230
  <label>
3231
- <?php _e("Logo Text Color: ","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_text_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3232
  </label>
3233
  <div class="acx_qa_field">
3234
  <?php if(array_key_exists('acx_csma_logo_text_color5',$acx_csma_appearence_array['5'])){$acx_csma_logo_text_color5=$acx_csma_appearence_array['5']['acx_csma_logo_text_color5'];
@@ -3248,13 +3243,13 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3248
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3249
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3250
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3251
- <?php _e("Inner Block Background Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3252
  </span>
3253
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3254
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3255
  <div class="acx_csmap_q_and_a_inside">
3256
  <label>
3257
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#f5f5f5','acx_csma_inside_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3258
  </label>
3259
  <div class="acx_qa_field">
3260
  <input type="text" name="acx_csma_inside_bg_color5" id="acx_csma_inside_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_inside_bg_color5']; ?>" size="20"/>
@@ -3268,28 +3263,28 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3268
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3269
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3270
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3271
- <?php _e("Main Heading Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3272
  </span>
3273
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3274
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3275
  <div class="acx_csmap_q_and_a_inside">
3276
  <label>
3277
- <?php _e("Title Text: ","coming-soon-maintenance-mode-from-acurax"); ?>
3278
  </label>
3279
  <div class="acx_qa_field">
3280
  <?php $acx_csma_title5 = $acx_csma_appearence_array['5']['acx_csma_title5'];?>
3281
  <input type="text" name="acx_csma_title5" value="<?php echo $acx_csma_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_title5); ?>" size="20"/>
3282
  </div> <!-- acx_qa_field -->
3283
  <label>
3284
- <?php _e("Custom HTML Block Above Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
3285
  </label>
3286
  <div class="acx_qa_field">
3287
  <?php $acx_csma_custom_html_top_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5']; ?>
3288
- <textarea id="acx_csma_custom_html_top_temp5" name="acx_csma_custom_html_top_temp5" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_temp5 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp5); ?></textarea>
3289
  </div><!-- acx_qa_field -->
3290
  <div class="f_w"></div>
3291
  <label>
3292
- <?php _e("Title Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_title_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3293
  </label>
3294
  <div class="acx_qa_field">
3295
  <input type="text" name="acx_csma_title_color5" id="acx_csma_title_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_title_color5']; ?>" size="20"/>
@@ -3303,70 +3298,70 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3303
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3304
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3305
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3306
- <?php _e("Countdown, Progress bar & Custom HTML Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3307
  </span>
3308
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3309
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3310
  <div class="acx_csmap_q_and_a_inside">
3311
  <label>
3312
- <?php _e("Would you like to show Timer?","coming-soon-maintenance-mode-from-acurax"); ?>
3313
  </label>
3314
  <div class="acx_qa_field">
3315
  <select name="acx_csma_show_timer5">
3316
- <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_timer5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
3317
- <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_timer5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
3318
  </select>
3319
  </div>
3320
  <label>
3321
- <?php _e("Input Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3322
  </label>
3323
  <div class="acx_qa_field">
3324
  <input type="text" name="acx_csma_timer_iptext_color5" id="acx_csma_timer_iptext_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_timer_iptext_color5']; ?>" size="20"/>
3325
  <div style="position: absolute;" id="acx_csma_timer_iptext_color5_div"></div>
3326
  </div> <!-- acx_qa_field -->
3327
  <label>
3328
- <?php _e("Heading Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3329
  </label>
3330
  <div class="acx_qa_field">
3331
  <input type="text" name="acx_csma_timer_head_color5" id="acx_csma_timer_head_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_timer_head_color5']; ?>" size="20"/>
3332
  <div style="position: absolute;" id="acx_csma_timer_head_color5_div"></div>
3333
  </div> <!-- acx_qa_field -->
3334
  <label>
3335
- <?php _e("Would you like to show Progress Bar ?","coming-soon-maintenance-mode-from-acurax"); ?>
3336
  </label>
3337
  <div class="acx_qa_field">
3338
  <select name="acx_csma_show_progressbar5">
3339
- <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_progressbar5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes","coming-soon-maintenance-mode-from-acurax"); ?> </option>
3340
- <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_progressbar5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
3341
  </select>
3342
  </div>
3343
  <label>
3344
- <?php _e("Progress Bar BorderColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_progress_bar_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3345
  </label>
3346
  <div class="acx_qa_field">
3347
  <input type="text" name="acx_csma_progress_bar_color5" id="acx_csma_progress_bar_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_color5']; ?>" size="20"/>
3348
  <div style="position: absolute;" id="acx_csma_progress_bar_color5_div"></div>
3349
  </div> <!-- acx_qa_field -->
3350
  <label>
3351
- <?php _e("Progress Bar BackgroundColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_progress_bar_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3352
  </label>
3353
  <div class="acx_qa_field">
3354
  <input type="text" name="acx_csma_progress_bar_bg_color5" id="acx_csma_progress_bar_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_bg_color5']; ?>" size="20"/>
3355
  <div style="position: absolute;" id="acx_csma_progress_bar_bg_color5_div"></div>
3356
  </div> <!-- acx_qa_field -->
3357
  <label>
3358
- <?php _e("Progress Bar TextColor:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_progress_bar_text_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3359
  </label>
3360
  <div class="acx_qa_field">
3361
  <input type="text" name="acx_csma_progress_bar_text_color5" id="acx_csma_progress_bar_text_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_text_color5']; ?>" size="20"/>
3362
  <div style="position: absolute;" id="acx_csma_progress_bar_text_color5_div"></div>
3363
  </div> <!-- acx_qa_field -->
3364
  <label>
3365
- <?php _e("Custom HTML Block Below Countdown Timer","coming-soon-maintenance-mode-from-acurax"); ?>
3366
  </label>
3367
  <div class="acx_qa_field">
3368
  <?php $acx_csma_custom_html_bottom_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5']; ?>
3369
- <textarea id="acx_csma_custom_html_bottom_temp5" name="acx_csma_custom_html_bottom_temp5" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_temp5 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp5); ?></textarea>
3370
  </div><!-- acx_qa_field -->
3371
  </div><!-- acx_csmap_q_and_a_inside -->
3372
  </div> <!-- acx_csmap_q_and_a -->
@@ -3376,90 +3371,90 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3376
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3377
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3378
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3379
- <?php _e("Subscription Form Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3380
  </span>
3381
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3382
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3383
  <div class="acx_csmap_q_and_a_inside">
3384
  <label>
3385
- <?php _e("Would you like to show Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
3386
  </label>
3387
  <div class="acx_qa_field">
3388
  <select name="acx_csma_show_subscription5">
3389
- <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
3390
- <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
3391
  </select>
3392
  </div>
3393
  <label>
3394
- <?php _e("Would you like to show name field in Subscription form?","coming-soon-maintenance-mode-from-acurax"); ?>
3395
  </label>
3396
  <div class="acx_qa_field">
3397
  <select name="acx_csma_show_subscription_name5">
3398
- <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription_name5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ","coming-soon-maintenance-mode-from-acurax"); ?></option>
3399
- <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription_name5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No","coming-soon-maintenance-mode-from-acurax"); ?></option>
3400
  </select>
3401
  </div>
3402
  <label>
3403
- <?php _e("Custom HTML Block Above Subscription form","coming-soon-maintenance-mode-from-acurax"); ?>
3404
  </label>
3405
  <div class="acx_qa_field">
3406
  <?php $acx_csma_custom_html_top_sub = $acx_csma_appearence_array['5']['acx_csma_custom_html_top_sub']; ?>
3407
- <textarea id="acx_csma_custom_html_top_sub" name="acx_csma_custom_html_top_sub" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_top_sub = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_sub); ?></textarea>
3408
  </div><!-- acx_qa_field -->
3409
  <div class="f_w"></div>
3410
 
3411
  <label>
3412
- <?php _e("Custom HTML Block Below Subscription form","coming-soon-maintenance-mode-from-acurax"); ?>
3413
  </label>
3414
  <div class="acx_qa_field">
3415
  <?php $acx_csma_custom_html_bottom_sub =$acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_sub']; ?>
3416
- <textarea id="acx_csma_custom_html_bottom_sub" name="acx_csma_custom_html_bottom_sub" placeholder="<?php _e("HTML Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo $acx_csma_custom_html_bottom_sub = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_sub); ?></textarea>
3417
  </div><!-- acx_qa_field -->
3418
  <div class="f_w"></div>
3419
  <label>
3420
- <?php _e("Background Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#2f2f2f','acx_csma_subscribe_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3421
  </label>
3422
  <div class="acx_qa_field">
3423
  <input type="text" name="acx_csma_subscribe_bg_color5" id="acx_csma_subscribe_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_subscribe_bg_color5']; ?>" size="20"/>
3424
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color5_div"></div>
3425
  </div> <!-- acx_qa_field -->
3426
  <label>
3427
- <?php _e("Launch Title:","coming-soon-maintenance-mode-from-acurax"); ?>
3428
  </label>
3429
  <div class="acx_qa_field">
3430
  <?php $acx_csma_subscribe_main_title5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5']; ?>
3431
  <input type="text" name="acx_csma_subscribe_main_title5" value="<?php echo $acx_csma_subscribe_main_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_main_title5); ?>" size="20"/>
3432
  </div> <!-- acx_qa_field -->
3433
  <label>
3434
- <?php _e("Launch Title Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_launch_title_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3435
  </label>
3436
  <div class="acx_qa_field">
3437
  <input type="text" name="acx_csma_launch_title_color5" id="acx_csma_launch_title_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_launch_title_color5']; ?>" size="20"/>
3438
  <div style="position: absolute;" id="acx_csma_launch_title_color5_div"></div>
3439
  </div> <!-- acx_qa_field -->
3440
  <label>
3441
- <?php _e("Title:","coming-soon-maintenance-mode-from-acurax"); ?>
3442
  </label>
3443
  <div class="acx_qa_field">
3444
  <?php $acx_csma_subscribe_title5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_title5'];?>
3445
  <input type="text" name="acx_csma_subscribe_title5" value="<?php echo $acx_csma_subscribe_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title5); ?>" size="20"/>
3446
  </div> <!-- acx_qa_field -->
3447
  <label>
3448
- <?php _e("Subscribe Button Text:","coming-soon-maintenance-mode-from-acurax"); ?>
3449
  </label>
3450
  <div class="acx_qa_field">
3451
  <?php $acx_csma_subscribe_btn_text5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_btn_text5']; ?>
3452
  <input type="text" name="acx_csma_subscribe_btn_text5" value="<?php echo $acx_csma_subscribe_btn_text5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text5); ?>" size="20"/>
3453
  </div> <!-- acx_qa_field -->
3454
  <label>
3455
- <?php _e("Subscribe Success Message:","coming-soon-maintenance-mode-from-acurax"); ?>
3456
  </label>
3457
  <div class="acx_qa_field">
3458
  <?php $acx_csma_subscribe_success5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_success5']; ?>
3459
  <input type="text" name="acx_csma_subscribe_success5" value="<?php echo $acx_csma_subscribe_success5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success5); ?>" size="20"/>
3460
  </div> <!-- acx_qa_field -->
3461
  <label>
3462
- <?php _e("Subscribe Invalid Message:","coming-soon-maintenance-mode-from-acurax"); ?>
3463
  </label>
3464
  <div class="acx_qa_field">
3465
  <?php $acx_csma_subscribe_invalid5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5'];?>
@@ -3473,25 +3468,25 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3473
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3474
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3475
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3476
- <?php _e("Social Media Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3477
  </span>
3478
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3479
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3480
  <div class="acx_csmap_q_and_a_inside">
3481
  <label>
3482
- <?php _e("Facebook Link","coming-soon-maintenance-mode-from-acurax"); ?>
3483
  </label>
3484
  <div class="acx_qa_field">
3485
  <input type="text" name="acx_csma_fb_link5" id="acx_csma_fb_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_fb_link5']); ?>" size="20"/>
3486
  </div> <!-- acx_qa_field -->
3487
  <label>
3488
- <?php _e("Twitter Link","coming-soon-maintenance-mode-from-acurax"); ?>
3489
  </label>
3490
  <div class="acx_qa_field">
3491
  <input type="text" name="acx_csma_twitter_link5" id="acx_csma_twitter_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_twitter_link5']); ?>" size="20"/>
3492
  </div> <!-- acx_qa_field -->
3493
  <label>
3494
- <?php _e("LinkedIn Link","coming-soon-maintenance-mode-from-acurax"); ?>
3495
  </label>
3496
  <div class="acx_qa_field">
3497
  <input type="text" name="acx_csma_linkedin_link5" id="acx_csma_linkedin_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_linkedin_link5']); ?>" size="20"/>
@@ -3513,20 +3508,20 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3513
 
3514
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3515
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3516
- <?php _e("GDPR Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3517
  </span>
3518
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3519
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3520
  <div class="acx_csmap_q_and_a_inside">
3521
  <label>
3522
- <?php _e("Notice Text Color:","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3523
  </label>
3524
  <div class="acx_qa_field">
3525
  <input type="text" name="acx_csma_footer_gdprcolor5" id="acx_csma_footer_gdprcolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_footer_gdprcolor5']; ?>" size="20"/>
3526
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor5_div"></div>
3527
  </div> <!-- acx_qa_field -->
3528
  <label>
3529
- <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):","coming-soon-maintenance-mode-from-acurax"); ?><a onclick="acx_csma_restore_default('','#a19e99','acx_csma_footer_gdpr_hovercolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default","coming-soon-maintenance-mode-from-acurax"); ?>]</a>
3530
  </label>
3531
  <div class="acx_qa_field">
3532
  <input type="text" name="acx_csma_footer_gdpr_hovercolor5" id="acx_csma_footer_gdpr_hovercolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_footer_gdpr_hovercolor5']; ?>" size="20"/>
@@ -3545,18 +3540,18 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3545
 
3546
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3547
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3548
- <?php _e("Custom css Settings","coming-soon-maintenance-mode-from-acurax"); ?>
3549
  </span>
3550
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3551
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3552
  <div class="acx_csmap_q_and_a_inside">
3553
 
3554
  <label>
3555
- <?php _e("Custom css","coming-soon-maintenance-mode-from-acurax"); ?>
3556
  </label>
3557
  <div class="acx_qa_field">
3558
  <?php $acx_csma_custom_css_temp5 = $acx_csma_appearence_array['5']['acx_csma_custom_css_temp5']; ?>
3559
- <textarea id="acx_csma_custom_css_temp5" name="acx_csma_custom_css_temp5" placeholder="<?php _e("CSS Code Here","coming-soon-maintenance-mode-from-acurax"); ?>"><?php echo stripslashes($acx_csma_custom_css_temp5); ?></textarea>
3560
  </div><!-- acx_qa_field -->
3561
  <div class="f_w"></div>
3562
  </div> <!-- acx_csmap_q_and_a_inside -->
@@ -3570,7 +3565,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3570
  <table>
3571
  <tr><td>
3572
  <label>
3573
- <?php _e("Custom HTML content","coming-soon-maintenance-mode-from-acurax"); ?>
3574
  </label></td>
3575
  <td><?php $acx_csma_custom_html_val = get_option('acx_csma_custom_html_val'); ?>
3576
  <textarea id="acx_csma_custom_html" name="acx_csma_custom_html_val" style="max-width: 80%; width: 500px; height: 180px;"><?php echo $acx_csma_custom_html_val = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_val); ?></textarea>
@@ -3580,7 +3575,7 @@ acx_csma_hook_function('acx_csma_hook_mainoptions_outside_if_submit');
3580
  </div><!-- acx_csma_template_0-->
3581
  </div><!--acx_csma_tab_block_2-->
3582
  <table>
3583
- <tr><td colspan="3"><p><a onclick="acx_csma_save_settings('acx_csma_ip_list1');" name="Submit" id="Submit" class="button button-primary" style="margin-left:20px;"><?php _e('Save Settings','coming-soon-maintenance-mode-from-acurax'); ?></a></p>
3584
  <input name="acx_csma_save_config" type="hidden" value="<?php echo wp_create_nonce('acx_csma_save_config'); ?>" />
3585
  </td></tr>
3586
  </table>
@@ -3620,20 +3615,20 @@ if($acx_csma_template != "")
3620
  //upload images and logos
3621
  jQuery(document).ready(function()
3622
  {
3623
- acx_csma_upload_images_template_loader("acx_csma_favicon_button","<?php _e("Choose Favicon","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","acx_csma_favicon_field","acx_csma_favicon");
3624
 
3625
- acx_csma_upload_images_template_loader("acx_upload_button_img1","<?php _e("Choose Background","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_1_img_field","custom_uploader_template_1_img_field_preview");
3626
 
3627
- acx_csma_upload_images_template_loader("acx_upload_button_logo1","<?php _e("Choose Logo","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_1_logo_field","custom_uploader_template_1_logo_field_preview");
3628
 
3629
- acx_csma_upload_images_template_loader("acx_upload_button_logo2","<?php _e("Choose Logo","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_2_logo_field","custom_uploader_template_2_logo_field_preview");
3630
 
3631
- acx_csma_upload_images_template_loader("acx_upload_button_logo3","<?php _e("Choose Logo","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_3_logo_field","custom_uploader_template_3_logo_field_preview");
3632
 
3633
- acx_csma_upload_images_template_loader("acx_upload_button_img4","<?php _e("Choose Background","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_4_img_field","custom_uploader_template_4_img_field_preview");
3634
- acx_csma_upload_images_template_loader("acx_upload_button_logo4","<?php _e("Choose Logo","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_4_logo_field","custom_uploader_template_4_logo_field_preview");
3635
 
3636
- acx_csma_upload_images_template_loader("acx_upload_button_logo5","<?php _e("Choose Logo","coming-soon-maintenance-mode-from-acurax");?>","<?php _e("Choose Image","coming-soon-maintenance-mode-from-acurax");?>","custom_uploader_template_5_logo_field","custom_uploader_template_5_logo_field_preview");
3637
  });
3638
  //show logo div
3639
  function acx_csma_rdbtn_show_logo(value,id)
@@ -3661,7 +3656,7 @@ function acx_csma_validate(acx_csma_validate_color)
3661
  }
3662
  else
3663
  {
3664
- alert("<?php _e("You have entered an invalid color!","coming-soon-maintenance-mode-from-acurax");?>");
3665
  return false;
3666
  }
3667
  }
@@ -3690,7 +3685,7 @@ function acx_csma_addNewItem(listBox,txtvalue)
3690
  {
3691
  if(listBox.options[x].value==acx_csma_textbox_value || listBox.options[x].text==acx_csma_textbox_value)
3692
  {
3693
- alert("<?php _e("IP is already Added!","coming-soon-maintenance-mode-from-acurax");?>");
3694
  return false;
3695
  }
3696
  }
@@ -3698,7 +3693,7 @@ function acx_csma_addNewItem(listBox,txtvalue)
3698
  }
3699
  else
3700
  {
3701
- alert("<?php _e("You have entered an invalid IP address!","coming-soon-maintenance-mode-from-acurax");?>");
3702
  return false;
3703
  }
3704
  }
33
  acx_csma_hook_function('acx_csma_hook_bove_if_post');
34
  global $acx_csmap_qa_id;
35
  $acx_csmap_qa_id = 0;
36
+ $acx_csma_hidden = "";
37
  if(ISSET($_POST['acx_csma_hidden']))
38
  {
39
  $acx_csma_hidden = $_POST['acx_csma_hidden'];
40
  }
41
+
 
 
 
42
  if($acx_csma_hidden == 'Y')
43
  {
44
+ if (!isset($_POST['acx_csma_save_config'])) die("<br><br>".__("Unknown Error Occurred, Try Again... ",ACX_CSMA_WP_SLUG)."<a href=''>".__("Click Here",ACX_CSMA_WP_SLUG)."</a>");
45
+ if (!wp_verify_nonce($_POST['acx_csma_save_config'],'acx_csma_save_config')) die("<br><br>".__("Unknown Error Occurred, Try Again... ",ACX_CSMA_WP_SLUG)."<a href=''>".__("Click Here",ACX_CSMA_WP_SLUG)."</a>");
46
+ if(!current_user_can('manage_options')) die("<br><br>".__("Sorry, You have no permission to do this action...",ACX_CSMA_WP_SLUG)."</a>");
47
  //Form data sent
48
  acx_csma_hook_function('acx_csma_hook_mainoptions_inside_if_submit');
49
  $acx_csma_activation_status =$_POST['acx_csma_activate'];
64
  update_option('acx_csma_date_time',$timestamp);
65
  $acx_csma_ga_trakng_code=$_POST['acx_csma_ga_trakng_code'];
66
  update_option('acx_csma_ga_trakng_code',$acx_csma_ga_trakng_code);
67
+ $acx_csma_ip_list=array();
68
  if(ISSET($_POST['acx_csma_ip_list']))
69
  {
70
  $acx_csma_ip_list = $_POST['acx_csma_ip_list'];
71
  }
72
+
 
 
73
  if(!is_serialized($acx_csma_ip_list))
74
  {
75
  $acx_csma_ip_list = serialize($acx_csma_ip_list);
978
  acx_csma_update_array_value($acx_csma_appearence_array);
979
  }
980
  ?>
981
+ <div class="updated"><p><strong><?php _e('Coming Soon/Maintenance From Acurax Settings Saved!.',ACX_CSMA_WP_SLUG); ?></strong></p></div>
982
  <script type="text/javascript">
983
  setTimeout(function(){
984
  jQuery('.updated').fadeOut('slow');
995
  $acx_csma_meta_title =get_option('acx_csma_meta_title');
996
  if($acx_csma_meta_title =="")
997
  {
998
+ $acx_csma_meta_title =__("Under Construction",ACX_CSMA_WP_SLUG);
999
  update_option('acx_csma_meta_title',$acx_csma_meta_title);
1000
  }
1001
  $acx_csma_meta_description=get_option('acx_csma_meta_description');
1070
  }
1071
  if(get_option('acx_csma_custom_html_val')=="")
1072
  {
1073
+ $acx_csma_custom_html_val = "<html><head><title>".__('Page Under Maintenance',ACX_CSMA_WP_SLUG)."</title></head><body>".__('Sorry, This page is under maintenance.',ACX_CSMA_WP_SLUG)."</body></html>";
1074
  $acx_csma_custom_html_val = trim($acx_csma_custom_html_val);
1075
 
1076
  update_option('acx_csma_custom_html_val',$acx_csma_custom_html_val);
1101
  <div class="wrap">
1102
  <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
1103
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_above_title'); ?>
1104
+ <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Acurax Coming Soon / Maintenance Options',ACX_CSMA_WP_SLUG ) . "</h2>"; ?>
1105
  <form name="acx_csma_form" id="acx_csma_form" method="post" action="<?php echo esc_url(str_replace( '%7E', '~',$_SERVER['REQUEST_URI'])); ?>"><hr/>
1106
  <table>
1107
  <tr>
1108
  <td><input type="hidden" name="acx_csma_hidden" value="Y"/></td>
1109
  </tr>
1110
  <tr>
1111
+ <td><a id="acx_csma_tab_1" class="acx_csma_tab" onclick="javascript:acx_csma_show_div(1);"><?php _e('General Settings',ACX_CSMA_WP_SLUG); ?></a></td>
1112
+ <td><a id="acx_csma_tab_2" class="acx_csma_tab" onclick="javascript:acx_csma_show_div(2);"><?php _e('Appearance Settings',ACX_CSMA_WP_SLUG); ?></a></td>
1113
  <?php acx_csma_hook_function('acx_csma_hook_mainoptions_add_settings'); ?>
1114
  </tr>
1115
  </table><hr/>
1118
  <tr>
1119
  <?php $acx_csma_activation_status=get_option('acx_csma_activation_status');
1120
  ?>
1121
+ <td><?php _e('Status:', ACX_CSMA_WP_SLUG); ?></td>
1122
+ <td><input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="1" <?php if($acx_csma_activation_status=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('Activate', ACX_CSMA_WP_SLUG); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_activate" name="acx_csma_activate" value="0"<?php if($acx_csma_activation_status =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('Deactivate', ACX_CSMA_WP_SLUG); ?></td></tr>
1123
+ <tr><td><p><?php _e("Page Meta Title: ",ACX_CSMA_WP_SLUG ); ?></p></td>
1124
  <td><input type="text" name="acx_csma_meta_title" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_title'))); ?>" size="20"/></td>
1125
  </tr>
1126
+ <tr><td><p><?php _e("Page Meta Description: ",ACX_CSMA_WP_SLUG ); ?></p></td>
1127
  <td><input type="text" name="acx_csma_meta_description" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_description'))); ?>" size="20"/></td></tr>
1128
+ <tr><td><p><?php _e("Page Meta Keywords: ",ACX_CSMA_WP_SLUG ); ?></p></td>
1129
  <td><input type="text" name="acx_csma_meta_keywords" value="<?php echo stripslashes(esc_attr(get_option('acx_csma_meta_keywords'))); ?>" size="20"/></td></tr>
1130
+ <tr><td><?php _e("Upload Favicon: ",ACX_CSMA_WP_SLUG ); ?></td>
1131
  <td>
1132
  <?php
1133
  $favicon_attach_id = get_option('acx_csma_favicon');
1141
  <img id="acx_csma_favicon" src="<?php echo $url; ?>" style="width:20px;height:auto;">
1142
  <input type="hidden" id="acx_csma_favicon_field" name="acx_csma_favicon_field" value="<?php echo $favicon_attach_id; ?>" size="20">
1143
 
1144
+ <a id="acx_csma_favicon_button" class="button"><?php _e("Pick a Favicon",ACX_CSMA_WP_SLUG ); ?></a>&nbsp;&nbsp;&nbsp;&nbsp;
1145
+ <span><?php _e("Recommended size 16 X 16 ",ACX_CSMA_WP_SLUG ); ?> </span>
1146
  </td>
1147
  </tr>
1148
+ <tr><td><?php _e("Expected Date and Time to end Maintenance mode: ",ACX_CSMA_WP_SLUG ); $format = "Y/m/d H:i"; ?></td>
1149
  <td>
1150
  <?php
1151
  $timestamp1=get_option('acx_csma_date_time');
1152
  ?>
1153
+ <input type="text" value="<?php print date_i18n($format, $timestamp1); ?>" id="datetimepicker" name="acx_csma_date_time"/>&nbsp;&nbsp; <?php _e("Current Wordpress Time:",ACX_CSMA_WP_SLUG );?>
1154
  <?php print date_i18n($format, current_time('timestamp')); ?><br><br></td></tr>
1155
  <tr>
1156
+ <td><?php _e("Would you like to end the maintenance mode automatically on the above specified time?: " ,ACX_CSMA_WP_SLUG ); ?></td>
1157
  <?php $acx_csma_auto_launch=get_option('acx_csma_auto_launch');
1158
  ?>
1159
+ <td><input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="1" <?php if($acx_csma_auto_launch=="1"){echo "checked='checked'";}?> />&nbsp;<?php _e('YES', ACX_CSMA_WP_SLUG); ?>&nbsp;&nbsp;&nbsp;<input type="radio" id="acx_csma_auto_launch" name="acx_csma_auto_launch" value="0"<?php if($acx_csma_auto_launch =="0"){echo "checked='checked'";}?>/>&nbsp;<?php _e('NO', ACX_CSMA_WP_SLUG); ?></td></tr>
1160
  <tr>
1161
  <td><?php _e("Google Analytics Tracking Code: " ); ?></td>
1162
+ <td><textarea id="acx_csma_ga_trakng_code" name="acx_csma_ga_trakng_code" placeholder="<?php _e("Google Analytics Tracking Code Here",ACX_CSMA_WP_SLUG);?>"><?php echo stripslashes($acx_csma_ga_trakng_code); ?></textarea></td>
1163
  </tr>
1164
  </table>
1165
  <hr />
1166
  <table>
1167
+ <tr><td><b><?php echo "<h4>" . __( 'Access Settings', ACX_CSMA_WP_SLUG ) . "</h4>"; ?></b></td></tr>
1168
+ <tr><td><?php _e("Do not show maintenance page for the following IPs:",ACX_CSMA_WP_SLUG); ?></td></tr>
1169
  <tr>
1170
  <td><p><?php $acx_csma_ip_list=get_option('acx_csma_ip_list');
1171
  if(is_serialized($acx_csma_ip_list))
1184
  </select><br/><br/>
1185
  <?php $acx_csma_real_ip = acx_csma_getrealip(); ?>
1186
  <input type="text" name="acx_csma_txt_ip" id="acx_csma_txt_ip" value="<?php echo $acx_csma_real_ip; ?>"/>
1187
+ <input type="button" name="acx_csma_add_list" id="acx_csma_add_list" class="button" value="<?php _e("Add",ACX_CSMA_WP_SLUG); ?>" onclick="acx_csma_addNewItem(acx_csma_ip_list1,acx_csma_txt_ip);"/>
1188
+ <input type="button" name="acx_csma_del_list" id="acx_csma_del_list" class="button" value="<?php _e("Delete",ACX_CSMA_WP_SLUG); ?>" onClick="acx_csma_removeItem(acx_csma_ip_list1);"/></p>
1189
  </td></tr>
1190
  </table>
1191
 
1192
  <table>
1193
+ <tr><td><?php _e("Do not show maintenance page for the following Roles:",ACX_CSMA_WP_SLUG); ?></td></tr>
1194
  <?php
1195
  $acx_csma_restrict_role=get_option('acx_csma_restrict_role');
1196
  if($acx_csma_restrict_role =="")
1223
 
1224
  ?>
1225
  <div id="acx_csma_tab_block_2" class="acx_csma_tab_block acx_csma_appearence" style="display:none;">
1226
+ <h3><?php _e("Choose Your Template",ACX_CSMA_WP_SLUG); ?></h3>
1227
  <div id="main">
1228
  <?php $acx_csma_template = get_option('acx_csma_template');
1229
  $acx_csma_base_template = get_option('acx_csma_base_template');
1245
  ?>
1246
  <div id="img_holder">
1247
  <label for="<?php echo $value['index']; ?>">
1248
+ <img src="<?php echo $value['thumb'].'images/template'.$value['id'].'.png'; ?>"></label><br /><input type="radio" name="acx_csma_template" id="<?php echo $value['index']; ?>" value="<?php echo $value['id']; ?>" <?php if ($acx_csma_template==$value['id']) {echo "checked=checked";} ?> onclick="acx_csma_rdbtn_show_div(<?php echo $value['id']; ?>);"/><?php echo $value['name']." &nbsp;&nbsp;&nbsp;"; ?><a href="<?php echo esc_url($value['path']."?acx_csma_preview=".$value['id']); ?>" target="_blank"><?php _e("Preview",ACX_CSMA_WP_SLUG); ?></a>
1249
  </div>
1250
  <?php
1251
  }
1257
  ?>
1258
  <div id="img_holder">
1259
  <label for="<?php echo $value['index']; ?>">
1260
+ <img src="<?php echo $value['thumb'].'images/template'.$value['id'].'.png'; ?>"></label><br /><input type="radio" name="acx_csma_template" id="<?php echo $value['index']; ?>" value="<?php echo $value['id']; ?>" <?php if ($acx_csma_template==$value['id']) {echo "checked=checked";}?> onclick="acx_csma_rdbtn_show_div(<?php echo $value['id']; ?>);"/><?php echo $value['name']." &nbsp;&nbsp;&nbsp;"; ?><a href="<?php echo esc_url($value['path']."?acx_csma_preview=".$value['id']); ?>" target="_blank"><?php _e("Preview",ACX_CSMA_WP_SLUG); ?></a>
1261
  </div>
1262
  <?php
1263
  }
1278
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1279
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1280
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1281
+ <?php _e("Background Settings",ACX_CSMA_WP_SLUG); ?>
1282
  </span>
1283
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1284
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1285
  <div class="acx_csmap_q_and_a_inside">
1286
+ <label><?php _e("Background Image:",ACX_CSMA_WP_SLUG); ?></label>
1287
  <div class="acx_qa_field">
1288
  <?php
1289
  $acx_csma_background_image1_id = $acx_csma_appearence_array['1']['acx_csma_background_image1'];
1298
  <img id="custom_uploader_template_1_img_field_preview" src="<?php echo $bg_image1_url; ?>" style="width:100px;height:auto;">
1299
  <input type="hidden" id="custom_uploader_template_1_img_field" name="acx_csma_background_image1" value="<?php echo $acx_csma_background_image1_id; ?>" size="20">
1300
  <br>
1301
+ <a id="acx_upload_button_img1" class="button"><?php _e("Choose Image",ACX_CSMA_WP_SLUG); ?></a>
1302
+ <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_1_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/body_bg.jpg'; ?>','custom_uploader_template_1_img_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
1303
  </div> <!-- acx_qa_field -->
1304
  </div> <!-- acx_csmap_q_and_a_inside -->
1305
  </div> <!-- acx_csmap_q_and_a -->
1309
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1310
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1311
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1312
+ <?php _e("Logo Settings",ACX_CSMA_WP_SLUG); ?>
1313
  </span>
1314
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1315
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1318
  <table cellspacing="10">
1319
  <tr><td>
1320
 
1321
+ <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_image1" value="image" onclick="acx_csma_rdbtn_show_logo('image','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['1']['acx_csma_logo_choice']==''){echo "checked='checked'";}} else{ echo "checked='checked'";} ?>/><p><?php _e("Logo Image",ACX_CSMA_WP_SLUG); ?></p></td><td>
1322
+ <input type="radio" name="acx_csma_logo_choice1" class="acx_csma_logo" id="acx_csma_logo_text1" value="text" onclick="acx_csma_rdbtn_show_logo('text','1');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['1'])){if($acx_csma_appearence_array['1']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><p><?php _e("Logo Text",ACX_CSMA_WP_SLUG); ?></p></td></tr>
1323
  </table>
1324
  </div><!--acx_csma_logo_main -->
1325
  <div id="acx_show_logo_image_1" class="acx_csma_logo_block acx_csma_logo_block_1">
1333
  }
1334
  ?>
1335
  <label>
1336
+ <?php _e("Logo Image:",ACX_CSMA_WP_SLUG); ?> <span id="acx_csma_span">(<?php _e("Recommended size 231x67",ACX_CSMA_WP_SLUG); ?>)</span>
1337
  </label>
1338
  <div class="acx_qa_field">
1339
  <img id="custom_uploader_template_1_logo_field_preview" src="<?php echo $logo1_url; ?>" style="width:100px;height:auto;">
1340
+ <input type="hidden" id="custom_uploader_template_1_logo_field" name="acx_csma_logo1" value="<?php echo $acx_csma_logo1_id; ?>" size="20"><br><a id="acx_upload_button_logo1" class="button"><?php _e("Pick a Logo",ACX_CSMA_WP_SLUG); ?></a>
1341
+ <a id="acx_upload_button_reset_logo1" onclick="acx_csma_restore_default('custom_uploader_template_1_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/1/images/logo.png'; ?>','custom_uploader_template_1_logo_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
1342
  </div> <!-- acx_qa_field -->
1343
  </div> <!-- acx_show_logo_image-->
1344
  <div id="acx_show_logo_text_1" class="acx_csma_logo_block acx_csma_logo_block_1">
1345
  <label>
1346
+ <?php _e("Logo Text:",ACX_CSMA_WP_SLUG); ?>
1347
  </label>
1348
  <div class="acx_qa_field">
1349
  <?php if(is_array($acx_csma_appearence_array['1']) && array_key_exists('acx_csma_logo_text1',$acx_csma_appearence_array['1'])){$acx_csma_logo_text1=$acx_csma_appearence_array['1']['acx_csma_logo_text1'];
1353
  }}else{
1354
  $acx_csma_logo_text1=get_bloginfo('name');
1355
  }?>
1356
+ <input type="text" name="acx_csma_logo_text1" placeholder="<?php _e("Logo Text Here",ACX_CSMA_WP_SLUG); ?>" value="<?php echo $acx_csma_logo_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text1); ?>" size="20"/>
1357
  </div> <!-- acx_qa_field -->
1358
  <label>
1359
+ <?php _e("Logo Text Color:",ACX_CSMA_WP_SLUG); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1360
  </label>
1361
  <div class="acx_qa_field">
1362
  <?php if(is_array($acx_csma_appearence_array['1']) && array_key_exists('acx_csma_logo_text_color1',$acx_csma_appearence_array['1'])){$acx_csma_logo_text_color1=$acx_csma_appearence_array['1']['acx_csma_logo_text_color1'];
1376
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1377
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1378
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1379
+ <?php _e("Configure Heading Under Logo ",ACX_CSMA_WP_SLUG); ?></span>
1380
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1381
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1382
  <div class="acx_csmap_q_and_a_inside">
1383
  <label>
1384
+ <?php _e("Title Text: ",ACX_CSMA_WP_SLUG); ?>
1385
  </label>
1386
  <div class="acx_qa_field">
1387
  <?php $acx_csma_title1 = $acx_csma_appearence_array['1']['acx_csma_title1']; ?>
1388
  <input type="text" name="acx_csma_title1" id="acx_csma_title1" value="<?php echo $acx_csma_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_title1); ?>" size="20"/>
1389
  </div> <!-- acx_qa_field -->
1390
  <label>
1391
+ <?php _e("Title Color: ",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1392
  </label>
1393
  <div class="acx_qa_field">
1394
  <input type="text" name="acx_csma_title_color1" id="acx_csma_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_title_color1']; ?>" size="20" />
1395
  <div style="position: absolute;" id="acx_csma_title_color1_div"></div>
1396
  </div> <!-- acx_qa_field -->
1397
  <label>
1398
+ <?php _e("Subtitle Text:",ACX_CSMA_WP_SLUG); ?>
1399
  </label>
1400
  <div class="acx_qa_field">
1401
  <?php $acx_csma_subtitle_text1 = $acx_csma_appearence_array['1']['acx_csma_subtitle_text1']; ?>
1402
  <input type="text" name="acx_csma_subtitle_text1" id="acx_csma_subtitle_text1" value="<?php echo $acx_csma_subtitle_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text1); ?>" size="20"/>
1403
  </div> <!-- acx_qa_field -->
1404
  <label>
1405
+ <?php _e("Subtitle Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fffaa9','acx_csma_subtitle_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1406
  </label>
1407
  <div class="acx_qa_field">
1408
  <input type="text" name="acx_csma_subtitle_color1" id="acx_csma_subtitle_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subtitle_color1']; ?>" size="20"/>
1417
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1418
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1419
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1420
+ <?php _e("Countdown Timer Heading & Custom HTML Settings ",ACX_CSMA_WP_SLUG); ?></span>
1421
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1422
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1423
  <div class="acx_csmap_q_and_a_inside">
1424
 
1425
  <label>
1426
+ <?php _e("Custom HTML Block Above Countdown Timer",ACX_CSMA_WP_SLUG); ?>
1427
  </label>
1428
  <div class="acx_qa_field">
1429
  <?php $acx_csma_custom_html_top_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1']; ?>
1430
+ <textarea id="acx_csma_custom_html_top_temp1" name="acx_csma_custom_html_top_temp1" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $temp_html1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp1); ?></textarea>
1431
  </div><!-- acx_qa_field -->
1432
  <div class="f_w"></div>
1433
  <label>
1434
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_inside_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1435
  </label>
1436
  <div class="acx_qa_field">
1437
  <input type="text" name="acx_csma_inside_bg_color1" id="acx_csma_inside_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_inside_bg_color1']; ?>" size="20"/>
1438
  <div style="position: absolute;" id="acx_csma_inside_bg_color1_div"></div>
1439
  </div> <!-- acx_qa_field -->
1440
  <label>
1441
+ <?php _e("Title:",ACX_CSMA_WP_SLUG); ?>
1442
  </label>
1443
  <div class="acx_qa_field">
1444
  <?php $acx_csma_inside_title1 = $acx_csma_appearence_array['1']['acx_csma_inside_title1']; ?>
1445
  <input type="text" name="acx_csma_inside_title1" value="<?php echo $acx_csma_inside_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_inside_title1); ?>" size="20"/>
1446
  </div> <!-- acx_qa_field -->
1447
  <label>
1448
+ <?php _e("Custom HTML Block below the tittle",ACX_CSMA_WP_SLUG); ?>
1449
  </label>
1450
  <div class="acx_qa_field">
1451
  <?php $acx_csma_custom_html_top_temp1_title = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_temp1_title']; ?>
1452
+ <textarea id="acx_csma_custom_html_top_temp1_title" name="acx_csma_custom_html_top_temp1_title" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_temp1_title = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp1_title); ?></textarea>
1453
  </div><!-- acx_qa_field -->
1454
  <div class="f_w"></div>
1455
  <label>
1456
+ <?php _e("Title Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1457
  </label>
1458
  <div class="acx_qa_field">
1459
  <input type="text" name="acx_csma_inside_title_color1" id="acx_csma_inside_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_inside_title_color1']; ?>" size="20"/>
1460
  <div style="position: absolute;" id="acx_csma_inside_title_color1_div"></div>
1461
  </div> <!-- acx_qa_field -->
1462
  <label>
1463
+ <?php _e("Custom HTML Block Below Countdown Timer",ACX_CSMA_WP_SLUG); ?>
1464
  </label>
1465
  <div class="acx_qa_field">
1466
  <?php $acx_csma_custom_html_bottom_temp1 =$acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_temp1']; ?>
1467
+ <textarea id="acx_csma_custom_html_bottom_temp1" name="acx_csma_custom_html_bottom_temp1" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_temp1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp1); ?></textarea>
1468
 
1469
  </div><!-- acx_qa_field -->
1470
  </div> <!-- acx_csmap_q_and_a_inside -->
1477
 
1478
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1479
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1480
+ <?php _e("Countdown Timer Settings",ACX_CSMA_WP_SLUG); ?>
1481
  </span>
1482
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1483
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1484
  <div class="acx_csmap_q_and_a_inside">
1485
  <label>
1486
+ <?php _e("Would you like to show Timer?",ACX_CSMA_WP_SLUG); ?>
1487
  </label>
1488
  <div class="acx_qa_field">
1489
  <select name="acx_csma_show_timer1">
1490
+ <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_timer1'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
1491
+ <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_timer1'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1492
  </select>
1493
  </div>
1494
  <label>
1495
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1496
  </label>
1497
  <div class="acx_qa_field">
1498
  <input type="text" name="acx_csma_timer_bg_color1" id="acx_csma_timer_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_bg_color1']; ?>" size="20"/></td>
1499
  <td><div style="position: absolute;" id="acx_csma_timer_bg_color1_div"></div>
1500
  </div> <!-- acx_qa_field -->
1501
  <label>
1502
+ <?php _e("Input text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_iptext_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1503
  </label>
1504
  <div class="acx_qa_field">
1505
  <input type="text" name="acx_csma_timer_iptext_color1" id="acx_csma_timer_iptext_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_iptext_color1']; ?>" size="20"/>
1506
  <div style="position: absolute;" id="acx_csma_timer_iptext_color1_div"></div>
1507
  </div> <!-- acx_qa_field -->
1508
  <label>
1509
+ <?php _e("Input BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_timer_input_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1510
  </label>
1511
  <div class="acx_qa_field">
1512
  <input type="text" name="acx_csma_timer_input_bg_color1" id="acx_csma_timer_input_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_input_bg_color1']; ?>" size="20"/>
1513
  <div style="position: absolute;" id="acx_csma_timer_input_bg_color1_div"></div>
1514
  </div> <!-- acx_qa_field -->
1515
  <label>
1516
+ <?php _e("Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_timer_head_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1517
  </label>
1518
  <div class="acx_qa_field">
1519
  <input type="text" name="acx_csma_timer_head_color1" id="acx_csma_timer_head_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_timer_head_color1']; ?>" size="20"/>
1529
 
1530
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1531
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1532
+ <?php _e("Subscription Form Settings",ACX_CSMA_WP_SLUG); ?>
1533
  </span>
1534
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1535
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1536
  <div class="acx_csmap_q_and_a_inside">
1537
 
1538
  <label>
1539
+ <?php _e("Would you like to show Subscription form?",ACX_CSMA_WP_SLUG); ?>
1540
  </label>
1541
  <div class="acx_qa_field">
1542
  <select name="acx_csma_show_subscription">
1543
+ <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
1544
+ <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1545
  </select>
1546
  </div>
1547
  <label>
1548
+ <?php _e("Would you like to show name field in Subscription form?",ACX_CSMA_WP_SLUG); ?>
1549
  </label>
1550
  <div class="acx_qa_field">
1551
  <select name="acx_csma_show_subscription_name">
1552
+ <option value="1" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription_name'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes",ACX_CSMA_WP_SLUG); ?> </option>
1553
+ <option value="0" <?php if ($acx_csma_appearence_array['1']['acx_csma_show_subscription_name'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1554
  </select>
1555
  </div>
1556
  <label>
1557
+ <?php _e("Custom HTML Block Above Subscription form",ACX_CSMA_WP_SLUG); ?>
1558
  </label>
1559
  <div class="acx_qa_field">
1560
  <?php $acx_csma_custom_html_top_sub1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_top_sub1']; ?>
1561
+ <textarea id="acx_csma_custom_html_top_sub1" name="acx_csma_custom_html_top_sub1" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_sub1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_sub1); ?></textarea>
1562
  </div><!-- acx_qa_field -->
1563
  <div class="f_w"></div>
1564
 
1565
  <label>
1566
+ <?php _e("Custom HTML Block Below Subscription form",ACX_CSMA_WP_SLUG); ?>
1567
  </label>
1568
  <div class="acx_qa_field">
1569
  <?php $acx_csma_custom_html_bottom_sub1 = $acx_csma_appearence_array['1']['acx_csma_custom_html_bottom_sub1']; ?>
1570
+ <textarea id="acx_csma_custom_html_bottom_sub1" name="acx_csma_custom_html_bottom_sub1" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_sub1 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_sub1); ?></textarea>
1571
  </div><!-- acx_qa_field -->
1572
  <div class="f_w"></div>
1573
  <!-- **********************************************************************-->
1577
 
1578
 
1579
  <label>
1580
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_bg_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1581
  </label>
1582
  <div class="acx_qa_field">
1583
  <input type="text" name="acx_csma_subscribe_bg_color1" id="acx_csma_subscribe_bg_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_bg_color1']; ?>" size="20"/>
1584
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color1_div"></div>
1585
  </div> <!-- acx_qa_field -->
1586
  <label>
1587
+ <?php _e("Button Text",ACX_CSMA_WP_SLUG); ?>
1588
  </label>
1589
  <div class="acx_qa_field">
1590
  <?php $acx_csma_subscribe_btn_text1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text1']; ?>
1592
  </div> <!-- acx_qa_field -->
1593
 
1594
  <label>
1595
+ <?php _e("Button Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1596
  </label>
1597
  <div class="acx_qa_field">
1598
  <input type="text" name="acx_csma_subscribe_btn_text_color1" id="acx_csma_subscribe_btn_text_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_text_color1']; ?>" size="20"/>
1599
  <div style="position: absolute;" id="acx_csma_subscribe_btn_text_color1_div"></div>
1600
  </div> <!-- acx_qa_field -->
1601
  <label>
1602
+ <?php _e("Button Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_btn_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1603
  </label>
1604
  <div class="acx_qa_field">
1605
  <input type="text" name="acx_csma_subscribe_btn_color1" id="acx_csma_subscribe_btn_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_color1']; ?>" size="20"/>
1606
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color1_div"></div>
1607
  </div> <!-- acx_qa_field -->
1608
  <label>
1609
+ <?php _e("Button Hover Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_btn_hover_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1610
  </label>
1611
  <div class="acx_qa_field">
1612
  <input type="text" name="acx_csma_subscribe_btn_hover_color1" id="acx_csma_subscribe_btn_hover_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_hover_color1']; ?>" size="20"/>
1613
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_color1_div"></div>
1614
  </div> <!-- acx_qa_field -->
1615
  <label>
1616
+ <?php _e("Button Hover Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff881e','acx_csma_subscribe_btn_hover_bgcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1617
  </label>
1618
  <div class="acx_qa_field">
1619
  <input type="text" name="acx_csma_subscribe_btn_hover_bgcolor1" id="acx_csma_subscribe_btn_hover_bgcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_btn_hover_bgcolor1']; ?>" size="20"/>
1620
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_bgcolor1_div"></div>
1621
  </div> <!-- acx_qa_field -->
1622
  <label>
1623
+ <?php _e("Subscribe Title:",ACX_CSMA_WP_SLUG); ?>
1624
  </label>
1625
  <div class="acx_qa_field">
1626
  <?php $acx_csma_subscribe_title1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_title1']; ?>
1627
  <input type="text" name="acx_csma_subscribe_title1" value="<?php echo $acx_csma_subscribe_title1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title1); ?>" size="20"/>
1628
  </div> <!-- acx_qa_field -->
1629
  <label>
1630
+ <?php _e("Subscribe Title Color:",ACX_CSMA_WP_SLUG);?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_subscribe_title_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1631
  </label>
1632
  <div class="acx_qa_field">
1633
  <input type="text" name="acx_csma_subscribe_title_color1" id="acx_csma_subscribe_title_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_subscribe_title_color1']; ?>" size="20"/>
1634
  <div style="position: absolute;" id="acx_csma_subscribe_title_color1_div"></div>
1635
  </div> <!-- acx_qa_field -->
1636
  <label>
1637
+ <?php _e("Subscribe Success Message:",ACX_CSMA_WP_SLUG); ?>
1638
  </label>
1639
  <div class="acx_qa_field">
1640
  <?php $acx_csma_subscribe_success1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_success1']; ?>
1641
  <input type="text" name="acx_csma_subscribe_success1" value="<?php echo $acx_csma_subscribe_success1 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success1); ?>" size="20"/>
1642
  </div> <!-- acx_qa_field -->
1643
  <label>
1644
+ <?php _e("Subscribe Invalid Message:",ACX_CSMA_WP_SLUG); ?>
1645
  </label>
1646
  <div class="acx_qa_field">
1647
  <?php $acx_csma_subscribe_invalid1 = $acx_csma_appearence_array['1']['acx_csma_subscribe_invalid1']; ?>
1658
 
1659
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1660
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1661
+ <?php _e("Footer Settings",ACX_CSMA_WP_SLUG); ?>
1662
  </span>
1663
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1664
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1665
  <div class="acx_csmap_q_and_a_inside">
1666
 
1667
  <label>
1668
+ <?php _e("Footer Background:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_footer_bgcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1669
  </label>
1670
  <div class="acx_qa_field">
1671
  <input type="text" name="acx_csma_footer_bgcolor1" id="acx_csma_footer_bgcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_bgcolor1']; ?>" size="20"/>
1672
  <div style="position: absolute;" id="acx_csma_footer_bgcolor1_div"></div></div> <!-- acx_qa_field -->
1673
  <label>
1674
+ <?php _e("Footer Text:",ACX_CSMA_WP_SLUG); ?>
1675
  </label>
1676
  <div class="acx_qa_field">
1677
  <?php $acx_csma_footer_text1 = $acx_csma_appearence_array['1']['acx_csma_footer_text1']; ?>
1678
  <input type="text" name="acx_csma_footer_text1" value="<?php echo $acx_csma_footer_text1 = acx_csma_option_text_after_save_hook_fn($acx_csma_footer_text1); ?>" size="20"/>
1679
  </div> <!-- acx_qa_field -->
1680
  <label>
1681
+ <?php _e("Footer Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_text_color1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1682
  </label>
1683
  <div class="acx_qa_field">
1684
  <input type="text" name="acx_csma_footer_text_color1" id="acx_csma_footer_text_color1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_text_color1']; ?>" size="20"/>
1701
 
1702
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1703
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1704
+ <?php _e("GDPR Settings",ACX_CSMA_WP_SLUG); ?>
1705
  </span>
1706
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1707
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1708
  <div class="acx_csmap_q_and_a_inside">
1709
  <label>
1710
+ <?php _e("Notice Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1711
  </label>
1712
  <div class="acx_qa_field">
1713
  <input type="text" name="acx_csma_footer_gdprcolor1" id="acx_csma_footer_gdprcolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_gdprcolor1']; ?>" size="20"/>
1714
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor1_div"></div>
1715
  </div> <!-- acx_qa_field -->
1716
  <label>
1717
+ <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ff7800','acx_csma_footer_gdpr_hovercolor1');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1718
  </label>
1719
  <div class="acx_qa_field">
1720
  <input type="text" name="acx_csma_footer_gdpr_hovercolor1" id="acx_csma_footer_gdpr_hovercolor1" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['1']['acx_csma_footer_gdpr_hovercolor1']; ?>" size="20"/>
1735
 
1736
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1737
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1738
+ <?php _e("Custom css Settings",ACX_CSMA_WP_SLUG); ?>
1739
  </span>
1740
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1741
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1742
  <div class="acx_csmap_q_and_a_inside">
1743
 
1744
  <label>
1745
+ <?php _e("Custom css",ACX_CSMA_WP_SLUG); ?>
1746
  </label>
1747
  <div class="acx_qa_field">
1748
  <?php $acx_csma_custom_css_temp1 = $acx_csma_appearence_array['1']['acx_csma_custom_css_temp1']; ?>
1749
+ <textarea id="acx_csma_custom_css_temp1" name="acx_csma_custom_css_temp1" placeholder="<?php _e("CSS Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo stripslashes($acx_csma_custom_css_temp1); ?></textarea>
1750
  </div><!-- acx_qa_field -->
1751
  <div class="f_w"></div>
1752
  </div> <!-- acx_csmap_q_and_a_inside -->
1771
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1772
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1773
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1774
+ <?php _e("Background Settings",ACX_CSMA_WP_SLUG); ?>
1775
  </span>
1776
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1777
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1778
  <div class="acx_csmap_q_and_a_inside">
1779
+ <label><?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?>
1780
+ <a onclick="acx_csma_restore_default('','#e4e4e4','acx_csma_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1781
  </label>
1782
  <div class="acx_qa_field">
1783
  <input type="text" name="acx_csma_bg_color2" id="acx_csma_bg_color2" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_bg_color2']; ?>" onblur="acx_csma_validate(this.value);" size="20"/>
1793
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1794
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1795
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1796
+ <?php _e("Logo Settings",ACX_CSMA_WP_SLUG); ?>
1797
  </span>
1798
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1799
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1801
  <div class="acx_csma_logo_main">
1802
  <table cellspacing="10">
1803
  <tr><td>
1804
+ <input type="radio" name="acx_csma_logo_choice2" class="acx_csma_logo" id="acx_csma_logo_image2" value="image" onclick="acx_csma_rdbtn_show_logo('image','2');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['2'])){if($acx_csma_appearence_array['2']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['2']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image",ACX_CSMA_WP_SLUG); ?></td><td>
1805
+ <input type="radio" name="acx_csma_logo_choice2" class="acx_csma_logo" id="acx_csma_logo_text2" value="text" onclick="acx_csma_rdbtn_show_logo('text','2');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['2'])){if($acx_csma_appearence_array['2']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text",ACX_CSMA_WP_SLUG); ?></td></tr></table>
1806
  </div><!--acx_csma_logo_main -->
1807
  <div id="acx_show_logo_image_2" class="acx_csma_logo_block acx_csma_logo_block_2" style="display:none;">
1808
  <label>
1809
+ <?php _e("Logo:",ACX_CSMA_WP_SLUG); ?><span id="acx_csma_span">(<?php _e("Recommended size 99x27,Image must be png and transparent",ACX_CSMA_WP_SLUG); ?>)</span>
1810
  </label>
1811
  <div class="acx_qa_field">
1812
  <?php
1822
  <img id="custom_uploader_template_2_logo_field_preview" src="<?php echo $logo2_url; ?>" style="width:100px;height:auto;">
1823
  <input type="hidden" id="custom_uploader_template_2_logo_field" name="acx_csma_logo2" value="<?php echo $acx_csma_logo2_id; ?>" size="20">
1824
  <br>
1825
+ <a id="acx_upload_button_logo2" class="button">Pick a <?php _e("Logo",ACX_CSMA_WP_SLUG); ?></a>
1826
+ <a id="acx_upload_button_logo2" onclick="acx_csma_restore_default('custom_uploader_template_2_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/2/images/logo.png'; ?>','custom_uploader_template_2_logo_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
1827
  </div> <!-- acx_qa_field -->
1828
  </div><!--acx_show_logo_image-->
1829
  <div id="acx_show_logo_text_2" class="acx_csma_logo_block acx_csma_logo_block_2" style="display:none;">
1830
  <label>
1831
+ <?php _e("Logo Text:",ACX_CSMA_WP_SLUG); ?>
1832
  </label>
1833
  <div class="acx_qa_field">
1834
  <?php if(array_key_exists('acx_csma_logo_text2',$acx_csma_appearence_array['2'])){$acx_csma_logo_text2=$acx_csma_appearence_array['2']['acx_csma_logo_text2'];
1838
  }}else{
1839
  $acx_csma_logo_text2=get_bloginfo('name');
1840
  }?>
1841
+ <input type="text" name="acx_csma_logo_text2" placeholder="<?php _e("Logo Text Here",ACX_CSMA_WP_SLUG); ?>" value="<?php echo $acx_csma_logo_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text2); ?>" size="20"/>
1842
  </div> <!-- acx_qa_field -->
1843
  <label>
1844
+ <?php _e("Logo Text Color:",ACX_CSMA_WP_SLUG); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1845
  </label>
1846
  <div class="acx_qa_field">
1847
  <?php if(array_key_exists('acx_csma_logo_text_color2',$acx_csma_appearence_array['2'])){$acx_csma_logo_text_color2=$acx_csma_appearence_array['2']['acx_csma_logo_text_color2'];
1855
  </div> <!-- acx_show_logo_text -->
1856
  <div class="f_w"></div>
1857
  <label>
1858
+ <?php _e("Logo Background Color:",ACX_CSMA_WP_SLUG); ?>
1859
+ <a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1860
 
1861
  </label>
1862
  <div class="acx_qa_field">
1875
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1876
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1877
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1878
+ <?php _e("Heading and Subheading Settings",ACX_CSMA_WP_SLUG); ?></span>
1879
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1880
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1881
  <div class="acx_csmap_q_and_a_inside">
1882
  <label>
1883
+ <?php _e("Title Text : ",ACX_CSMA_WP_SLUG); ?>
1884
  </label>
1885
  <div class="acx_qa_field">
1886
  <?php $acx_csma_title2 = $acx_csma_appearence_array['2']['acx_csma_title2']; ?>
1887
  <input type="text" name="acx_csma_title2" id="acx_csma_title2" value="<?php echo $acx_csma_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_title2); ?>" size="20"/>
1888
  </div> <!-- acx_qa_field -->
1889
  <label>
1890
+ <?php _e("Title Color:",ACX_CSMA_WP_SLUG); ?>
1891
+ <a onclick="acx_csma_restore_default('','#000000','acx_csma_title_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1892
 
1893
  </label>
1894
  <div class="acx_qa_field">
1896
  <div style="position: absolute;" id="acx_csma_title_color2_div"></div>
1897
  </div> <!-- acx_qa_field -->
1898
  <label>
1899
+ <?php _e("Subtitle Text:",ACX_CSMA_WP_SLUG); ?>
1900
  </label>
1901
  <div class="acx_qa_field">
1902
  <?php $acx_csma_subtitle_text2 = $acx_csma_appearence_array['2']['acx_csma_subtitle_text2']; ?>
1903
  <input type="text" name="acx_csma_subtitle_text2" id="acx_csma_subtitle_text2" value="<?php echo $acx_csma_subtitle_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text2); ?>" size="20"/>
1904
  </div> <!-- acx_qa_field -->
1905
  <label>
1906
+ <?php _e("Subtitle Color:",ACX_CSMA_WP_SLUG); ?>
1907
+ <a onclick="acx_csma_restore_default('','#000000','acx_csma_subtitle_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1908
  </label>
1909
  <div class="acx_qa_field">
1910
  <input type="text" name="acx_csma_subtitle_color2" id="acx_csma_subtitle_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subtitle_color2']; ?>" size="20"/>
1911
  <div style="position: absolute;" id="acx_csma_subtitle_color2_div"></div>
1912
  </div> <!-- acx_qa_field -->
1913
  <label>
1914
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffd800','acx_csma_inside_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1915
  </label>
1916
  <div class="acx_qa_field">
1917
  <input type="text" name="acx_csma_inside_bg_color2" id="acx_csma_inside_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_inside_bg_color2']; ?>" size="20"/>
1918
  <div style="position: absolute;" id="acx_csma_inside_bg_color2_div"></div>
1919
  </div> <!-- acx_qa_field -->
1920
  <label>
1921
+ <?php _e("Divider Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_divider_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1922
  </label>
1923
  <div class="acx_qa_field">
1924
  <input type="text" name="acx_csma_divider_bg_color2" id="acx_csma_divider_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_divider_bg_color2']; ?>" size="20"/>
1933
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
1934
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
1935
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
1936
+ <?php _e("Countdown Timer, Subscription Form & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?> </span>
1937
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
1938
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
1939
  <div class="acx_csmap_q_and_a_inside">
1940
  <label>
1941
+ <?php _e("Would you like to show Timer?",ACX_CSMA_WP_SLUG); ?>
1942
  </label>
1943
  <div class="acx_qa_field">
1944
  <select name="acx_csma_show_timer2">
1945
+ <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_timer2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes",ACX_CSMA_WP_SLUG); ?> </option>
1946
+ <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_timer2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1947
  </select>
1948
  </div>
1949
  <label>
1950
+ <?php _e("Custom HTML Block above Timer",ACX_CSMA_WP_SLUG); ?>
1951
  </label>
1952
  <div class="acx_qa_field">
1953
  <?php $acx_csma_custom_html_above_timer =$acx_csma_appearence_array['2']['acx_csma_custom_html_above_timer']; ?>
1954
+ <textarea id="acx_csma_custom_html_above_timer" name="acx_csma_custom_html_above_timer" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_above_timer = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_above_timer); ?></textarea>
1955
  </div><!-- acx_qa_field -->
1956
  <div class="f_w"></div>
1957
  <label>
1958
+ <?php _e("Custom HTML Block below Timer",ACX_CSMA_WP_SLUG); ?>
1959
  </label>
1960
  <div class="acx_qa_field">
1961
  <?php $acx_csma_custom_html_top_timer =$acx_csma_appearence_array['2']['acx_csma_custom_html_top_timer']; ?>
1962
+ <textarea id="acx_csma_custom_html_top_timer" name="acx_csma_custom_html_top_timer" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_timer = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_timer); ?></textarea>
1963
  </div><!-- acx_qa_field -->
1964
  <div class="f_w"></div>
1965
  <label>
1966
+ <?php _e("Timer Block Title",ACX_CSMA_WP_SLUG); ?>
1967
  </label>
1968
  <div class="acx_qa_field">
1969
  <?php $acx_csma_timer_title2 = $acx_csma_appearence_array['2']['acx_csma_timer_title2']; ?>
1970
  <input type="text" name="acx_csma_timer_title2" value="<?php echo $acx_csma_timer_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_timer_title2); ?>" size="20"/>
1971
  </div> <!-- acx_qa_field -->
1972
  <label>
1973
+ <?php _e("Timer Title Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#00000','acx_csma_timer_title_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
1974
  </label>
1975
  <div class="acx_qa_field">
1976
  <input type="text" name="acx_csma_timer_title_color2" id="acx_csma_timer_title_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_title_color2']; ?>" size="20"/>
1977
  <div style="position: absolute;" id="acx_csma_timer_title_color2_div"></div>
1978
  </div> <!-- acx_qa_field -->
1979
  <label>
1980
+ <?php _e("Would you like to show Subscription form?",ACX_CSMA_WP_SLUG); ?>
1981
  </label>
1982
  <div class="acx_qa_field">
1983
  <select name="acx_csma_show_subscription2">
1984
+ <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes",ACX_CSMA_WP_SLUG); ?> </option>
1985
+ <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1986
  </select>
1987
  </div>
1988
  <label>
1989
+ <?php _e("Would you like to show name field in Subscription form?",ACX_CSMA_WP_SLUG); ?>
1990
  </label>
1991
  <div class="acx_qa_field">
1992
  <select name="acx_csma_show_subscription_name2">
1993
+ <option value="1" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription_name2'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes",ACX_CSMA_WP_SLUG); ?> </option>
1994
+ <option value="0" <?php if ($acx_csma_appearence_array['2']['acx_csma_show_subscription_name2'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
1995
  </select>
1996
  </div>
1997
  <label>
1998
+ <?php _e("Subscribe Button Text",ACX_CSMA_WP_SLUG); ?>
1999
  </label>
2000
  <div class="acx_qa_field">
2001
  <?php $acx_csma_subscribe_btn_text2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_text2']; ?>
2002
  <input type="text" name="acx_csma_subscribe_btn_text2" value="<?php echo $acx_csma_subscribe_btn_text2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text2); ?>" size="20"/>
2003
  </div> <!-- acx_qa_field -->
2004
+ <label><?php _e("Subscribe Button TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffd800','acx_csma_subscribe_btn_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2005
  </label>
2006
  <div class="acx_qa_field">
2007
  <input type="text" name="acx_csma_subscribe_btn_color2" id="acx_csma_subscribe_btn_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_color2']; ?>" size="20"/>
2008
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color2_div"></div>
2009
  </div> <!-- acx_qa_field -->
2010
+ <label><?php _e("Subscribe Button BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_subscribe_btn_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2011
  </label>
2012
  <div class="acx_qa_field">
2013
  <input type="text" name="acx_csma_subscribe_btn_bg_color2" id="acx_csma_subscribe_btn_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_subscribe_btn_bg_color2']; ?>" size="20"/>
2014
  <div style="position: absolute;" id="acx_csma_subscribe_btn_bg_color2_div"></div>
2015
  </div> <!-- acx_qa_field -->
2016
  <label>
2017
+ <?php _e("Subscribe Success Message:",ACX_CSMA_WP_SLUG); ?>
2018
  </label>
2019
  <div class="acx_qa_field">
2020
  <?php $acx_csma_subscribe_success2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_success2']; ?>
2021
  <input type="text" name="acx_csma_subscribe_success2" value="<?php echo $acx_csma_subscribe_success2 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success2); ?>" size="20"/>
2022
  </div> <!-- acx_qa_field -->
2023
  <label>
2024
+ <?php _e("Subscribe Invalid Message:",ACX_CSMA_WP_SLUG); ?>
2025
  </label>
2026
  <div class="acx_qa_field">
2027
  <?php $acx_csma_subscribe_invalid2 = $acx_csma_appearence_array['2']['acx_csma_subscribe_invalid2'] ;?>
2029
  </div> <!-- acx_qa_field -->
2030
 
2031
  <label>
2032
+ <?php _e("Timer Input BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_input_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2033
  </label>
2034
  <div class="acx_qa_field">
2035
  <input type="text" name="acx_csma_timer_input_bg_color2" id="acx_csma_timer_input_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_input_bg_color2']; ?>" size="20"/>
2036
  <div style="position: absolute;" id="acx_csma_timer_input_bg_color2_div"></div>
2037
  </div> <!-- acx_qa_field -->
2038
  <label>
2039
+ <?php _e("Input TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2040
  </label>
2041
  <div class="acx_qa_field">
2042
  <input type="text" name="acx_csma_timer_iptext_color2" id="acx_csma_timer_iptext_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_iptext_color2']; ?>" size="20"/>
2043
  <div style="position: absolute;" id="acx_csma_timer_iptext_color2_div"></div>
2044
  </div> <!-- acx_qa_field -->
2045
  <label>
2046
+ <?php _e("Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2047
  </label>
2048
  <div class="acx_qa_field">
2049
  <input type="text" name="acx_csma_timer_head_color2" id="acx_csma_timer_head_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_timer_head_color2']; ?>" size="20"/>
2050
  <div style="position: absolute;" id="acx_csma_timer_head_color2_div"></div>
2051
  </div> <!-- acx_qa_field -->
2052
  <label>
2053
+ <?php _e("Custom HTML Block Above Description Block",ACX_CSMA_WP_SLUG); ?>
2054
  </label>
2055
  <div class="acx_qa_field">
2056
  <?php $acx_csma_custom_html_top_temp2 =$acx_csma_appearence_array['2']['acx_csma_custom_html_top_temp2']; ?>
2057
+ <textarea id="acx_csma_custom_html_top_temp2" name="acx_csma_custom_html_top_temp2" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_temp2 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp2); ?></textarea>
2058
  </div><!-- acx_qa_field -->
2059
  <div class="f_w"></div>
2060
  <label>
2061
+ <?php _e("Description Title:",ACX_CSMA_WP_SLUG); ?>
2062
  </label>
2063
  <div class="acx_qa_field">
2064
  <?php $acx_csma_desc_title2 = $acx_csma_appearence_array['2']['acx_csma_desc_title2']; ?>
2065
  <input type="text" name="acx_csma_desc_title2" id="acx_csma_desc_title2" value="<?php echo $acx_csma_desc_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_desc_title2); ?>" size="20"/>
2066
  </div> <!-- acx_qa_field -->
2067
  <label>
2068
+ <?php _e("Description Content:",ACX_CSMA_WP_SLUG); ?>
2069
  </label>
2070
  <div class="acx_qa_field">
2071
  <?php $acx_csma_desc_subtitle2 = $acx_csma_appearence_array['2']['acx_csma_desc_subtitle2'];?>
2073
  </div> <!-- acx_qa_field -->
2074
  <div class="f_w"></div>
2075
  <label>
2076
+ <?php _e("Description Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2077
  </label>
2078
  <div class="acx_qa_field">
2079
  <input type="text" name="acx_csma_desc_text_color2" id="acx_csma_desc_text_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_desc_text_color2']; ?>" size="20"/>
2080
  <div style="position: absolute;" id="acx_csma_desc_text_color2_div"></div>
2081
  </div> <!-- acx_qa_field -->
2082
  <label>
2083
+ <?php _e("Description TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_content_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2084
  </label>
2085
  <div class="acx_qa_field">
2086
  <input type="text" name="acx_csma_desc_content_color2" id="acx_csma_desc_content_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_desc_content_color2']; ?>" size="20"/>
2094
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2095
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2096
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2097
+ <?php _e("Social Media Settings",ACX_CSMA_WP_SLUG); ?>
2098
  </span>
2099
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2100
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2101
  <div class="acx_csmap_q_and_a_inside">
2102
  <label>
2103
+ <?php _e("Social Media Text:",ACX_CSMA_WP_SLUG); ?>
2104
  </label>
2105
  <div class="acx_qa_field">
2106
  <?php $acx_csma_social_link_title2 = $acx_csma_appearence_array['2']['acx_csma_social_link_title2']; ?>
2107
  <input type="text" name="acx_csma_social_link_title2" value="<?php echo $acx_csma_social_link_title2 = acx_csma_option_text_after_save_hook_fn($acx_csma_social_link_title2 ); ?>" size="20"/>
2108
  </div> <!-- acx_qa_field -->
2109
  <label>
2110
+ <?php _e("Social Media BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_social_bg_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2111
  </label>
2112
  <div class="acx_qa_field">
2113
  <input type="text" name="acx_csma_social_bg_color2" id="acx_csma_social_bg_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_social_bg_color2']; ?>" size="20"/>
2114
  <div style="position: absolute;" id="acx_csma_social_bg_color2_div"></div>
2115
  </div> <!-- acx_qa_field -->
2116
  <label>
2117
+ <?php _e("Social Media TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_social_link_color2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2118
  </label>
2119
  <div class="acx_qa_field">
2120
  <input type="text" name="acx_csma_social_link_color2" id="acx_csma_social_link_color2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_social_link_color2']; ?>" size="20"/>
2121
  <div style="position: absolute;" id="acx_csma_social_link_color2_div"></div>
2122
  </div> <!-- acx_qa_field -->
2123
  <label>
2124
+ <?php _e("Facebook Link",ACX_CSMA_WP_SLUG); ?>
2125
  </label>
2126
  <div class="acx_qa_field">
2127
  <input type="text" name="acx_csma_fb_link2" id="acx_csma_fb_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_fb_link2']); ?>" size="20"/>
2128
  </div> <!-- acx_qa_field -->
2129
  <label>
2130
+ <?php _e("Twitter Link",ACX_CSMA_WP_SLUG); ?>
2131
  </label>
2132
  <div class="acx_qa_field">
2133
  <input type="text" name="acx_csma_twitter_link2" id="acx_csma_twitter_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_twitter_link2']); ?>" size="20"/>
2134
  </div> <!-- acx_qa_field -->
2135
  <label>
2136
+ <?php _e("LinkedIn Link",ACX_CSMA_WP_SLUG); ?>
2137
  </label>
2138
  <div class="acx_qa_field">
2139
  <input type="text" name="acx_csma_linkedin_link2" id="acx_csma_linkedin_link2" value="<?php echo esc_url($acx_csma_appearence_array['2']['acx_csma_linkedin_link2']); ?>" size="20"/>
2155
 
2156
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2157
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2158
+ <?php _e("GDPR Settings",ACX_CSMA_WP_SLUG); ?>
2159
  </span>
2160
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2161
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2162
  <div class="acx_csmap_q_and_a_inside">
2163
  <label>
2164
+ <?php _e("Notice Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_gdprcolor2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2165
  </label>
2166
  <div class="acx_qa_field">
2167
  <input type="text" name="acx_csma_footer_gdprcolor2" id="acx_csma_footer_gdprcolor2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_footer_gdprcolor2']; ?>" size="20"/>
2168
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor2_div"></div>
2169
  </div> <!-- acx_qa_field -->
2170
  <label>
2171
+ <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#8f8f8f','acx_csma_footer_gdpr_hovercolor2');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2172
  </label>
2173
  <div class="acx_qa_field">
2174
  <input type="text" name="acx_csma_footer_gdpr_hovercolor2" id="acx_csma_footer_gdpr_hovercolor2" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['2']['acx_csma_footer_gdpr_hovercolor2']; ?>" size="20"/>
2188
 
2189
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2190
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2191
+ <?php _e("Custom css Settings",ACX_CSMA_WP_SLUG); ?>
2192
  </span>
2193
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2194
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2195
  <div class="acx_csmap_q_and_a_inside">
2196
 
2197
  <label>
2198
+ <?php _e("Custom css",ACX_CSMA_WP_SLUG); ?>
2199
  </label>
2200
  <div class="acx_qa_field">
2201
  <?php $acx_csma_custom_css_temp2 = $acx_csma_appearence_array['2']['acx_csma_custom_css_temp2']; ?>
2202
+ <textarea id="acx_csma_custom_css_temp2" name="acx_csma_custom_css_temp2" placeholder="<?php _e("CSS Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo stripslashes($acx_csma_custom_css_temp2); ?></textarea>
2203
  </div><!-- acx_qa_field -->
2204
  <div class="f_w"></div>
2205
  </div> <!-- acx_csmap_q_and_a_inside -->
2217
 
2218
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2219
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2220
+ <?php _e("Logo Settings",ACX_CSMA_WP_SLUG); ?>
2221
  </span>
2222
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2223
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2225
  <div class="acx_csma_logo_main">
2226
  <table cellspacing="10">
2227
  <tr><td>
2228
+ <input type="radio" name="acx_csma_logo_choice3" class="acx_csma_logo" id="acx_csma_logo_image3" value="image" onclick="acx_csma_rdbtn_show_logo('image','3');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['3'])){if($acx_csma_appearence_array['3']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['3']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image",ACX_CSMA_WP_SLUG); ?></td><td>
2229
+ <input type="radio" name="acx_csma_logo_choice3" class="acx_csma_logo" id="acx_csma_logo_text3" value="text" onclick="acx_csma_rdbtn_show_logo('text','3');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['3'])){ if($acx_csma_appearence_array['3']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text",ACX_CSMA_WP_SLUG); ?></td></tr></table>
2230
  </div><!--acx_csma_logo_main -->
2231
  <div id="acx_show_logo_image_3" class="acx_csma_logo_block acx_csma_logo_block_3" style="display:none;">
2232
  <label>
2233
+ <?php _e("Logo:",ACX_CSMA_WP_SLUG); ?><span id="acx_csma_span">(<?php _e("Recommended size 161x38",ACX_CSMA_WP_SLUG); ?>)</span>
2234
  </label>
2235
  <div class="acx_qa_field">
2236
  <?php
2245
  ?>
2246
 
2247
  <img id="custom_uploader_template_3_logo_field_preview" src="<?php echo $logo3_url; ?>" style="width:100px;height:auto;">
2248
+ <input type="hidden" id="custom_uploader_template_3_logo_field" name="acx_csma_logo3" value="<?php echo $acx_csma_logo3_id; ?>" size="20"><br><a id="acx_upload_button_logo3" class="button"><?php _e("Pick a Logo",ACX_CSMA_WP_SLUG); ?></a>
2249
+ <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_3_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/3/images/logo.png'; ?>','custom_uploader_template_3_logo_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
2250
 
2251
  </div> <!-- acx_qa_field -->
2252
  </div><!--acx_show_logo_image -->
2253
  <div id="acx_show_logo_text_3" class="acx_csma_logo_block acx_csma_logo_block_3" style="display:none;">
2254
  <label>
2255
+ <?php _e("Logo Text:",ACX_CSMA_WP_SLUG); ?>
2256
  </label>
2257
  <div class="acx_qa_field">
2258
  <?php if(array_key_exists('acx_csma_logo_text3',$acx_csma_appearence_array['3'])){ $acx_csma_logo_text3=$acx_csma_appearence_array['3']['acx_csma_logo_text3'];
2262
  }}else{
2263
  $acx_csma_logo_text3=get_bloginfo('name');
2264
  }?>
2265
+ <input type="text" name="acx_csma_logo_text3" placeholder="<?php _e("Logo Text Here",ACX_CSMA_WP_SLUG); ?>" value="<?php echo $acx_csma_logo_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text3); ?>" size="20"/>
2266
  </div> <!-- acx_qa_field -->
2267
  <label>
2268
+ <?php _e("Logo Text Color:",ACX_CSMA_WP_SLUG); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2269
  </label>
2270
  <div class="acx_qa_field">
2271
  <?php if(array_key_exists('acx_csma_logo_text_color3',$acx_csma_appearence_array['3'])){$acx_csma_logo_text_color3=$acx_csma_appearence_array['3']['acx_csma_logo_text_color3'];
2295
 
2296
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2297
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2298
+ <?php _e("Background Settings",ACX_CSMA_WP_SLUG); ?>
2299
  </span>
2300
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2301
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2302
  <div class="acx_csmap_q_and_a_inside">
2303
  <label>
2304
+ <?php _e("Primary Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_primary_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2305
  </label>
2306
  <div class="acx_qa_field">
2307
  <input type="text" name="acx_csma_primary_color3" id="acx_csma_primary_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_primary_color3']; ?>" size="20" />
2308
  <div style="position: absolute;" id="acx_csma_primary_color3_div"></div>
2309
  </div> <!-- acx_qa_field -->
2310
  <label>
2311
+ <?php _e("Secondary Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_secondary_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2312
  </label>
2313
  <div class="acx_qa_field">
2314
  <input type="text" name="acx_csma_secondary_color3" id="acx_csma_secondary_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_secondary_color3']; ?>" size="20" />
2315
  <div style="position: absolute;" id="acx_csma_secondary_color3_div"></div>
2316
  </div> <!-- acx_qa_field -->
2317
  <label>
2318
+ <?php _e("Left Side-bar Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_left_bar_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2319
  </label>
2320
  <div class="acx_qa_field">
2321
  <input type="text" name="acx_csma_left_bar_color3" id="acx_csma_left_bar_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_left_bar_color3']; ?>" size="20" />
2322
  <div style="position: absolute;" id="acx_csma_left_bar_color3_div"></div>
2323
  </div> <!-- acx_qa_field -->
2324
  <label>
2325
+ <?php _e("Timer Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_timer_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2326
  </label>
2327
  <div class="acx_qa_field">
2328
  <input type="text" name="acx_csma_timer_color3" id="acx_csma_timer_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_color3']; ?>" size="20" />
2341
 
2342
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2343
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2344
+ <?php _e("Heading and Subheading Settings - Left Side",ACX_CSMA_WP_SLUG); ?>
2345
  </span>
2346
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2347
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2348
  <div class="acx_csmap_q_and_a_inside">
2349
  <label>
2350
+ <?php _e("Title:",ACX_CSMA_WP_SLUG); ?>
2351
  </label>
2352
  <div class="acx_qa_field">
2353
  <?php $acx_csma_title3 = $acx_csma_appearence_array['3']['acx_csma_title3'];?>
2354
  <input type="text" name="acx_csma_title3" value="<?php echo $acx_csma_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_title3); ?>" size="20"/>
2355
  </div> <!-- acx_qa_field -->
2356
  <label>
2357
+ <?php _e("Title Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2358
  </label>
2359
  <div class="acx_qa_field">
2360
  <input type="text" name="acx_csma_title_color3" id="acx_csma_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_title_color3']; ?>" size="20" />
2361
  <div style="position: absolute;" id="acx_csma_title_color3_div"></div>
2362
  </div> <!-- acx_qa_field -->
2363
  <label>
2364
+ <?php _e("Sub Title:",ACX_CSMA_WP_SLUG); ?>
2365
  </label>
2366
  <div class="acx_qa_field">
2367
  <?php $acx_csma_subtitle_text3 = $acx_csma_appearence_array['3']['acx_csma_subtitle_text3']; ?>
2368
  <input type="text" name="acx_csma_subtitle_text3" value="<?php echo $acx_csma_subtitle_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subtitle_text3); ?>" size="20"/>
2369
  </div> <!-- acx_qa_field -->
2370
  <label>
2371
+ <?php _e("SubTitle Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subtitle_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2372
  </label>
2373
  <div class="acx_qa_field">
2374
  <input type="text" name="acx_csma_subtitle_color3" id="acx_csma_subtitle_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subtitle_color3']; ?>" size="20" />
2383
 
2384
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2385
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2386
+ <?php _e("Subscription Form Settings",ACX_CSMA_WP_SLUG); ?>
2387
  </span>
2388
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2389
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2390
  <div class="acx_csmap_q_and_a_inside">
2391
  <label>
2392
+ <?php _e("Would you like to show Subscription form?",ACX_CSMA_WP_SLUG); ?>
2393
  </label>
2394
  <div class="acx_qa_field">
2395
  <select name="acx_csma_show_subscription3">
2396
+ <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2397
+ <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2398
  </select>
2399
  </div>
2400
  <label>
2401
+ <?php _e("Would you like to show name field in Subscription form?",ACX_CSMA_WP_SLUG); ?>
2402
  </label>
2403
  <div class="acx_qa_field">
2404
  <select name="acx_csma_show_subscription_name3">
2405
+ <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription_name3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2406
+ <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_subscription_name3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2407
  </select>
2408
  </div>
2409
  <label>
2410
+ <?php _e("Title:",ACX_CSMA_WP_SLUG); ?>
2411
  </label>
2412
  <div class="acx_qa_field">
2413
  <?php $acx_csma_subscribe_title3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_title3'];?>
2414
  <input type="text" name="acx_csma_subscribe_title3" value="<?php echo $acx_csma_subscribe_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title3); ?>" size="20"/>
2415
  </div> <!-- acx_qa_field -->
2416
  <label>
2417
+ <?php _e("Title Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2418
  </label>
2419
  <div class="acx_qa_field">
2420
  <input type="text" name="acx_csma_subscribe_title_color3" id="acx_csma_subscribe_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_title_color3']; ?>" size="20"/>
2421
  <div style="position: absolute;" id="acx_csma_subscribe_title_color3_div"></div>
2422
  </div> <!-- acx_qa_field -->
2423
  <label>
2424
+ <?php _e("Button Text",ACX_CSMA_WP_SLUG); ?>
2425
  </label>
2426
  <div class="acx_qa_field">
2427
  <?php $acx_csma_subscribe_btn_text3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text3']; ?>
2428
  <input type="text" name="acx_csma_subscribe_btn_text3" value="<?php echo $acx_csma_subscribe_btn_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text3); ?>" size="20"/>
2429
  </div> <!-- acx_qa_field -->
2430
  <label>
2431
+ <?php _e("Button Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscribe_btn_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2432
  </label>
2433
  <div class="acx_qa_field">
2434
  <input type="text" name="acx_csma_subscribe_btn_text_color3" id="acx_csma_subscribe_btn_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_text_color3']; ?>" size="20"/>
2435
  <div style="position: absolute;" id="acx_csma_subscribe_btn_text_color3_div"></div>
2436
  </div> <!-- acx_qa_field -->
2437
  <label>
2438
+ <?php _e("Button Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_subscribe_btn_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2439
  </label>
2440
  <div class="acx_qa_field">
2441
  <input type="text" name="acx_csma_subscribe_btn_color3" id="acx_csma_subscribe_btn_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_color3']; ?>" size="20"/>
2442
  <div style="position: absolute;" id="acx_csma_subscribe_btn_color3_div"></div>
2443
  </div> <!-- acx_qa_field -->
2444
  <label>
2445
+ <?php _e("Button Hover Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#0b1c2c','acx_csma_subscribe_btn_hover_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2446
  </label>
2447
  <div class="acx_qa_field">
2448
  <input type="text" name="acx_csma_subscribe_btn_hover_color3" id="acx_csma_subscribe_btn_hover_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_hover_color3']; ?>" size="20"/>
2449
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_color3_div"></div>
2450
  </div> <!-- acx_qa_field -->
2451
  <label>
2452
+ <?php _e("Button Hover Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fe6001','acx_csma_subscribe_btn_hover_bgcolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2453
  </label>
2454
  <div class="acx_qa_field">
2455
  <input type="text" name="acx_csma_subscribe_btn_hover_bgcolor3" id="acx_csma_subscribe_btn_hover_bgcolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_subscribe_btn_hover_bgcolor3']; ?>" size="20"/>
2456
  <div style="position: absolute;" id="acx_csma_subscribe_btn_hover_bgcolor3_div"></div>
2457
  </div> <!-- acx_qa_field -->
2458
  <label>
2459
+ <?php _e("Subscribe Success Message:",ACX_CSMA_WP_SLUG); ?>
2460
  </label>
2461
  <div class="acx_qa_field">
2462
  <?php $acx_csma_subscribe_success3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_success3']; ?>
2463
  <input type="text" name="acx_csma_subscribe_success3" value="<?php echo $acx_csma_subscribe_success3 =acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success3); ?>" size="20"/>
2464
  </div> <!-- acx_qa_field -->
2465
  <label>
2466
+ <?php _e("Subscribe Invalid Message:",ACX_CSMA_WP_SLUG); ?>
2467
  </label>
2468
  <div class="acx_qa_field">
2469
  <?php $acx_csma_subscribe_invalid3 = $acx_csma_appearence_array['3']['acx_csma_subscribe_invalid3']; ?>
2478
 
2479
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2480
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2481
+ <?php _e("Heading Settings - Right Side",ACX_CSMA_WP_SLUG); ?>
2482
  </span>
2483
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2484
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2485
  <div class="acx_csmap_q_and_a_inside">
2486
  <label>
2487
+ <?php _e("Title:",ACX_CSMA_WP_SLUG); ?>
2488
  </label>
2489
  <div class="acx_qa_field">
2490
  <?php $acx_csma_inside_title3 = $acx_csma_appearence_array['3']['acx_csma_inside_title3']; ?>
2491
  <input type="text" name="acx_csma_inside_title3" value="<?php echo acx_csma_option_text_after_save_hook_fn($acx_csma_appearence_array['3']['acx_csma_inside_title3']); ?>" size="20"/>
2492
  </div> <!-- acx_qa_field -->
2493
  <label>
2494
+ <?php _e("Title Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_inside_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2495
  </label>
2496
  <div class="acx_qa_field">
2497
  <input type="text" name="acx_csma_inside_title_color3" id="acx_csma_inside_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_inside_title_color3']; ?>" size="20"/>
2506
 
2507
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2508
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2509
+ <?php _e("Right Side Content & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?>
2510
  </span>
2511
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2512
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2513
  <div class="acx_csmap_q_and_a_inside">
2514
 
2515
  <label>
2516
+ <?php _e("Would you like to show Timer?",ACX_CSMA_WP_SLUG); ?>
2517
  </label>
2518
  <div class="acx_qa_field">
2519
  <select name="acx_csma_show_timer3">
2520
+ <option value="1" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_timer3'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2521
+ <option value="0" <?php if ($acx_csma_appearence_array['3']['acx_csma_show_timer3'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2522
  </select>
2523
  </div>
2524
 
2525
  <label>
2526
+ <?php _e("Custom HTML Block Above Timer",ACX_CSMA_WP_SLUG); ?>
2527
  </label>
2528
  <div class="acx_qa_field">
2529
  <?php $acx_csma_custom_html_top_timer_temp3 = $acx_csma_appearence_array['3']['acx_csma_custom_html_top_timer_temp3']; ?>
2530
+ <textarea id="acx_csma_custom_html_top_timer_temp3" name="acx_csma_custom_html_top_timer_temp3" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_timer_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_timer_temp3); ?></textarea>
2531
  </div><!-- acx_qa_field -->
2532
  <div class="f_w"></div>
2533
 
2534
  <label>
2535
+ <?php _e("Custom HTML Block Below Description",ACX_CSMA_WP_SLUG); ?>
2536
  </label>
2537
  <div class="acx_qa_field">
2538
  <?php $acx_csma_custom_html_bottom_temp3 =$acx_csma_appearence_array['3']['acx_csma_custom_html_bottom_temp3']; ?>
2539
+ <textarea id="acx_csma_custom_html_bottom_temp3" name="acx_csma_custom_html_bottom_temp3" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp3); ?></textarea>
2540
  </div><!-- acx_qa_field -->
2541
  <div class="f_w"></div>
2542
 
2543
  <label>
2544
+ <?php _e("Input Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2545
  </label>
2546
  <div class="acx_qa_field">
2547
  <input type="text" name="acx_csma_timer_iptext_color3" id="acx_csma_timer_iptext_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_iptext_color3']; ?>" size="20"/>
2548
  <div style="position: absolute;" id="acx_csma_timer_iptext_color3_div"></div>
2549
  </div> <!-- acx_qa_field -->
2550
  <label>
2551
+ <?php _e("Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2552
  </label>
2553
  <div class="acx_qa_field">
2554
  <input type="text" name="acx_csma_timer_head_color3" id="acx_csma_timer_head_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_timer_head_color3']; ?>" size="20"/>
2555
  <div style="position: absolute;" id="acx_csma_timer_head_color3_div"></div>
2556
  </div> <!-- acx_qa_field -->
2557
  <label>
2558
+ <?php _e("Custom HTML Block Above Description Block",ACX_CSMA_WP_SLUG); ?>
2559
  </label>
2560
  <div class="acx_qa_field">
2561
  <?php $acx_csma_custom_html_top_temp3 =$acx_csma_appearence_array['3']['acx_csma_custom_html_top_temp3']; ?>
2562
+ <textarea id="acx_csma_custom_html_top_temp3" name="acx_csma_custom_html_top_temp3" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_temp3 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp3); ?></textarea>
2563
  </div><!-- acx_qa_field -->
2564
  <div class="f_w"></div>
2565
  <label>
2566
+ <?php _e("Description Title:",ACX_CSMA_WP_SLUG); ?>
2567
  </label>
2568
  <div class="acx_qa_field">
2569
  <?php $acx_csma_desc_title3 = $acx_csma_appearence_array['3']['acx_csma_desc_title3']; ?>
2570
  <input type="text" name="acx_csma_desc_title3" value="<?php echo $acx_csma_desc_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_desc_title3); ?>" size="20"/>
2571
  </div> <!-- acx_qa_field -->
2572
  <label>
2573
+ <?php _e("Description Sub Title:",ACX_CSMA_WP_SLUG); ?>
2574
  </label>
2575
  <div class="acx_qa_field">
2576
  <?php $acx_csma_desc_subtitle3 = $acx_csma_appearence_array['3']['acx_csma_desc_subtitle3']; ?>
2578
  </div> <!-- acx_qa_field -->
2579
  <div class="f_w"></div>
2580
  <label>
2581
+ <?php _e("Description Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_text_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2582
  </label>
2583
  <div class="acx_qa_field">
2584
  <input type="text" name="acx_csma_desc_text_color3" id="acx_csma_desc_text_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_desc_text_color3']; ?>" size="20"/>
2585
  <div style="position: absolute;" id="acx_csma_desc_text_color3_div"></div>
2586
  </div> <!-- acx_qa_field -->
2587
  <label>
2588
+ <?php _e("Description Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_desc_content_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2589
  </label>
2590
  <div class="acx_qa_field">
2591
  <input type="text" name="acx_csma_desc_content_color3" id="acx_csma_desc_content_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_desc_content_color3']; ?>" size="20"/>
2599
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2600
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2601
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2602
+ <?php _e("Footer Settings",ACX_CSMA_WP_SLUG); ?>
2603
  </span>
2604
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2605
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2606
  <div class="acx_csmap_q_and_a_inside">
2607
  <label>
2608
+ <?php _e("Footer Text:",ACX_CSMA_WP_SLUG); ?>
2609
  </label>
2610
  <div class="acx_qa_field">
2611
  <?php $acx_csma_footer_text3 = $acx_csma_appearence_array['3']['acx_csma_footer_text3']; ?>
2612
  <input type="text" name="acx_csma_footer_text3" value="<?php echo $acx_csma_footer_text3 = acx_csma_option_text_after_save_hook_fn($acx_csma_footer_text3); ?>" size="20"/>
2613
  </div> <!-- acx_qa_field -->
2614
  <label>
2615
+ <?php _e("Footer Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2616
  </label>
2617
  <div class="acx_qa_field">
2618
  <input type="text" name="acx_csma_footer_color3" id="acx_csma_footer_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_color3']; ?>" size="20"/>
2628
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2629
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2630
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2631
+ <?php _e("Social Media Settings",ACX_CSMA_WP_SLUG); ?>
2632
  </span>
2633
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2634
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2635
  <div class="acx_csmap_q_and_a_inside">
2636
  <label>
2637
+ <?php _e("Social Media Text:",ACX_CSMA_WP_SLUG); ?>
2638
  </label>
2639
  <div class="acx_qa_field">
2640
  <?php $acx_csma_social_link_title3 = $acx_csma_appearence_array['3']['acx_csma_social_link_title3']; ?>
2641
  <input type="text" name="acx_csma_social_link_title3" value="<?php echo $acx_csma_social_link_title3 = acx_csma_option_text_after_save_hook_fn($acx_csma_social_link_title3 ); ?>" size="20"/>
2642
  </div> <!-- acx_qa_field -->
2643
  <label>
2644
+ <?php _e("Social Media Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_social_link_title_color3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2645
  </label>
2646
  <div class="acx_qa_field">
2647
  <input type="text" name="acx_csma_social_link_title_color3" id="acx_csma_social_link_title_color3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_social_link_title_color3']; ?>" size="20"/>
2648
  <div style="position: absolute;" id="acx_csma_social_link_title_color3_div"></div>
2649
  </div> <!-- acx_qa_field -->
2650
  <label>
2651
+ <?php _e("Facebook Link:",ACX_CSMA_WP_SLUG); ?>
2652
  </label>
2653
  <div class="acx_qa_field">
2654
  <input type="text" name="acx_csma_fb_link3" id="acx_csma_fb_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_fb_link3']); ?>" size="20"/>
2655
  </div> <!-- acx_qa_field -->
2656
  <label>
2657
+ <?php _e("Twitter Link:",ACX_CSMA_WP_SLUG); ?>
2658
  </label>
2659
  <div class="acx_qa_field">
2660
  <input type="text" name="acx_csma_twitter_link3" id="acx_csma_twitter_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_twitter_link3']); ?>" size="20"/>
2661
  </div> <!-- acx_qa_field -->
2662
  <label>
2663
+ <?php _e("LinkedIn Link:",ACX_CSMA_WP_SLUG); ?>
2664
  </label>
2665
  <div class="acx_qa_field">
2666
  <input type="text" name="acx_csma_linkedin_link3" id="acx_csma_linkedin_link3" value="<?php echo esc_url($acx_csma_appearence_array['3']['acx_csma_linkedin_link3']); ?>" size="20"/>
2682
 
2683
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2684
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2685
+ <?php _e("GDPR Settings",ACX_CSMA_WP_SLUG); ?>
2686
  </span>
2687
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2688
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2689
  <div class="acx_csmap_q_and_a_inside">
2690
  <label>
2691
+ <?php _e("Notice Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2692
  </label>
2693
  <div class="acx_qa_field">
2694
  <input type="text" name="acx_csma_footer_gdprcolor3" id="acx_csma_footer_gdprcolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_gdprcolor3']; ?>" size="20"/>
2695
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor3_div"></div>
2696
  </div> <!-- acx_qa_field -->
2697
  <label>
2698
+ <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#fe7e01','acx_csma_footer_gdpr_hovercolor3');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2699
  </label>
2700
  <div class="acx_qa_field">
2701
  <input type="text" name="acx_csma_footer_gdpr_hovercolor3" id="acx_csma_footer_gdpr_hovercolor3" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['3']['acx_csma_footer_gdpr_hovercolor3']; ?>" size="20"/>
2714
 
2715
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2716
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2717
+ <?php _e("Custom css Settings",ACX_CSMA_WP_SLUG); ?>
2718
  </span>
2719
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2720
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2721
  <div class="acx_csmap_q_and_a_inside">
2722
 
2723
  <label>
2724
+ <?php _e("Custom css",ACX_CSMA_WP_SLUG); ?>
2725
  </label>
2726
  <div class="acx_qa_field">
2727
  <?php $acx_csma_custom_css_temp3 = $acx_csma_appearence_array['3']['acx_csma_custom_css_temp3']; ?>
2728
+ <textarea id="acx_csma_custom_css_temp3" name="acx_csma_custom_css_temp3" placeholder="<?php _e("CSS Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo stripslashes($acx_csma_custom_css_temp3); ?></textarea>
2729
  </div><!-- acx_qa_field -->
2730
  <div class="f_w"></div>
2731
  </div> <!-- acx_csmap_q_and_a_inside -->
2743
 
2744
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2745
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2746
+ <?php _e("Background Settings",ACX_CSMA_WP_SLUG); ?>
2747
  </span>
2748
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2749
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2750
  <div class="acx_csmap_q_and_a_inside">
2751
  <label>
2752
+ <?php _e("Background Image:",ACX_CSMA_WP_SLUG); ?>
2753
  </label>
2754
  <div class="acx_qa_field">
2755
  <?php
2765
  <img id="custom_uploader_template_4_img_field_preview" src="<?php echo $bg4_url; ?>" style="width:100px;height:auto;">
2766
  <input type="hidden" id="custom_uploader_template_4_img_field" name="acx_csma_background_image4" value="<?php echo $acx_csma_bg4_id; ?>" size="20">
2767
  <br>
2768
+ <a id="acx_upload_button_img4" class="button"><?php _e("Choose Image",ACX_CSMA_WP_SLUG); ?></a>
2769
+ <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_img_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/body_bg.jpg'; ?>','custom_uploader_template_4_img_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
2770
  </div> <!-- acx_qa_field -->
2771
  </div> <!-- acx_csmap_q_and_a_inside -->
2772
  </div> <!-- acx_csmap_q_and_a -->
2777
 
2778
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2779
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2780
+ <?php _e("Logo Settings",ACX_CSMA_WP_SLUG); ?>
2781
  </span>
2782
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2783
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2785
  <div class="acx_csma_logo_main">
2786
  <table cellspacing="10">
2787
  <tr><td>
2788
+ <input type="radio" name="acx_csma_logo_choice4" class="acx_csma_logo" id="acx_csma_logo_image4" value="image" onclick="acx_csma_rdbtn_show_logo('image','4');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['4'])){if($acx_csma_appearence_array['4']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['4']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image",ACX_CSMA_WP_SLUG); ?></td><td>
2789
+ <input type="radio" name="acx_csma_logo_choice4" class="acx_csma_logo" id="acx_csma_logo_text4" value="text" onclick="acx_csma_rdbtn_show_logo('text','4');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['4'])){if($acx_csma_appearence_array['4']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text",ACX_CSMA_WP_SLUG); ?></td></tr></table>
2790
  </div><!--acx_csma_logo_main -->
2791
  <div id="acx_show_logo_image_4" class="acx_csma_logo_block acx_csma_logo_block_4" style="display:none;">
2792
  <label>
2793
+ <?php _e("Logo:",ACX_CSMA_WP_SLUG); ?><span id="acx_csma_span">(<?php _e("Recommended size 326x138",ACX_CSMA_WP_SLUG); ?>)</span>
2794
  </label>
2795
  <div class="acx_qa_field">
2796
  <?php
2807
  <img id="custom_uploader_template_4_logo_field_preview" src="<?php echo $logo4_url; ?>" style="width:100px;height:auto;">
2808
  <input type="hidden" id="custom_uploader_template_4_logo_field" name="acx_csma_logo4" value="<?php echo $acx_csma_logo4_id; ?>" size="20">
2809
  <br>
2810
+ <a id="acx_upload_button_logo4" class="button"><?php _e("Pick a Logo",ACX_CSMA_WP_SLUG); ?></a>
2811
+ <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_4_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/4/images/logo.png'; ?>','custom_uploader_template_4_logo_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
2812
  </div> <!-- acx_qa_field -->
2813
  </div><!--acx_show_logo_image-->
2814
  <div id="acx_show_logo_text_4" class="acx_csma_logo_block acx_csma_logo_block_4" style="display:none;">
2815
  <label>
2816
+ <?php _e("Logo Text:",ACX_CSMA_WP_SLUG); ?>
2817
  </label>
2818
  <div class="acx_qa_field">
2819
  <?php if(array_key_exists('acx_csma_logo_text4',$acx_csma_appearence_array['4'])){ $acx_csma_logo_text4=$acx_csma_appearence_array['4']['acx_csma_logo_text4'];
2824
  else{
2825
  $acx_csma_logo_text4=get_bloginfo('name');
2826
  }?>
2827
+ <input type="text" name="acx_csma_logo_text4" placeholder="<?php _e("Logo Text Here",ACX_CSMA_WP_SLUG); ?>" value="<?php echo $acx_csma_logo_text4 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text4); ?>" size="20"/>
2828
  </div> <!-- acx_qa_field -->
2829
  <label>
2830
+ <?php _e("Logo Text Color:",ACX_CSMA_WP_SLUG); ?> <a onclick="acx_csma_restore_default('','#ffffff','acx_csma_logo_text_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2831
  </label>
2832
  <div class="acx_qa_field">
2833
  <?php if(array_key_exists('acx_csma_logo_text_color4',$acx_csma_appearence_array['4'])){ $acx_csma_logo_text_color4=$acx_csma_appearence_array['4']['acx_csma_logo_text_color4'];
2849
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
2850
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2851
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2852
+ <?php _e("Main Heading & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?>
2853
  </span>
2854
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2855
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2856
  <div class="acx_csmap_q_and_a_inside">
2857
  <label>
2858
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ebebeb','acx_csma_inside_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2859
  </label>
2860
  <div class="acx_qa_field">
2861
  <input type="text" name="acx_csma_inside_bg_color4" id="acx_csma_inside_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_inside_bg_color4']; ?>" size="20"/>
2862
  <div style="position: absolute;" id="acx_csma_inside_bg_color4_div"></div>
2863
  </div> <!-- acx_qa_field -->
2864
  <label>
2865
+ <?php _e("Title Text:",ACX_CSMA_WP_SLUG); ?>
2866
  </label>
2867
  <div class="acx_qa_field">
2868
  <?php $acx_csma_title4 = $acx_csma_appearence_array['4']['acx_csma_title4']; ?>
2869
  <input type="text" name="acx_csma_title4" value="<?php echo $acx_csma_title4 = acx_csma_option_text_after_save_hook_fn($acx_csma_title4); ?>" size="20"/>
2870
  </div> <!-- acx_qa_field -->
2871
  <label>
2872
+ <?php _e("Custom HTML Block Above Countdown Timer",ACX_CSMA_WP_SLUG); ?>
2873
  </label>
2874
  <div class="acx_qa_field">
2875
  <?php $acx_csma_custom_html_top_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_top_temp4']; ?>
2876
+ <textarea id="acx_csma_custom_html_top_temp4" name="acx_csma_custom_html_top_temp4" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_temp4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp4); ?></textarea>
2877
  </div><!-- acx_qa_field -->
2878
  <div class="f_w"></div>
2879
  <label>
2880
+ <?php _e("Title Text color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_title_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2881
  </label>
2882
  <div class="acx_qa_field">
2883
  <input type="text" name="acx_csma_title_color4" id="acx_csma_title_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_title_color4']; ?>" size="20"/>
2892
 
2893
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2894
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2895
+ <?php _e("Countdown Timer, Progress Bar & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?>
2896
  </span>
2897
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2898
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2899
  <div class="acx_csmap_q_and_a_inside">
2900
  <label>
2901
+ <?php _e("Would you like to show Timer?",ACX_CSMA_WP_SLUG); ?>
2902
  </label>
2903
  <div class="acx_qa_field">
2904
  <select name="acx_csma_show_timer4">
2905
+ <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_timer4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2906
+ <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_timer4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2907
  </select>
2908
  </div>
2909
  <label>
2910
+ <?php _e("Input Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_timer_iptext_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2911
  </label>
2912
  <div class="acx_qa_field">
2913
  <input type="text" name="acx_csma_timer_iptext_color4" id="acx_csma_timer_iptext_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_timer_iptext_color4']; ?>" size="20"/>
2915
  </div> <!-- acx_qa_field -->
2916
 
2917
  <label>
2918
+ <?php _e("Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_timer_head_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2919
  </label>
2920
  <div class="acx_qa_field">
2921
  <input type="text" name="acx_csma_timer_head_color4" id="acx_csma_timer_head_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_timer_head_color4']; ?>" size="20"/>
2922
  <div style="position: absolute;" id="acx_csma_timer_head_color4_div"></div>
2923
  </div> <!-- acx_qa_field -->
2924
  <label>
2925
+ <?php _e("Would you like to show Progress Bar?",ACX_CSMA_WP_SLUG); ?>
2926
  </label>
2927
  <div class="acx_qa_field">
2928
  <select name="acx_csma_show_progressbar4">
2929
+ <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_progressbar4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2930
+ <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_progressbar4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2931
  </select>
2932
  </div>
2933
  <label>
2934
+ <?php _e("Progress Bar Border Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_progress_bar_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2935
  </label>
2936
  <div class="acx_qa_field">
2937
  <input type="text" name="acx_csma_progress_bar_color4" id="acx_csma_progress_bar_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_color4']; ?>" size="20"/>
2938
  <div style="position: absolute;" id="acx_csma_progress_bar_color4_div"></div>
2939
  </div> <!-- acx_qa_field -->
2940
  <label>
2941
+ <?php _e("Progress Bar BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_progress_bar_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2942
  </label>
2943
  <div class="acx_qa_field">
2944
  <input type="text" name="acx_csma_progress_bar_bg_color4" id="acx_csma_progress_bar_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_bg_color4']; ?>" size="20"/>
2945
  <div style="position: absolute;" id="acx_csma_progress_bar_bg_color4_div"></div>
2946
  </div> <!-- acx_qa_field -->
2947
  <label>
2948
+ <?php _e("Progress Bar TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_progress_bar_text_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
2949
  </label>
2950
  <div class="acx_qa_field">
2951
  <input type="text" name="acx_csma_progress_bar_text_color4" id="acx_csma_progress_bar_text_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_progress_bar_text_color4']; ?>" size="20"/>
2952
  <div style="position: absolute;" id="acx_csma_progress_bar_text_color4_div"></div>
2953
  </div> <!-- acx_qa_field -->
2954
  <label>
2955
+ <?php _e("Custom HTML Block Below Countdown Timer",ACX_CSMA_WP_SLUG); ?>
2956
  </label>
2957
  <div class="acx_qa_field">
2958
  <?php $acx_csma_custom_html_bottom_temp4 =$acx_csma_appearence_array['4']['acx_csma_custom_html_bottom_temp4']; ?>
2959
+ <textarea id="acx_csma_custom_html_bottom_temp4" name="acx_csma_custom_html_bottom_temp4" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_temp4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp4); ?></textarea>
2960
  </div><!-- acx_qa_field -->
2961
  </div> <!-- acx_csmap_q_and_a_inside -->
2962
  </div> <!-- acx_csmap_q_and_a -->
2967
 
2968
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
2969
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
2970
+ <?php _e("Subscription Form & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?>
2971
  </span>
2972
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
2973
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
2974
  <div class="acx_csmap_q_and_a_inside">
2975
  <label>
2976
+ <?php _e("Would you like to show Subscription Form?",ACX_CSMA_WP_SLUG); ?>
2977
  </label>
2978
  <div class="acx_qa_field">
2979
  <select name="acx_csma_show_subscription4">
2980
+ <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2981
+ <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2982
  </select>
2983
  </div>
2984
  <label>
2985
+ <?php _e("Would you like to show name field in Subscription form?",ACX_CSMA_WP_SLUG); ?>
2986
  </label>
2987
  <div class="acx_qa_field">
2988
  <select name="acx_csma_show_subscription_name4">
2989
+ <option value="1" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription_name4'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
2990
+ <option value="0" <?php if ($acx_csma_appearence_array['4']['acx_csma_show_subscription_name4'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
2991
  </select>
2992
  </div>
2993
  <label>
2994
+ <?php _e("Subscription Title Text:",ACX_CSMA_WP_SLUG); ?>
2995
  </label>
2996
  <div class="acx_qa_field">
2997
  <?php $acx_csma_subscription_title4 = $acx_csma_appearence_array['4']['acx_csma_subscription_title4']; ?>
2998
  <input type="text" name="acx_csma_subscription_title4" value="<?php echo $acx_csma_subscription_title4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscription_title4); ?>" size="20"/>
2999
  </div> <!-- acx_qa_field -->
3000
  <label>
3001
+ <?php _e("Subscription Title TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#666666','acx_csma_subscription_title_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3002
  </label>
3003
  <div class="acx_qa_field">
3004
  <input type="text" name="acx_csma_subscription_title_color4" id="acx_csma_subscription_title_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_title_color4']; ?>" size="20"/>
3005
  <div style="position: absolute;" id="acx_csma_subscription_title_color4_div"></div>
3006
  </div> <!-- acx_qa_field -->
3007
  <label>
3008
+ <?php _e("Subscription Button Text:",ACX_CSMA_WP_SLUG); ?>
3009
  </label>
3010
  <div class="acx_qa_field">
3011
  <?php $acx_csma_subscription_btn_text4 = $acx_csma_appearence_array['4']['acx_csma_subscription_btn_text4']; ?>
3012
  <input type="text" name="acx_csma_subscription_btn_text4" value="<?php echo $acx_csma_subscription_btn_text4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscription_btn_text4); ?>" size="20"/>
3013
  </div> <!-- acx_qa_field -->
3014
  <label>
3015
+ <?php _e("Subscription Button Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_subscription_btn_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3016
  </label>
3017
  <div class="acx_qa_field">
3018
  <input type="text" name="acx_csma_subscription_btn_color4" id="acx_csma_subscription_btn_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_btn_color4']; ?>" size="20"/>
3019
  <div style="position: absolute;" id="acx_csma_subscription_btn_color4_div"></div>
3020
  </div> <!-- acx_qa_field -->
3021
  <label>
3022
+ <?php _e("Subscription Button BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#333333','acx_csma_subscription_btn_bg_color4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3023
  </label>
3024
  <div class="acx_qa_field">
3025
  <input type="text" name="acx_csma_subscription_btn_bg_color4" id="acx_csma_subscription_btn_bg_color4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_subscription_btn_bg_color4']; ?>" size="20"/>
3026
  <div style="position: absolute;" id="acx_csma_subscription_btn_bg_color4_div"></div>
3027
  </div> <!-- acx_qa_field -->
3028
  <label>
3029
+ <?php _e("Subscribe Success Message:",ACX_CSMA_WP_SLUG); ?>
3030
  </label>
3031
  <div class="acx_qa_field">
3032
  <?php $acx_csma_subscribe_success4 = $acx_csma_appearence_array['4']['acx_csma_subscribe_success4']; ?>
3033
  <input type="text" name="acx_csma_subscribe_success4" value="<?php echo $acx_csma_subscribe_success4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success4); ?>" size="20"/>
3034
  </div> <!-- acx_qa_field -->
3035
  <label>
3036
+ <?php _e("Subscribe Invalid Message:",ACX_CSMA_WP_SLUG); ?>
3037
  </label>
3038
  <div class="acx_qa_field">
3039
  <?php $acx_csma_subscribe_invalid4 = $acx_csma_appearence_array['4']['acx_csma_subscribe_invalid4'];?>
3040
  <input type="text" name="acx_csma_subscribe_invalid4" value="<?php echo $acx_csma_subscribe_invalid4 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_invalid4); ?>" size="20"/>
3041
  </div> <!-- acx_qa_field -->
3042
  <label>
3043
+ <?php _e("Custom HTML Block Below Subscription form",ACX_CSMA_WP_SLUG); ?>
3044
  </label>
3045
  <div class="acx_qa_field">
3046
  <?php $acx_csma_custom_html_subscrpt_below_sub4 = $acx_csma_appearence_array['4']['acx_csma_custom_html_subscrpt_below_sub4']; ?>
3047
+ <textarea id="acx_csma_custom_html_subscrpt_below_sub4" name="acx_csma_custom_html_subscrpt_below_sub4" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_subscrpt_below_sub4 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_subscrpt_below_sub4); ?></textarea>
3048
  </div><!-- acx_qa_field -->
3049
  <div class="f_w"></div>
3050
  </div> <!-- acx_csmap_q_and_a_inside -->
3055
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3056
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3057
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3058
+ <?php _e("Social Media Settings",ACX_CSMA_WP_SLUG); ?>
3059
  </span>
3060
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3061
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3062
  <div class="acx_csmap_q_and_a_inside">
3063
  <label>
3064
+ <?php _e("Facebook Link",ACX_CSMA_WP_SLUG); ?>
3065
  </label>
3066
  <div class="acx_qa_field">
3067
  <input type="text" name="acx_csma_fb_link4" id="acx_csma_fb_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_fb_link4']); ?>" size="20"/>
3068
  </div> <!-- acx_qa_field -->
3069
  <label>
3070
+ <?php _e("Twitter Link",ACX_CSMA_WP_SLUG); ?>
3071
  </label>
3072
  <div class="acx_qa_field">
3073
  <input type="text" name="acx_csma_twitter_link4" id="acx_csma_twitter_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_twitter_link4']); ?>" size="20"/>
3074
  </div> <!-- acx_qa_field -->
3075
  <label>
3076
+ <?php _e("LinkedIn Link",ACX_CSMA_WP_SLUG); ?>
3077
  </label>
3078
  <div class="acx_qa_field">
3079
  <input type="text" name="acx_csma_linkedin_link4" id="acx_csma_linkedin_link4" value="<?php echo esc_url($acx_csma_appearence_array['4']['acx_csma_linkedin_link4']); ?>" size="20"/>
3095
 
3096
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3097
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3098
+ <?php _e("GDPR Settings",ACX_CSMA_WP_SLUG); ?>
3099
  </span>
3100
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3101
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3102
  <div class="acx_csmap_q_and_a_inside">
3103
  <label>
3104
+ <?php _e("Notice Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_footer_gdprcolor4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3105
  </label>
3106
  <div class="acx_qa_field">
3107
  <input type="text" name="acx_csma_footer_gdprcolor4" id="acx_csma_footer_gdprcolor4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_footer_gdprcolor4']; ?>" size="20"/>
3108
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor4_div"></div>
3109
  </div> <!-- acx_qa_field -->
3110
  <label>
3111
+ <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#adadad','acx_csma_footer_gdpr_hovercolor4');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3112
  </label>
3113
  <div class="acx_qa_field">
3114
  <input type="text" name="acx_csma_footer_gdpr_hovercolor4" id="acx_csma_footer_gdpr_hovercolor4" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['4']['acx_csma_footer_gdpr_hovercolor4']; ?>" size="20"/>
3127
 
3128
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3129
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3130
+ <?php _e("Custom css Settings",ACX_CSMA_WP_SLUG); ?>
3131
  </span>
3132
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3133
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3134
  <div class="acx_csmap_q_and_a_inside">
3135
 
3136
  <label>
3137
+ <?php _e("Custom css",ACX_CSMA_WP_SLUG); ?>
3138
  </label>
3139
  <div class="acx_qa_field">
3140
  <?php $acx_csma_custom_css_temp4 = $acx_csma_appearence_array['4']['acx_csma_custom_css_temp4']; ?>
3141
+ <textarea id="acx_csma_custom_css_temp4" name="acx_csma_custom_css_temp4" placeholder="<?php _e("CSS Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo stripslashes($acx_csma_custom_css_temp4); ?></textarea>
3142
  </div><!-- acx_qa_field -->
3143
  <div class="f_w"></div>
3144
  </div> <!-- acx_csmap_q_and_a_inside -->
3155
 
3156
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3157
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3158
+ <?php _e("Background Settings",ACX_CSMA_WP_SLUG); ?>
3159
  </span>
3160
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3161
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3162
  <div class="acx_csmap_q_and_a_inside">
3163
  <label>
3164
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#e9eaec','acx_csma_bgcolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3165
  </label>
3166
  <div class="acx_qa_field">
3167
  <input type="text" name="acx_csma_bgcolor5" id="acx_csma_bgcolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_bgcolor5']; ?>" size="20"/>
3175
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3176
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3177
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3178
+ <?php _e("Logo Settings ",ACX_CSMA_WP_SLUG); ?>
3179
  </span>
3180
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3181
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3183
  <div class="acx_csma_logo_main">
3184
  <table cellspacing="10">
3185
  <tr><td>
3186
+ <input type="radio" name="acx_csma_logo_choice5" class="acx_csma_logo" id="acx_csma_logo_image5" value="image" onclick="acx_csma_rdbtn_show_logo('image','5');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['5'])){if($acx_csma_appearence_array['5']['acx_csma_logo_choice'] == 'image' || $acx_csma_appearence_array['5']['acx_csma_logo_choice']==''){echo "checked='checked'";}}else{ echo "checked='checked'";} ?>/><?php _e("Logo Image",ACX_CSMA_WP_SLUG); ?></td><td>
3187
+ <input type="radio" name="acx_csma_logo_choice5" class="acx_csma_logo" id="acx_csma_logo_text5" value="text" onclick="acx_csma_rdbtn_show_logo('text','5');" <?php if(array_key_exists('acx_csma_logo_choice',$acx_csma_appearence_array['5'])){if($acx_csma_appearence_array['5']['acx_csma_logo_choice'] == 'text'){echo "checked='checked'";}}?>/><?php _e("Logo Text",ACX_CSMA_WP_SLUG); ?></td></tr></table>
3188
  </div><!--acx_csma_logo_main -->
3189
  <div id="acx_show_logo_image_5" class="acx_csma_logo_block acx_csma_logo_block_5" style="display:none;">
3190
  <label>
3191
+ <?php _e("Logo:",ACX_CSMA_WP_SLUG); ?> <span id="acx_csma_span">(<?php _e("Recommended size 315x94",ACX_CSMA_WP_SLUG); ?>)</span>
3192
  </label>
3193
  <div class="acx_qa_field">
3194
  <?php
3204
  <img id="custom_uploader_template_5_logo_field_preview" src="<?php echo $logo5_url; ?>" style="width:100px;height:auto;">
3205
  <input type="hidden" id="custom_uploader_template_5_logo_field" name="acx_csma_logo5" value="<?php echo $acx_csma_logo5_id ; ?>" size="20">
3206
  <br>
3207
+ <a id="acx_upload_button_logo5" class="button">Pick a <?php _e("Logo",ACX_CSMA_WP_SLUG); ?></a>
3208
+ <a id="acx_upload_button_reset_img1" onclick="acx_csma_restore_default('custom_uploader_template_5_logo_field_preview','<?php echo ACX_CSMA_BASE_LOCATION . 'templates/5/images/logo.png'; ?>','custom_uploader_template_5_logo_field');" class="button"><?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?></a>
3209
  </div> <!-- acx_qa_field -->
3210
  </div> <!-- acx_show_logo_image -->
3211
  <div id="acx_show_logo_text_5" class="acx_csma_logo_block acx_csma_logo_block_5" style="display:none;">
3212
  <label>
3213
+ <?php _e("Logo Text:",ACX_CSMA_WP_SLUG); ?>
3214
  </label>
3215
  <div class="acx_qa_field">
3216
  <?php if(array_key_exists('acx_csma_logo_text5',$acx_csma_appearence_array['5'])){$acx_csma_logo_text5=$acx_csma_appearence_array['5']['acx_csma_logo_text5'];
3220
  }}else{
3221
  $acx_csma_logo_text5=get_bloginfo('name');
3222
  }?>
3223
+ <input type="text" name="acx_csma_logo_text5" placeholder="<?php _e("Logo Text Here",ACX_CSMA_WP_SLUG); ?>" value="<?php echo $acx_csma_logo_text5 = acx_csma_option_text_after_save_hook_fn($acx_csma_logo_text5); ?>" size="20"/>
3224
  </div> <!-- acx_qa_field -->
3225
  <label>
3226
+ <?php _e("Logo Text Color: ",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_logo_text_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3227
  </label>
3228
  <div class="acx_qa_field">
3229
  <?php if(array_key_exists('acx_csma_logo_text_color5',$acx_csma_appearence_array['5'])){$acx_csma_logo_text_color5=$acx_csma_appearence_array['5']['acx_csma_logo_text_color5'];
3243
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3244
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3245
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3246
+ <?php _e("Inner Block Background Settings",ACX_CSMA_WP_SLUG); ?>
3247
  </span>
3248
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3249
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3250
  <div class="acx_csmap_q_and_a_inside">
3251
  <label>
3252
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#f5f5f5','acx_csma_inside_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3253
  </label>
3254
  <div class="acx_qa_field">
3255
  <input type="text" name="acx_csma_inside_bg_color5" id="acx_csma_inside_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_inside_bg_color5']; ?>" size="20"/>
3263
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3264
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3265
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3266
+ <?php _e("Main Heading Settings",ACX_CSMA_WP_SLUG); ?>
3267
  </span>
3268
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3269
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3270
  <div class="acx_csmap_q_and_a_inside">
3271
  <label>
3272
+ <?php _e("Title Text: ",ACX_CSMA_WP_SLUG); ?>
3273
  </label>
3274
  <div class="acx_qa_field">
3275
  <?php $acx_csma_title5 = $acx_csma_appearence_array['5']['acx_csma_title5'];?>
3276
  <input type="text" name="acx_csma_title5" value="<?php echo $acx_csma_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_title5); ?>" size="20"/>
3277
  </div> <!-- acx_qa_field -->
3278
  <label>
3279
+ <?php _e("Custom HTML Block Above Countdown Timer",ACX_CSMA_WP_SLUG); ?>
3280
  </label>
3281
  <div class="acx_qa_field">
3282
  <?php $acx_csma_custom_html_top_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_top_temp5']; ?>
3283
+ <textarea id="acx_csma_custom_html_top_temp5" name="acx_csma_custom_html_top_temp5" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_temp5 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_temp5); ?></textarea>
3284
  </div><!-- acx_qa_field -->
3285
  <div class="f_w"></div>
3286
  <label>
3287
+ <?php _e("Title Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_title_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3288
  </label>
3289
  <div class="acx_qa_field">
3290
  <input type="text" name="acx_csma_title_color5" id="acx_csma_title_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_title_color5']; ?>" size="20"/>
3298
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3299
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3300
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3301
+ <?php _e("Countdown, Progress bar & Custom HTML Settings",ACX_CSMA_WP_SLUG); ?>
3302
  </span>
3303
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3304
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3305
  <div class="acx_csmap_q_and_a_inside">
3306
  <label>
3307
+ <?php _e("Would you like to show Timer?",ACX_CSMA_WP_SLUG); ?>
3308
  </label>
3309
  <div class="acx_qa_field">
3310
  <select name="acx_csma_show_timer5">
3311
+ <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_timer5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
3312
+ <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_timer5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
3313
  </select>
3314
  </div>
3315
  <label>
3316
+ <?php _e("Input Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_iptext_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3317
  </label>
3318
  <div class="acx_qa_field">
3319
  <input type="text" name="acx_csma_timer_iptext_color5" id="acx_csma_timer_iptext_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_timer_iptext_color5']; ?>" size="20"/>
3320
  <div style="position: absolute;" id="acx_csma_timer_iptext_color5_div"></div>
3321
  </div> <!-- acx_qa_field -->
3322
  <label>
3323
+ <?php _e("Heading Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_timer_head_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3324
  </label>
3325
  <div class="acx_qa_field">
3326
  <input type="text" name="acx_csma_timer_head_color5" id="acx_csma_timer_head_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_timer_head_color5']; ?>" size="20"/>
3327
  <div style="position: absolute;" id="acx_csma_timer_head_color5_div"></div>
3328
  </div> <!-- acx_qa_field -->
3329
  <label>
3330
+ <?php _e("Would you like to show Progress Bar ?",ACX_CSMA_WP_SLUG); ?>
3331
  </label>
3332
  <div class="acx_qa_field">
3333
  <select name="acx_csma_show_progressbar5">
3334
+ <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_progressbar5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes",ACX_CSMA_WP_SLUG); ?> </option>
3335
+ <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_progressbar5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
3336
  </select>
3337
  </div>
3338
  <label>
3339
+ <?php _e("Progress Bar BorderColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#717171','acx_csma_progress_bar_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3340
  </label>
3341
  <div class="acx_qa_field">
3342
  <input type="text" name="acx_csma_progress_bar_color5" id="acx_csma_progress_bar_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_color5']; ?>" size="20"/>
3343
  <div style="position: absolute;" id="acx_csma_progress_bar_color5_div"></div>
3344
  </div> <!-- acx_qa_field -->
3345
  <label>
3346
+ <?php _e("Progress Bar BackgroundColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#000000','acx_csma_progress_bar_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3347
  </label>
3348
  <div class="acx_qa_field">
3349
  <input type="text" name="acx_csma_progress_bar_bg_color5" id="acx_csma_progress_bar_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_bg_color5']; ?>" size="20"/>
3350
  <div style="position: absolute;" id="acx_csma_progress_bar_bg_color5_div"></div>
3351
  </div> <!-- acx_qa_field -->
3352
  <label>
3353
+ <?php _e("Progress Bar TextColor:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_progress_bar_text_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3354
  </label>
3355
  <div class="acx_qa_field">
3356
  <input type="text" name="acx_csma_progress_bar_text_color5" id="acx_csma_progress_bar_text_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_progress_bar_text_color5']; ?>" size="20"/>
3357
  <div style="position: absolute;" id="acx_csma_progress_bar_text_color5_div"></div>
3358
  </div> <!-- acx_qa_field -->
3359
  <label>
3360
+ <?php _e("Custom HTML Block Below Countdown Timer",ACX_CSMA_WP_SLUG); ?>
3361
  </label>
3362
  <div class="acx_qa_field">
3363
  <?php $acx_csma_custom_html_bottom_temp5 =$acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_temp5']; ?>
3364
+ <textarea id="acx_csma_custom_html_bottom_temp5" name="acx_csma_custom_html_bottom_temp5" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_temp5 = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_temp5); ?></textarea>
3365
  </div><!-- acx_qa_field -->
3366
  </div><!-- acx_csmap_q_and_a_inside -->
3367
  </div> <!-- acx_csmap_q_and_a -->
3371
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3372
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3373
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3374
+ <?php _e("Subscription Form Settings",ACX_CSMA_WP_SLUG); ?>
3375
  </span>
3376
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3377
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3378
  <div class="acx_csmap_q_and_a_inside">
3379
  <label>
3380
+ <?php _e("Would you like to show Subscription form?",ACX_CSMA_WP_SLUG); ?>
3381
  </label>
3382
  <div class="acx_qa_field">
3383
  <select name="acx_csma_show_subscription5">
3384
+ <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
3385
+ <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
3386
  </select>
3387
  </div>
3388
  <label>
3389
+ <?php _e("Would you like to show name field in Subscription form?",ACX_CSMA_WP_SLUG); ?>
3390
  </label>
3391
  <div class="acx_qa_field">
3392
  <select name="acx_csma_show_subscription_name5">
3393
+ <option value="1" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription_name5'] == "1") { echo 'selected="selected"'; } ?>><?php _e("Yes ",ACX_CSMA_WP_SLUG); ?></option>
3394
+ <option value="0" <?php if ($acx_csma_appearence_array['5']['acx_csma_show_subscription_name5'] == "0") { echo 'selected="selected"'; } ?>><?php _e("No",ACX_CSMA_WP_SLUG); ?></option>
3395
  </select>
3396
  </div>
3397
  <label>
3398
+ <?php _e("Custom HTML Block Above Subscription form",ACX_CSMA_WP_SLUG); ?>
3399
  </label>
3400
  <div class="acx_qa_field">
3401
  <?php $acx_csma_custom_html_top_sub = $acx_csma_appearence_array['5']['acx_csma_custom_html_top_sub']; ?>
3402
+ <textarea id="acx_csma_custom_html_top_sub" name="acx_csma_custom_html_top_sub" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_top_sub = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_top_sub); ?></textarea>
3403
  </div><!-- acx_qa_field -->
3404
  <div class="f_w"></div>
3405
 
3406
  <label>
3407
+ <?php _e("Custom HTML Block Below Subscription form",ACX_CSMA_WP_SLUG); ?>
3408
  </label>
3409
  <div class="acx_qa_field">
3410
  <?php $acx_csma_custom_html_bottom_sub =$acx_csma_appearence_array['5']['acx_csma_custom_html_bottom_sub']; ?>
3411
+ <textarea id="acx_csma_custom_html_bottom_sub" name="acx_csma_custom_html_bottom_sub" placeholder="<?php _e("HTML Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo $acx_csma_custom_html_bottom_sub = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_bottom_sub); ?></textarea>
3412
  </div><!-- acx_qa_field -->
3413
  <div class="f_w"></div>
3414
  <label>
3415
+ <?php _e("Background Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#2f2f2f','acx_csma_subscribe_bg_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3416
  </label>
3417
  <div class="acx_qa_field">
3418
  <input type="text" name="acx_csma_subscribe_bg_color5" id="acx_csma_subscribe_bg_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_subscribe_bg_color5']; ?>" size="20"/>
3419
  <div style="position: absolute;" id="acx_csma_subscribe_bg_color5_div"></div>
3420
  </div> <!-- acx_qa_field -->
3421
  <label>
3422
+ <?php _e("Launch Title:",ACX_CSMA_WP_SLUG); ?>
3423
  </label>
3424
  <div class="acx_qa_field">
3425
  <?php $acx_csma_subscribe_main_title5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5']; ?>
3426
  <input type="text" name="acx_csma_subscribe_main_title5" value="<?php echo $acx_csma_subscribe_main_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_main_title5); ?>" size="20"/>
3427
  </div> <!-- acx_qa_field -->
3428
  <label>
3429
+ <?php _e("Launch Title Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#4b4b4b','acx_csma_launch_title_color5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3430
  </label>
3431
  <div class="acx_qa_field">
3432
  <input type="text" name="acx_csma_launch_title_color5" id="acx_csma_launch_title_color5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_launch_title_color5']; ?>" size="20"/>
3433
  <div style="position: absolute;" id="acx_csma_launch_title_color5_div"></div>
3434
  </div> <!-- acx_qa_field -->
3435
  <label>
3436
+ <?php _e("Title:",ACX_CSMA_WP_SLUG); ?>
3437
  </label>
3438
  <div class="acx_qa_field">
3439
  <?php $acx_csma_subscribe_title5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_title5'];?>
3440
  <input type="text" name="acx_csma_subscribe_title5" value="<?php echo $acx_csma_subscribe_title5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_title5); ?>" size="20"/>
3441
  </div> <!-- acx_qa_field -->
3442
  <label>
3443
+ <?php _e("Subscribe Button Text:",ACX_CSMA_WP_SLUG); ?>
3444
  </label>
3445
  <div class="acx_qa_field">
3446
  <?php $acx_csma_subscribe_btn_text5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_btn_text5']; ?>
3447
  <input type="text" name="acx_csma_subscribe_btn_text5" value="<?php echo $acx_csma_subscribe_btn_text5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_btn_text5); ?>" size="20"/>
3448
  </div> <!-- acx_qa_field -->
3449
  <label>
3450
+ <?php _e("Subscribe Success Message:",ACX_CSMA_WP_SLUG); ?>
3451
  </label>
3452
  <div class="acx_qa_field">
3453
  <?php $acx_csma_subscribe_success5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_success5']; ?>
3454
  <input type="text" name="acx_csma_subscribe_success5" value="<?php echo $acx_csma_subscribe_success5 = acx_csma_option_text_after_save_hook_fn($acx_csma_subscribe_success5); ?>" size="20"/>
3455
  </div> <!-- acx_qa_field -->
3456
  <label>
3457
+ <?php _e("Subscribe Invalid Message:",ACX_CSMA_WP_SLUG); ?>
3458
  </label>
3459
  <div class="acx_qa_field">
3460
  <?php $acx_csma_subscribe_invalid5 = $acx_csma_appearence_array['5']['acx_csma_subscribe_invalid5'];?>
3468
  <?php $acx_csmap_qa_id = $acx_csmap_qa_id+1; ?>
3469
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3470
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3471
+ <?php _e("Social Media Settings",ACX_CSMA_WP_SLUG); ?>
3472
  </span>
3473
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3474
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3475
  <div class="acx_csmap_q_and_a_inside">
3476
  <label>
3477
+ <?php _e("Facebook Link",ACX_CSMA_WP_SLUG); ?>
3478
  </label>
3479
  <div class="acx_qa_field">
3480
  <input type="text" name="acx_csma_fb_link5" id="acx_csma_fb_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_fb_link5']); ?>" size="20"/>
3481
  </div> <!-- acx_qa_field -->
3482
  <label>
3483
+ <?php _e("Twitter Link",ACX_CSMA_WP_SLUG); ?>
3484
  </label>
3485
  <div class="acx_qa_field">
3486
  <input type="text" name="acx_csma_twitter_link5" id="acx_csma_twitter_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_twitter_link5']); ?>" size="20"/>
3487
  </div> <!-- acx_qa_field -->
3488
  <label>
3489
+ <?php _e("LinkedIn Link",ACX_CSMA_WP_SLUG); ?>
3490
  </label>
3491
  <div class="acx_qa_field">
3492
  <input type="text" name="acx_csma_linkedin_link5" id="acx_csma_linkedin_link5" value="<?php echo esc_url($acx_csma_appearence_array['5']['acx_csma_linkedin_link5']); ?>" size="20"/>
3508
 
3509
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3510
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3511
+ <?php _e("GDPR Settings",ACX_CSMA_WP_SLUG); ?>
3512
  </span>
3513
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3514
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3515
  <div class="acx_csmap_q_and_a_inside">
3516
  <label>
3517
+ <?php _e("Notice Text Color:",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#ffffff','acx_csma_footer_gdprcolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3518
  </label>
3519
  <div class="acx_qa_field">
3520
  <input type="text" name="acx_csma_footer_gdprcolor5" id="acx_csma_footer_gdprcolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_footer_gdprcolor5']; ?>" size="20"/>
3521
  <div style="position: absolute;" id="acx_csma_footer_gdprcolor5_div"></div>
3522
  </div> <!-- acx_qa_field -->
3523
  <label>
3524
+ <?php _e("Notice Text Hover Color (If Privacy Policy Link Is Present):",ACX_CSMA_WP_SLUG); ?><a onclick="acx_csma_restore_default('','#a19e99','acx_csma_footer_gdpr_hovercolor5');" class="acx_csmap_button_reset">[<?php _e("Reset To Default",ACX_CSMA_WP_SLUG); ?>]</a>
3525
  </label>
3526
  <div class="acx_qa_field">
3527
  <input type="text" name="acx_csma_footer_gdpr_hovercolor5" id="acx_csma_footer_gdpr_hovercolor5" onblur="acx_csma_validate(this.value);" value="<?php echo $acx_csma_appearence_array['5']['acx_csma_footer_gdpr_hovercolor5']; ?>" size="20"/>
3540
 
3541
  <div id="acx_csmap_q_and_a_h" class="acx_csmap_q_and_a_h_common acx_csmap_q_and_a_h_<?php echo $acx_csmap_qa_id; ?>">
3542
  <span class="acx_csma_q" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);">
3543
+ <?php _e("Custom css Settings",ACX_CSMA_WP_SLUG); ?>
3544
  </span>
3545
  <span class="acx_csma_toggle acx_csma_toggle_<?php echo $acx_csmap_qa_id; ?> plus" onclick="acx_csmap_easy_qa_toggle(<?php echo $acx_csmap_qa_id; ?>);"></span>
3546
  <div id="acx_csmap_q_and_a" class="acx_csmap_q_and_a_common acx_csmap_q_and_a_<?php echo $acx_csmap_qa_id; ?>" style="display:none;">
3547
  <div class="acx_csmap_q_and_a_inside">
3548
 
3549
  <label>
3550
+ <?php _e("Custom css",ACX_CSMA_WP_SLUG); ?>
3551
  </label>
3552
  <div class="acx_qa_field">
3553
  <?php $acx_csma_custom_css_temp5 = $acx_csma_appearence_array['5']['acx_csma_custom_css_temp5']; ?>
3554
+ <textarea id="acx_csma_custom_css_temp5" name="acx_csma_custom_css_temp5" placeholder="<?php _e("CSS Code Here",ACX_CSMA_WP_SLUG); ?>"><?php echo stripslashes($acx_csma_custom_css_temp5); ?></textarea>
3555
  </div><!-- acx_qa_field -->
3556
  <div class="f_w"></div>
3557
  </div> <!-- acx_csmap_q_and_a_inside -->
3565
  <table>
3566
  <tr><td>
3567
  <label>
3568
+ <?php _e("Custom HTML content",ACX_CSMA_WP_SLUG); ?>
3569
  </label></td>
3570
  <td><?php $acx_csma_custom_html_val = get_option('acx_csma_custom_html_val'); ?>
3571
  <textarea id="acx_csma_custom_html" name="acx_csma_custom_html_val" style="max-width: 80%; width: 500px; height: 180px;"><?php echo $acx_csma_custom_html_val = acx_csma_custom_html_after_save_hook_fn($acx_csma_custom_html_val); ?></textarea>
3575
  </div><!-- acx_csma_template_0-->
3576
  </div><!--acx_csma_tab_block_2-->
3577
  <table>
3578
+ <tr><td colspan="3"><p><a onclick="acx_csma_save_settings('acx_csma_ip_list1');" name="Submit" id="Submit" class="button button-primary" style="margin-left:20px;"><?php _e('Save Settings',ACX_CSMA_WP_SLUG); ?></a></p>
3579
  <input name="acx_csma_save_config" type="hidden" value="<?php echo wp_create_nonce('acx_csma_save_config'); ?>" />
3580
  </td></tr>
3581
  </table>
3615
  //upload images and logos
3616
  jQuery(document).ready(function()
3617
  {
3618
+ acx_csma_upload_images_template_loader("acx_csma_favicon_button","<?php _e("Choose Favicon",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","acx_csma_favicon_field","acx_csma_favicon");
3619
 
3620
+ acx_csma_upload_images_template_loader("acx_upload_button_img1","<?php _e("Choose Background",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_1_img_field","custom_uploader_template_1_img_field_preview");
3621
 
3622
+ acx_csma_upload_images_template_loader("acx_upload_button_logo1","<?php _e("Choose Logo",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_1_logo_field","custom_uploader_template_1_logo_field_preview");
3623
 
3624
+ acx_csma_upload_images_template_loader("acx_upload_button_logo2","<?php _e("Choose Logo",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_2_logo_field","custom_uploader_template_2_logo_field_preview");
3625
 
3626
+ acx_csma_upload_images_template_loader("acx_upload_button_logo3","<?php _e("Choose Logo",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_3_logo_field","custom_uploader_template_3_logo_field_preview");
3627
 
3628
+ acx_csma_upload_images_template_loader("acx_upload_button_img4","<?php _e("Choose Background",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_4_img_field","custom_uploader_template_4_img_field_preview");
3629
+ acx_csma_upload_images_template_loader("acx_upload_button_logo4","<?php _e("Choose Logo",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_4_logo_field","custom_uploader_template_4_logo_field_preview");
3630
 
3631
+ acx_csma_upload_images_template_loader("acx_upload_button_logo5","<?php _e("Choose Logo",ACX_CSMA_WP_SLUG);?>","<?php _e("Choose Image",ACX_CSMA_WP_SLUG);?>","custom_uploader_template_5_logo_field","custom_uploader_template_5_logo_field_preview");
3632
  });
3633
  //show logo div
3634
  function acx_csma_rdbtn_show_logo(value,id)
3656
  }
3657
  else
3658
  {
3659
+ alert("<?php _e("You have entered an invalid color!",ACX_CSMA_WP_SLUG);?>");
3660
  return false;
3661
  }
3662
  }
3685
  {
3686
  if(listBox.options[x].value==acx_csma_textbox_value || listBox.options[x].text==acx_csma_textbox_value)
3687
  {
3688
+ alert("<?php _e("IP is already Added!",ACX_CSMA_WP_SLUG);?>");
3689
  return false;
3690
  }
3691
  }
3693
  }
3694
  else
3695
  {
3696
+ alert("<?php _e("You have entered an invalid IP address!",ACX_CSMA_WP_SLUG);?>");
3697
  return false;
3698
  }
3699
  }
includes/acx_csma_display_variables.php CHANGED
@@ -1,7 +1,7 @@
1
  <div class="wrap">
2
  <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
3
 
4
- <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Display Variables', 'coming-soon-maintenance-mode-from-acurax' ) . "</h2>"; ?>
5
 
6
  <div id="acx_csma_form">
7
  <?php acx_csma_display_variables(); ?>
1
  <div class="wrap">
2
  <div style='background: white none repeat scroll 0% 0%; height: 100%; margin-top: 5px; border-radius: 15px; min-height: 450px; box-sizing: border-box; margin-left: auto; margin-right: auto; width: 98%; padding: 1%;display: table;'>
3
 
4
+ <?php echo "<h2 class='acx_csma_page_h2'>" . __( 'Display Variables', ACX_CSMA_WP_SLUG ) . "</h2>"; ?>
5
 
6
  <div id="acx_csma_form">
7
  <?php acx_csma_display_variables(); ?>
includes/acx_csma_expert_support.php CHANGED
@@ -13,21 +13,21 @@ $acx_installation_url = "";
13
  <div class="acx_csma_es_acx_content_area">
14
  <div class="acx_csma_es_wp_left_area">
15
  <div class="acx_csma_es_wp_left_content_inner">
16
- <div class="acx_csma_es_wp_main_head"><?php _e("Do you Need Technical Support Services to Get the Best Out of Your Wordpress Site ?","coming-soon-maintenance-mode-from-acurax");?></div> <!-- wp_main_head -->
17
- <div class="acx_csma_es_wp_sub_para_des"><?php _e("Acurax offer a number of WordPress related services: Form installing WordPress on your domain to offering support for existing WordPress sites.","coming-soon-maintenance-mode-from-acurax");?></div> <!-- acx_csma_es_wp_sub_para_des -->
18
  <div class="acx_csma_es_wp_acx_service_list">
19
  <ul>
20
- <li><?php _e("Troubleshoot WordPress Site Issues","coming-soon-maintenance-mode-from-acurax");?></li>
21
- <li><?php _e("Recommend & Install Plugins For Improved WordPress Performance","coming-soon-maintenance-mode-from-acurax");?></li>
22
- <li><?php _e("Create, Modify, Or Customise, Themes","coming-soon-maintenance-mode-from-acurax");?></li>
23
- <li><?php _e("Explain Errors And Recommend Solutions","coming-soon-maintenance-mode-from-acurax");?></li>
24
- <li><?php _e("Custom Plugin Development According To Your Needs","coming-soon-maintenance-mode-from-acurax");?></li>
25
- <li><?php _e("Plugin Integration Support","coming-soon-maintenance-mode-from-acurax");?></li>
26
- <li><?php _e("Many ","coming-soon-maintenance-mode-from-acurax");?><a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=expert_support" target="_blank"><?php _e("More...","coming-soon-maintenance-mode-from-acurax");?></a></li>
27
  </ul>
28
  </div> <!-- acx_csma_es_wp_acx_service_list -->
29
 
30
- <div class="acx_csma_es_wp_send_ylw_para"><?php _e("We Have Extensive Experience in WordPress Troubleshooting,Theme Design & Plugin Development.","coming-soon-maintenance-mode-from-acurax");?></div> <!-- acx_csma_es_wp_secnd_ylw_para-->
31
 
32
  </div> <!-- acx_csma_es_wp_left_content_inner -->
33
  </div> <!-- acx_csma_es_wp_left_area -->
@@ -35,15 +35,15 @@ $acx_installation_url = "";
35
  <div class="acx_csma_es_wp_right_area">
36
  <div class="acx_csma_es_wp_right_inner_form_wrap">
37
  <div class="acx_csma_es_wp_inner_wp_form">
38
- <div class="acx_csma_es_wp_form_head"><?php _e("WE ARE DEDICATED TO HELP YOU. SUBMIT YOUR REQUEST NOW..!","coming-soon-maintenance-mode-from-acurax");?></div> <!-- acx_csma_es_wp_form_head -->
39
  <form class="acx_csma_es_wp_support_acx">
40
- <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="<?php _e('Name','coming-soon-maintenance-mode-from-acurax');?>" id="acx_name"></span> <!-- acx_csma_es_cnvas_input -->
41
- <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="email" placeholder="<?php _e('Email','coming-soon-maintenance-mode-from-acurax');?>" id="acx_email"></span> <!-- acx_csma_es_cnvas_input -->
42
- <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="<?php _e('Phone Number','coming-soon-maintenance-mode-from-acurax');?>" id="acx_phone"></span> <!-- acx_csma_es_cnvas_input -->
43
- <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="text" placeholder="<?php _e('Website Url','coming-soon-maintenance-mode-from-acurax');?>" value="<?php echo $acx_installation_url; ?>" id="acx_weburl"></span> <!-- acx_csma_es_cnvas_input -->
44
- <span class="acx_csma_es_cnvas_input"><input type="text" placeholder="<?php _e('Subject','coming-soon-maintenance-mode-from-acurax');?>" id="acx_subject"></span> <!-- acx_csma_es_cnvas_input -->
45
- <span class="acx_csma_es_cnvas_input"><textarea placeholder="<?php _e('Question','coming-soon-maintenance-mode-from-acurax');?>" id="acx_question"></textarea></span> <!-- acx_csma_es_cnvas_input -->
46
- <span class="acx_csma_es_cnvas_input"><input class="acx_csma_es_wp_acx_submit" type="button" value="<?php _e('SUBMIT RQUEST','coming-soon-maintenance-mode-from-acurax');?>" onclick="acx_csma_quick_request_submit();"></span> <!-- acx_csma_es_cnvas_input -->
47
  </form>
48
  </div> <!-- acx_csma_es_wp_inner_wp_form -->
49
  </div> <!-- acx_csma_es_wp_right_inner_form_wrap -->
@@ -51,7 +51,7 @@ $acx_installation_url = "";
51
  </div> <!-- acx_csma_es_acx_content_area -->
52
 
53
  <div class="acx_csma_es_footer_content_cvr">
54
- <div class="acx_csma_es_wp_footer_area_desc"><?php _e("Its our pleasure to thank you for using our plugin and being with us. We always do our best to help you on your needs. If you like to hide this menu, you can do so at ","coming-soon-maintenance-mode-from-acurax");?><a href="<?php echo wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc'));?>"><?php _e("Misc","coming-soon-maintenance-mode-from-acurax");?></a><?php _e(" page which is under our plugin options.","coming-soon-maintenance-mode-from-acurax");?></div> <!--acx_csma_es_wp_footer_area_desc -->
55
  </div> <!-- acx_csma_es_footer_content_cvr -->
56
 
57
  </div> <!-- acx_csma_es_middle_section -->
@@ -80,23 +80,23 @@ function acx_csma_quick_request_submit()
80
  {
81
  if(quick_request_acx_response == 1)
82
  {
83
- alert('<?php _e("Your Request Submitted Successfully!","coming-soon-maintenance-mode-from-acurax");?>');
84
  acx_quick_form_reset();
85
  request_acx_form_status = 0;
86
  } else if(quick_request_acx_response == 2)
87
  {
88
- alert('<?php _e("Please Fill Mandatory Fields.","coming-soon-maintenance-mode-from-acurax");?>');
89
  request_acx_form_status = 0;
90
  } else
91
  {
92
- alert('<?php _e("There was an error processing the request, Please try again.","coming-soon-maintenance-mode-from-acurax");?>');
93
  acx_quick_form_reset();
94
  request_acx_form_status = 0;
95
  }
96
  });
97
  } else
98
  {
99
- alert('<?php _e("A request is already in progress.","coming-soon-maintenance-mode-from-acurax");?>');
100
  }
101
  }
102
  </script>
13
  <div class="acx_csma_es_acx_content_area">
14
  <div class="acx_csma_es_wp_left_area">
15
  <div class="acx_csma_es_wp_left_content_inner">
16
+ <div class="acx_csma_es_wp_main_head"><?php _e("Do you Need Technical Support Services to Get the Best Out of Your Wordpress Site ?",ACX_CSMA_WP_SLUG);?></div> <!-- wp_main_head -->
17
+ <div class="acx_csma_es_wp_sub_para_des"><?php _e("Acurax offer a number of WordPress related services: Form installing WordPress on your domain to offering support for existing WordPress sites.",ACX_CSMA_WP_SLUG);?></div> <!-- acx_csma_es_wp_sub_para_des -->
18
  <div class="acx_csma_es_wp_acx_service_list">
19
  <ul>
20
+ <li><?php _e("Troubleshoot WordPress Site Issues",ACX_CSMA_WP_SLUG);?></li>
21
+ <li><?php _e("Recommend & Install Plugins For Improved WordPress Performance",ACX_CSMA_WP_SLUG);?></li>
22
+ <li><?php _e("Create, Modify, Or Customise, Themes",ACX_CSMA_WP_SLUG);?></li>
23
+ <li><?php _e("Explain Errors And Recommend Solutions",ACX_CSMA_WP_SLUG);?></li>
24
+ <li><?php _e("Custom Plugin Development According To Your Needs",ACX_CSMA_WP_SLUG);?></li>
25
+ <li><?php _e("Plugin Integration Support",ACX_CSMA_WP_SLUG);?></li>
26
+ <li><?php _e("Many ",ACX_CSMA_WP_SLUG);?><a href="http://wordpress.acurax.com/?utm_source=csma&utm_campaign=expert_support" target="_blank"><?php _e("More...",ACX_CSMA_WP_SLUG);?></a></li>
27
  </ul>
28
  </div> <!-- acx_csma_es_wp_acx_service_list -->
29
 
30
+ <div class="acx_csma_es_wp_send_ylw_para"><?php _e("We Have Extensive Experience in WordPress Troubleshooting,Theme Design & Plugin Development.",ACX_CSMA_WP_SLUG);?></div> <!-- acx_csma_es_wp_secnd_ylw_para-->
31
 
32
  </div> <!-- acx_csma_es_wp_left_content_inner -->
33
  </div> <!-- acx_csma_es_wp_left_area -->
35
  <div class="acx_csma_es_wp_right_area">
36
  <div class="acx_csma_es_wp_right_inner_form_wrap">
37
  <div class="acx_csma_es_wp_inner_wp_form">
38
+ <div class="acx_csma_es_wp_form_head"><?php _e("WE ARE DEDICATED TO HELP YOU. SUBMIT YOUR REQUEST NOW..!",ACX_CSMA_WP_SLUG);?></div> <!-- acx_csma_es_wp_form_head -->
39
  <form class="acx_csma_es_wp_support_acx">
40
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="<?php _e('Name',ACX_CSMA_WP_SLUG);?>" id="acx_name"></span> <!-- acx_csma_es_cnvas_input -->
41
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="email" placeholder="<?php _e('Email',ACX_CSMA_WP_SLUG);?>" id="acx_email"></span> <!-- acx_csma_es_cnvas_input -->
42
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_right"><input type="text" placeholder="<?php _e('Phone Number',ACX_CSMA_WP_SLUG);?>" id="acx_phone"></span> <!-- acx_csma_es_cnvas_input -->
43
+ <span class="acx_csma_es_cnvas_input acx_csma_es_half_width_sec acx_csma_es_haif_marg_left"><input type="text" placeholder="<?php _e('Website Url',ACX_CSMA_WP_SLUG);?>" value="<?php echo $acx_installation_url; ?>" id="acx_weburl"></span> <!-- acx_csma_es_cnvas_input -->
44
+ <span class="acx_csma_es_cnvas_input"><input type="text" placeholder="<?php _e('Subject',ACX_CSMA_WP_SLUG);?>" id="acx_subject"></span> <!-- acx_csma_es_cnvas_input -->
45
+ <span class="acx_csma_es_cnvas_input"><textarea placeholder="<?php _e('Question',ACX_CSMA_WP_SLUG);?>" id="acx_question"></textarea></span> <!-- acx_csma_es_cnvas_input -->
46
+ <span class="acx_csma_es_cnvas_input"><input class="acx_csma_es_wp_acx_submit" type="button" value="<?php _e('SUBMIT RQUEST',ACX_CSMA_WP_SLUG);?>" onclick="acx_csma_quick_request_submit();"></span> <!-- acx_csma_es_cnvas_input -->
47
  </form>
48
  </div> <!-- acx_csma_es_wp_inner_wp_form -->
49
  </div> <!-- acx_csma_es_wp_right_inner_form_wrap -->
51
  </div> <!-- acx_csma_es_acx_content_area -->
52
 
53
  <div class="acx_csma_es_footer_content_cvr">
54
+ <div class="acx_csma_es_wp_footer_area_desc"><?php _e("Its our pleasure to thank you for using our plugin and being with us. We always do our best to help you on your needs. If you like to hide this menu, you can do so at ",ACX_CSMA_WP_SLUG);?><a href="<?php echo wp_nonce_url(admin_url('admin.php?page=Acurax-Coming-Soon-Maintenance-Mode-Misc'));?>"><?php _e("Misc",ACX_CSMA_WP_SLUG);?></a><?php _e(" page which is under our plugin options.",ACX_CSMA_WP_SLUG);?></div> <!--acx_csma_es_wp_footer_area_desc -->
55
  </div> <!-- acx_csma_es_footer_content_cvr -->
56
 
57
  </div> <!-- acx_csma_es_middle_section -->
80
  {
81
  if(quick_request_acx_response == 1)
82
  {
83
+ alert('<?php _e("Your Request Submitted Successfully!",ACX_CSMA_WP_SLUG);?>');
84
  acx_quick_form_reset();
85
  request_acx_form_status = 0;
86
  } else if(quick_request_acx_response == 2)
87
  {
88
+ alert('<?php _e("Please Fill Mandatory Fields.",ACX_CSMA_WP_SLUG);?>');
89
  request_acx_form_status = 0;
90
  } else
91
  {
92
+ alert('<?php _e("There was an error processing the request, Please try again.",ACX_CSMA_WP_SLUG);?>');
93
  acx_quick_form_reset();
94
  request_acx_form_status = 0;
95
  }
96
  });
97
  } else
98
  {
99
+ alert('<?php _e("A request is already in progress.",ACX_CSMA_WP_SLUG);?>');
100
  }
101
  }
102
  </script>
includes/acx_csma_help.php CHANGED
@@ -1,6 +1,6 @@
1
  <div id="acx_csma_help_page"><div style='background: none repeat scroll 0% 0% white; height: 100%; display: inline-block; padding: 8px; margin-top: 5px; border-radius: 15px; min-height: 450px; width: 98%;'>
2
- <h2 style="text-align:center;"><?php _e("Coming Soon/Maintenance From Acurax- Wordpress Plugin - Help/Support","coming-soon-maintenance-mode-from-acurax"); ?></h2>
3
- <p style="text-align:center;"><?php _e("Thank you for using Coming Soon/Maintenance From Acurax Plugin","coming-soon-maintenance-mode-from-acurax"); ?></p>
4
- <h3 style="text-align:center;"><a href="https://wordpress.org/plugins/coming-soon-maintenance-mode-from-acurax/faq/" target="_blank" class="button"><?php _e("Click here to open the FAQ and Help Page","coming-soon-maintenance-mode-from-acurax");?></a></h3>
5
  </div> <!-- acx_help_page -->
6
  </div>
1
  <div id="acx_csma_help_page"><div style='background: none repeat scroll 0% 0% white; height: 100%; display: inline-block; padding: 8px; margin-top: 5px; border-radius: 15px; min-height: 450px; width: 98%;'>
2
+ <h2 style="text-align:center;"><?php _e("Coming Soon/Maintenance From Acurax- Wordpress Plugin - Help/Support",ACX_CSMA_WP_SLUG); ?></h2>
3
+ <p style="text-align:center;"><?php _e("Thank you for using Coming Soon/Maintenance From Acurax Plugin",ACX_CSMA_WP_SLUG); ?></p>
4
+ <h3 style="text-align:center;"><a href="https://wordpress.org/plugins/coming-soon-maintenance-mode-from-acurax/faq/" target="_blank" class="button"><?php _e("Click here to open the FAQ and Help Page",ACX_CSMA_WP_SLUG);?></a></h3>
5
  </div> <!-- acx_help_page -->
6
  </div>
includes/acx_csma_subscribers.php CHANGED
@@ -41,7 +41,7 @@ if($del == "delete" && $id !="")
41
  update_option('acx_csma_subscribe_user_details', $acx_csma_subscribe_details);
42
  }
43
  }
44
- $acx_csma_message = __("Email Deleted Successfully!.","coming-soon-maintenance-mode-from-acurax");
45
  }
46
  $acx_csma_subscribe_details=get_option('acx_csma_subscribe_user_details');
47
  if(is_serialized($acx_csma_subscribe_details ))
@@ -71,7 +71,7 @@ if ((ISSET( $_POST['action'] ) && $_POST['action'] == 'bulk_delete') || (ISSET(
71
  $acx_csma_subscribe_details = serialize($acx_csma_subscribe_details);
72
  }
73
  update_option('acx_csma_subscribe_user_details', $acx_csma_subscribe_details);
74
- $acx_csma_message = __("Email Deleted Successfully!.","coming-soon-maintenance-mode-from-acurax");
75
  }
76
  if($acx_csma_message != "")
77
  {
@@ -134,11 +134,11 @@ class Acx_Csma_My_List_Table extends WP_List_Table
134
  {
135
  $columns = array(
136
  'cb' => '<input type="checkbox" />',
137
- 'ID' => __('Sl No','coming-soon-maintenance-mode-from-acurax'),
138
- 'NAME' => __('NAME','coming-soon-maintenance-mode-from-acurax'),
139
- 'EMAIL' => __('EMAIL','coming-soon-maintenance-mode-from-acurax'),
140
- 'IP' => __('IP','coming-soon-maintenance-mode-from-acurax'),
141
- 'TIME' => __('TIME','coming-soon-maintenance-mode-from-acurax')
142
  );
143
  return $columns;
144
  }
@@ -154,7 +154,7 @@ class Acx_Csma_My_List_Table extends WP_List_Table
154
  function column_EMAIL($item)
155
  {
156
  $actions = array(
157
- 'delete' => sprintf('<a href="?page=%s&action=%s&ID=%s">'.__('Delete','coming-soon-maintenance-mode-from-acurax').'</a>',$_REQUEST['page'],'delete',$item['ID'])
158
  );
159
  return sprintf('%1$s %2$s', $item['EMAIL'], $this->row_actions($actions) );
160
  }
@@ -192,7 +192,7 @@ class Acx_Csma_My_List_Table extends WP_List_Table
192
  }
193
  function no_items()
194
  {
195
- _e( 'No Emails Found !!!!','coming-soon-maintenance-mode-from-acurax');
196
  }
197
  function column_default( $item, $column_name )
198
  {
@@ -221,7 +221,7 @@ function acx_csma_render_list_page()
221
 
222
  <div class="main_wrap">
223
  <?php
224
- echo "<h2>" . __( 'Maintenance Mode Subscribers', 'coming-soon-maintenance-mode-from-acurax' ) . "</h2>";
225
  $acx_csma = esc_url(str_replace( '%7E', '~', $_SERVER['REQUEST_URI']));
226
  if($acx_csma != "")
227
  {
@@ -235,7 +235,7 @@ if($acx_csma != "")
235
  </div>
236
  <script type="text/javascript">
237
  jQuery( document ).ready(function() {
238
- var new_button="<a onclick='acx_csma_subscribe_list();' class='button'><?php _e('Export Current Subscribers','coming-soon-maintenance-mode-from-acurax');?></a>";
239
  jQuery('.tablenav .bulkactions').append(new_button);
240
  });
241
  function acx_csma_subscribe_list()
41
  update_option('acx_csma_subscribe_user_details', $acx_csma_subscribe_details);
42
  }
43
  }
44
+ $acx_csma_message = __("Email Deleted Successfully!.",ACX_CSMA_WP_SLUG);
45
  }
46
  $acx_csma_subscribe_details=get_option('acx_csma_subscribe_user_details');
47
  if(is_serialized($acx_csma_subscribe_details ))
71
  $acx_csma_subscribe_details = serialize($acx_csma_subscribe_details);
72
  }
73
  update_option('acx_csma_subscribe_user_details', $acx_csma_subscribe_details);
74
+ $acx_csma_message = __("Email Deleted Successfully!.",ACX_CSMA_WP_SLUG);
75
  }
76
  if($acx_csma_message != "")
77
  {
134
  {
135
  $columns = array(
136
  'cb' => '<input type="checkbox" />',
137
+ 'ID' => __('Sl No',ACX_CSMA_WP_SLUG),
138
+ 'NAME' => __('NAME',ACX_CSMA_WP_SLUG),
139
+ 'EMAIL' => __('EMAIL',ACX_CSMA_WP_SLUG),
140
+ 'IP' => __('IP',ACX_CSMA_WP_SLUG),
141
+ 'TIME' => __('TIME',ACX_CSMA_WP_SLUG)
142
  );
143
  return $columns;
144
  }
154
  function column_EMAIL($item)
155
  {
156
  $actions = array(
157
+ 'delete' => sprintf('<a href="?page=%s&action=%s&ID=%s">'.__('Delete',ACX_CSMA_WP_SLUG).'</a>',$_REQUEST['page'],'delete',$item['ID'])
158
  );
159
  return sprintf('%1$s %2$s', $item['EMAIL'], $this->row_actions($actions) );
160
  }
192
  }
193
  function no_items()
194
  {
195
+ _e( 'No Emails Found !!!!',ACX_CSMA_WP_SLUG);
196
  }
197
  function column_default( $item, $column_name )
198
  {
221
 
222
  <div class="main_wrap">
223
  <?php
224
+ echo "<h2>" . __( 'Maintenance Mode Subscribers', ACX_CSMA_WP_SLUG ) . "</h2>";
225
  $acx_csma = esc_url(str_replace( '%7E', '~', $_SERVER['REQUEST_URI']));
226
  if($acx_csma != "")
227
  {
235
  </div>
236
  <script type="text/javascript">
237
  jQuery( document ).ready(function() {
238
+ var new_button="<a onclick='acx_csma_subscribe_list();' class='button'><?php _e('Export Current Subscribers',ACX_CSMA_WP_SLUG);?></a>";
239
  jQuery('.tablenav .bulkactions').append(new_button);
240
  });
241
  function acx_csma_subscribe_list()
includes/defaults.php CHANGED
@@ -8,13 +8,13 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
8
  $acx_csma_logo_choice1="image";
9
  $acx_csma_logo_text1=get_bloginfo('name');
10
  $acx_csma_logo_text_color1="#ffffff";
11
- $acx_csma_title1=__("Something New Is Coming","coming-soon-maintenance-mode-from-acurax");
12
  $acx_csma_title_color1="#ffffff";
13
- $acx_csma_subtitle_text1=__("We are Working on Our Website","coming-soon-maintenance-mode-from-acurax");
14
  $acx_csma_subtitle_color1="#fffaa9";
15
  $acx_csma_custom_html_top_temp1="";
16
  $acx_csma_inside_bg_color1="#ff7800";
17
- $acx_csma_inside_title1=__("Estimate Time Before Launching","coming-soon-maintenance-mode-from-acurax");
18
  $acx_csma_custom_html_top_temp1_title="";
19
  $acx_csma_inside_title_color1="#ffffff";
20
  $acx_csma_custom_html_bottom_temp1="";
@@ -28,17 +28,17 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
28
  $acx_csma_custom_html_top_sub1 = "";
29
  $acx_csma_custom_html_bottom_sub1= "";
30
  $acx_csma_subscribe_bg_color1="#0b1c2c";
31
- $acx_csma_subscribe_btn_text1=__("submit","coming-soon-maintenance-mode-from-acurax");
32
  $acx_csma_subscribe_btn_text_color1="#ffffff";
33
  $acx_csma_subscribe_btn_color1="#ff7800";
34
  $acx_csma_subscribe_btn_hover_color1="#0b1c2c";
35
  $acx_csma_subscribe_btn_hover_bgcolor1="#ff881e";
36
- $acx_csma_subscribe_title1=__("Subscribe For Updates","coming-soon-maintenance-mode-from-acurax");
37
  $acx_csma_subscribe_title_color1="#ff7800";
38
- $acx_csma_subscribe_success1=__("Successfully Subscribed","coming-soon-maintenance-mode-from-acurax");
39
- $acx_csma_subscribe_invalid1=__("Invalid Email","coming-soon-maintenance-mode-from-acurax");
40
  $acx_csma_footer_bgcolor1="#ff7800";
41
- $acx_csma_footer_text1="&copy;". date("Y").__(" All rights reserved","coming-soon-maintenance-mode-from-acurax");
42
  $acx_csma_footer_text_color1="#ffffff";
43
  $acx_csma_custom_css_temp1= "";
44
  $acx_csma_footer_gdprcolor1 = "#ffffff";
@@ -50,9 +50,9 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
50
  $acx_csma_logo_text2=get_bloginfo('name');
51
  $acx_csma_logo_text_color2="#ffffff";
52
  $acx_csma_logo_bg_color2="#000000";
53
- $acx_csma_title2=__("Hello","coming-soon-maintenance-mode-from-acurax");
54
  $acx_csma_title_color2="#000000";
55
- $acx_csma_subtitle_text2=__("We are Coming Very Soon","coming-soon-maintenance-mode-from-acurax");
56
  $acx_csma_subtitle_color2="#000000";
57
  $acx_csma_inside_bg_color2="#ffd800";
58
  $acx_csma_divider_bg_color2="#000000";
@@ -60,25 +60,25 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
60
  $acx_csma_custom_html_top_timer="";
61
  $acx_csma_show_subscription2 = 1;
62
  $acx_csma_show_subscription_name2 = 1;
63
- $acx_csma_subscribe_btn_text2 = __("Submit","coming-soon-maintenance-mode-from-acurax");
64
  $acx_csma_show_timer2 = 1;
65
- $acx_csma_timer_title2=__("Estimate time for launching","coming-soon-maintenance-mode-from-acurax");
66
  $acx_csma_timer_title_color2="#000000";
67
  $acx_csma_subscribe_btn_color2="#ffd800";
68
  $acx_csma_subscribe_btn_bg_color2="#000000";
69
- $acx_csma_subscribe_success2=__("Successfully Subscribed","coming-soon-maintenance-mode-from-acurax");
70
- $acx_csma_subscribe_invalid2=__("Invalid Email","coming-soon-maintenance-mode-from-acurax");
71
  $acx_csma_timer_input_bg_color2="#ffffff";
72
  $acx_csma_timer_iptext_color2="#000000";
73
  $acx_csma_timer_head_color2="#000000";
74
  $acx_csma_custom_html_top_temp2="";
75
- $acx_csma_desc_title2=__("What is Coming","coming-soon-maintenance-mode-from-acurax");
76
- $acx_csma_desc_subtitle2=stripslashes(trim(__("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.","coming-soon-maintenance-mode-from-acurax")));
77
  $acx_csma_desc_text_color2="#000000";
78
  $acx_csma_social_bg_color2="#000000";
79
  $acx_csma_social_link_color2="#ffffff";
80
  $acx_csma_desc_content_color2="#000000";
81
- $acx_csma_social_link_title2=__("Follow Us ON","coming-soon-maintenance-mode-from-acurax");
82
  $acx_csma_fb_link2="";
83
  $acx_csma_twitter_link2="";
84
  $acx_csma_linkedin_link2="";
@@ -90,40 +90,40 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
90
  $acx_csma_logo_choice3="image";
91
  $acx_csma_logo_text3=get_bloginfo('name');
92
  $acx_csma_logo_text_color3="#ffffff";
93
- $acx_csma_title3=__("Hello","coming-soon-maintenance-mode-from-acurax");
94
  $acx_csma_title_color3="#ffffff";
95
- $acx_csma_subtitle_text3=__("We are Coming Very Soon","coming-soon-maintenance-mode-from-acurax");
96
  $acx_csma_subtitle_color3="#ffffff";
97
  $acx_csma_primary_color3="#ffffff";
98
  $acx_csma_secondary_color3="#fe7e01";
99
  $acx_csma_left_bar_color3="#000000";
100
  $acx_csma_timer_color3="#ffffff";
101
- $acx_csma_subscribe_title3=__("Subscribe Now","coming-soon-maintenance-mode-from-acurax");
102
  $acx_csma_subscribe_title_color3="#fe7e01";
103
  $acx_csma_show_subscription3 = 1;
104
  $acx_csma_show_subscription_name3 = 1;
105
  $acx_csma_show_timer3 = 1;
106
- $acx_csma_subscribe_btn_text3=__("submit","coming-soon-maintenance-mode-from-acurax");
107
  $acx_csma_subscribe_btn_text_color3="#ffffff";
108
  $acx_csma_subscribe_btn_color3="#fe7e01";
109
  $acx_csma_subscribe_btn_hover_color3="#0b1c2c";
110
  $acx_csma_subscribe_btn_hover_bgcolor3="#fe6001";
111
- $acx_csma_subscribe_success3=__("Successfully Subscribed","coming-soon-maintenance-mode-from-acurax");
112
- $acx_csma_subscribe_invalid3=__("Invalid Email","coming-soon-maintenance-mode-from-acurax");
113
- $acx_csma_inside_title3=__("Estimate Time Before Launching","coming-soon-maintenance-mode-from-acurax");
114
  $acx_csma_inside_title_color3="#ffffff";
115
  $acx_csma_timer_iptext_color3="#000000";
116
  $acx_csma_timer_head_color3="#000000";
117
  $acx_csma_custom_html_top_temp3="";
118
  $acx_csma_custom_html_top_timer_temp3="";
119
  $acx_csma_custom_html_bottom_temp3="";
120
- $acx_csma_desc_title3=__("What is Coming","coming-soon-maintenance-mode-from-acurax");
121
- $acx_csma_desc_subtitle3=stripslashes(trim(__("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.","coming-soon-maintenance-mode-from-acurax")));
122
  $acx_csma_desc_text_color3="#000000";
123
  $acx_csma_desc_content_color3="#000000";
124
- $acx_csma_footer_text3="&copy;". date("Y").__(" All rights reserved","coming-soon-maintenance-mode-from-acurax");
125
  $acx_csma_footer_color3="#000000";
126
- $acx_csma_social_link_title3=__("Follow Us ON","coming-soon-maintenance-mode-from-acurax");
127
  $acx_csma_social_link_title_color3="#000000";
128
  $acx_csma_fb_link3="";
129
  $acx_csma_twitter_link3="";
@@ -139,7 +139,7 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
139
  $acx_csma_logo_text4=get_bloginfo('name');
140
  $acx_csma_logo_text_color4="#ffffff";
141
  $acx_csma_inside_bg_color4="#ebebeb";
142
- $acx_csma_title4=__("Our Website is Under Construction","coming-soon-maintenance-mode-from-acurax");
143
  $acx_csma_custom_html_top_temp4="";
144
  $acx_csma_title_color4="#717171";
145
  $acx_csma_show_timer4=1;
@@ -150,12 +150,12 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
150
  $acx_csma_progress_bar_bg_color4="#000000";
151
  $acx_csma_progress_bar_text_color4="#ffffff";
152
  $acx_csma_custom_html_bottom_temp4="";
153
- $acx_csma_subscription_title4=__("Subscribe For Updates","coming-soon-maintenance-mode-from-acurax");
154
  $acx_csma_subscription_title_color4 = "#666666";
155
- $acx_csma_subscribe_success4 = __("Successfully Subscribed","coming-soon-maintenance-mode-from-acurax");
156
- $acx_csma_subscribe_invalid4 = __("Invalid Email","coming-soon-maintenance-mode-from-acurax");
157
  $acx_csma_custom_html_subscrpt_below_sub4 = "";
158
- $acx_csma_subscription_btn_text4 = __("Subscribe","coming-soon-maintenance-mode-from-acurax");
159
  $acx_csma_subscription_btn_color4 = "#ffffff";
160
  $acx_csma_subscription_btn_bg_color4 = "#333333";
161
  $acx_csma_show_subscription4 = 1;
@@ -173,7 +173,7 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
173
  $acx_csma_logo_text5=get_bloginfo('name');
174
  $acx_csma_logo_text_color5="#000000";
175
  $acx_csma_inside_bg_color5="#f5f5f5";
176
- $acx_csma_title5=__("Our Website is Under Construction","coming-soon-maintenance-mode-from-acurax");
177
  $acx_csma_custom_html_top_temp5="";
178
  $acx_csma_title_color5="#4b4b4b";
179
  $acx_csma_show_timer5=1;
@@ -186,15 +186,15 @@ function acx_csma_appearence_array_default_value_setting($acx_csma_appearence_ar
186
  $acx_csma_custom_html_bottom_temp5="";
187
  $acx_csma_show_subscription5 = 1;
188
  $acx_csma_show_subscription_name5 = 1;
189
- $acx_csma_subscribe_btn_text5 = __("Submit","coming-soon-maintenance-mode-from-acurax");
190
  $acx_csma_custom_html_top_sub = "";
191
  $acx_csma_custom_html_bottom_sub= "";
192
  $acx_csma_subscribe_bg_color5="#2f2f2f";
193
  $acx_csma_launch_title_color5="#4b4b4b";
194
- $acx_csma_subscribe_main_title5 = __("Want to know when we launch?","coming-soon-maintenance-mode-from-acurax");
195
- $acx_csma_subscribe_title5=__("Subscribe by entering your email below","coming-soon-maintenance-mode-from-acurax");
196
- $acx_csma_subscribe_success5=__("Successfully Subscribed","coming-soon-maintenance-mode-from-acurax");
197
- $acx_csma_subscribe_invalid5=__("Invalid Email","coming-soon-maintenance-mode-from-acurax");
198
  $acx_csma_fb_link5="";
199
  $acx_csma_twitter_link5="";
200
  $acx_csma_linkedin_link5="";
8
  $acx_csma_logo_choice1="image";
9
  $acx_csma_logo_text1=get_bloginfo('name');
10
  $acx_csma_logo_text_color1="#ffffff";
11
+ $acx_csma_title1=__("Something New Is Coming",ACX_CSMA_WP_SLUG);
12
  $acx_csma_title_color1="#ffffff";
13
+ $acx_csma_subtitle_text1=__("We are Working on Our Website",ACX_CSMA_WP_SLUG);
14
  $acx_csma_subtitle_color1="#fffaa9";
15
  $acx_csma_custom_html_top_temp1="";
16
  $acx_csma_inside_bg_color1="#ff7800";
17
+ $acx_csma_inside_title1=__("Estimate Time Before Launching",ACX_CSMA_WP_SLUG);
18
  $acx_csma_custom_html_top_temp1_title="";
19
  $acx_csma_inside_title_color1="#ffffff";
20
  $acx_csma_custom_html_bottom_temp1="";
28
  $acx_csma_custom_html_top_sub1 = "";
29
  $acx_csma_custom_html_bottom_sub1= "";
30
  $acx_csma_subscribe_bg_color1="#0b1c2c";
31
+ $acx_csma_subscribe_btn_text1=__("submit",ACX_CSMA_WP_SLUG);
32
  $acx_csma_subscribe_btn_text_color1="#ffffff";
33
  $acx_csma_subscribe_btn_color1="#ff7800";
34
  $acx_csma_subscribe_btn_hover_color1="#0b1c2c";
35
  $acx_csma_subscribe_btn_hover_bgcolor1="#ff881e";
36
+ $acx_csma_subscribe_title1=__("Subscribe For Updates",ACX_CSMA_WP_SLUG);
37
  $acx_csma_subscribe_title_color1="#ff7800";
38
+ $acx_csma_subscribe_success1=__("Successfully Subscribed",ACX_CSMA_WP_SLUG);
39
+ $acx_csma_subscribe_invalid1=__("Invalid Email",ACX_CSMA_WP_SLUG);
40
  $acx_csma_footer_bgcolor1="#ff7800";
41
+ $acx_csma_footer_text1="&copy;". date("Y").__(" All rights reserved",ACX_CSMA_WP_SLUG);
42
  $acx_csma_footer_text_color1="#ffffff";
43
  $acx_csma_custom_css_temp1= "";
44
  $acx_csma_footer_gdprcolor1 = "#ffffff";
50
  $acx_csma_logo_text2=get_bloginfo('name');
51
  $acx_csma_logo_text_color2="#ffffff";
52
  $acx_csma_logo_bg_color2="#000000";
53
+ $acx_csma_title2=__("Hello",ACX_CSMA_WP_SLUG);
54
  $acx_csma_title_color2="#000000";
55
+ $acx_csma_subtitle_text2=__("We are Coming Very Soon",ACX_CSMA_WP_SLUG);
56
  $acx_csma_subtitle_color2="#000000";
57
  $acx_csma_inside_bg_color2="#ffd800";
58
  $acx_csma_divider_bg_color2="#000000";
60
  $acx_csma_custom_html_top_timer="";
61
  $acx_csma_show_subscription2 = 1;
62
  $acx_csma_show_subscription_name2 = 1;
63
+ $acx_csma_subscribe_btn_text2 = __("Submit",ACX_CSMA_WP_SLUG);
64
  $acx_csma_show_timer2 = 1;
65
+ $acx_csma_timer_title2=__("Estimate time for launching",ACX_CSMA_WP_SLUG);
66
  $acx_csma_timer_title_color2="#000000";
67
  $acx_csma_subscribe_btn_color2="#ffd800";
68
  $acx_csma_subscribe_btn_bg_color2="#000000";
69
+ $acx_csma_subscribe_success2=__("Successfully Subscribed",ACX_CSMA_WP_SLUG);
70
+ $acx_csma_subscribe_invalid2=__("Invalid Email",ACX_CSMA_WP_SLUG);
71
  $acx_csma_timer_input_bg_color2="#ffffff";
72
  $acx_csma_timer_iptext_color2="#000000";
73
  $acx_csma_timer_head_color2="#000000";
74
  $acx_csma_custom_html_top_temp2="";
75
+ $acx_csma_desc_title2=__("What is Coming",ACX_CSMA_WP_SLUG);
76
+ $acx_csma_desc_subtitle2=stripslashes(trim(__("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.",ACX_CSMA_WP_SLUG)));
77
  $acx_csma_desc_text_color2="#000000";
78
  $acx_csma_social_bg_color2="#000000";
79
  $acx_csma_social_link_color2="#ffffff";
80
  $acx_csma_desc_content_color2="#000000";
81
+ $acx_csma_social_link_title2=__("Follow Us ON",ACX_CSMA_WP_SLUG);
82
  $acx_csma_fb_link2="";
83
  $acx_csma_twitter_link2="";
84
  $acx_csma_linkedin_link2="";
90
  $acx_csma_logo_choice3="image";
91
  $acx_csma_logo_text3=get_bloginfo('name');
92
  $acx_csma_logo_text_color3="#ffffff";
93
+ $acx_csma_title3=__("Hello",ACX_CSMA_WP_SLUG);
94
  $acx_csma_title_color3="#ffffff";
95
+ $acx_csma_subtitle_text3=__("We are Coming Very Soon",ACX_CSMA_WP_SLUG);
96
  $acx_csma_subtitle_color3="#ffffff";
97
  $acx_csma_primary_color3="#ffffff";
98
  $acx_csma_secondary_color3="#fe7e01";
99
  $acx_csma_left_bar_color3="#000000";
100
  $acx_csma_timer_color3="#ffffff";
101
+ $acx_csma_subscribe_title3=__("Subscribe Now",ACX_CSMA_WP_SLUG);
102
  $acx_csma_subscribe_title_color3="#fe7e01";
103
  $acx_csma_show_subscription3 = 1;
104
  $acx_csma_show_subscription_name3 = 1;
105
  $acx_csma_show_timer3 = 1;
106
+ $acx_csma_subscribe_btn_text3=__("submit",ACX_CSMA_WP_SLUG);
107
  $acx_csma_subscribe_btn_text_color3="#ffffff";
108
  $acx_csma_subscribe_btn_color3="#fe7e01";
109
  $acx_csma_subscribe_btn_hover_color3="#0b1c2c";
110
  $acx_csma_subscribe_btn_hover_bgcolor3="#fe6001";
111
+ $acx_csma_subscribe_success3=__("Successfully Subscribed",ACX_CSMA_WP_SLUG);
112
+ $acx_csma_subscribe_invalid3=__("Invalid Email",ACX_CSMA_WP_SLUG);
113
+ $acx_csma_inside_title3=__("Estimate Time Before Launching",ACX_CSMA_WP_SLUG);
114
  $acx_csma_inside_title_color3="#ffffff";
115
  $acx_csma_timer_iptext_color3="#000000";
116
  $acx_csma_timer_head_color3="#000000";
117
  $acx_csma_custom_html_top_temp3="";
118
  $acx_csma_custom_html_top_timer_temp3="";
119
  $acx_csma_custom_html_bottom_temp3="";
120
+ $acx_csma_desc_title3=__("What is Coming",ACX_CSMA_WP_SLUG);
121
+ $acx_csma_desc_subtitle3=stripslashes(trim(__("Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.",ACX_CSMA_WP_SLUG)));
122
  $acx_csma_desc_text_color3="#000000";
123
  $acx_csma_desc_content_color3="#000000";
124
+ $acx_csma_footer_text3="&copy;". date("Y").__(" All rights reserved",ACX_CSMA_WP_SLUG);
125
  $acx_csma_footer_color3="#000000";
126
+ $acx_csma_social_link_title3=__("Follow Us ON",ACX_CSMA_WP_SLUG);
127
  $acx_csma_social_link_title_color3="#000000";
128
  $acx_csma_fb_link3="";
129
  $acx_csma_twitter_link3="";
139
  $acx_csma_logo_text4=get_bloginfo('name');
140
  $acx_csma_logo_text_color4="#ffffff";
141
  $acx_csma_inside_bg_color4="#ebebeb";
142
+ $acx_csma_title4=__("Our Website is Under Construction",ACX_CSMA_WP_SLUG);
143
  $acx_csma_custom_html_top_temp4="";
144
  $acx_csma_title_color4="#717171";
145
  $acx_csma_show_timer4=1;
150
  $acx_csma_progress_bar_bg_color4="#000000";
151
  $acx_csma_progress_bar_text_color4="#ffffff";
152
  $acx_csma_custom_html_bottom_temp4="";
153
+ $acx_csma_subscription_title4=__("Subscribe For Updates",ACX_CSMA_WP_SLUG);
154
  $acx_csma_subscription_title_color4 = "#666666";
155
+ $acx_csma_subscribe_success4 = __("Successfully Subscribed",ACX_CSMA_WP_SLUG);
156
+ $acx_csma_subscribe_invalid4 = __("Invalid Email",ACX_CSMA_WP_SLUG);
157
  $acx_csma_custom_html_subscrpt_below_sub4 = "";
158
+ $acx_csma_subscription_btn_text4 = __("Subscribe",ACX_CSMA_WP_SLUG);
159
  $acx_csma_subscription_btn_color4 = "#ffffff";
160
  $acx_csma_subscription_btn_bg_color4 = "#333333";
161
  $acx_csma_show_subscription4 = 1;
173
  $acx_csma_logo_text5=get_bloginfo('name');
174
  $acx_csma_logo_text_color5="#000000";
175
  $acx_csma_inside_bg_color5="#f5f5f5";
176
+ $acx_csma_title5=__("Our Website is Under Construction",ACX_CSMA_WP_SLUG);
177
  $acx_csma_custom_html_top_temp5="";
178
  $acx_csma_title_color5="#4b4b4b";
179
  $acx_csma_show_timer5=1;
186
  $acx_csma_custom_html_bottom_temp5="";
187
  $acx_csma_show_subscription5 = 1;
188
  $acx_csma_show_subscription_name5 = 1;
189
+ $acx_csma_subscribe_btn_text5 = __("Submit",ACX_CSMA_WP_SLUG);
190
  $acx_csma_custom_html_top_sub = "";
191
  $acx_csma_custom_html_bottom_sub= "";
192
  $acx_csma_subscribe_bg_color5="#2f2f2f";
193
  $acx_csma_launch_title_color5="#4b4b4b";
194
+ $acx_csma_subscribe_main_title5 = __("Want to know when we launch?",ACX_CSMA_WP_SLUG);
195
+ $acx_csma_subscribe_title5=__("Subscribe by entering your email below",ACX_CSMA_WP_SLUG);
196
+ $acx_csma_subscribe_success5=__("Successfully Subscribed",ACX_CSMA_WP_SLUG);
197
+ $acx_csma_subscribe_invalid5=__("Invalid Email",ACX_CSMA_WP_SLUG);
198
  $acx_csma_fb_link5="";
199
  $acx_csma_twitter_link5="";
200
  $acx_csma_linkedin_link5="";
includes/hook_functions.php CHANGED
@@ -84,9 +84,9 @@ add_action('acx_csma_misc_hook_option_sidebar','acx_csma_service_banners',100);
84
  /********************************************************** MISC PAGE ************************************************************/
85
  function acx_csma_misc_nonce_check()
86
  {
87
- if (!isset($_POST['acx_csma_misc_nonce'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>Click Here</a>");
88
- if (!wp_verify_nonce($_POST['acx_csma_misc_nonce'],'acx_csma_misc_nonce')) die("<br><br>".__('Unknown Error Occurred, Try Again... ','coming-soon-maintenance-mode-from-acurax')."<a href=''>Click Here</a>");
89
- if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...','coming-soon-maintenance-mode-from-acurax')."</a>");
90
  } add_action('acx_csma_misc_hook_option_onpost','acx_csma_misc_nonce_check',1);
91
  function acx_csma_misc_nonce_field()
92
  {
@@ -120,12 +120,12 @@ function acx_csma_misc_option_sidebar_end()
120
  } add_action('acx_csma_misc_hook_option_sidebar','acx_csma_misc_option_sidebar_end',500);
121
  function acx_csma_misc_print_option_page_title()
122
  {
123
- $acx_string = __("Misc Settings","coming-soon-maintenance-mode-from-acurax");
124
  echo print_acx_csma_option_heading($acx_string);
125
  } add_action('acx_csma_misc_hook_option_form_head','acx_csma_misc_print_option_page_title',50);
126
  function display_acx_csma_misc_saved_success()
127
  { ?>
128
- <div class="updated"><p><strong><?php _e('Misc Settings Saved!.','coming-soon-maintenance-mode-from-acurax' ); ?></strong></p></div>
129
  <script type="text/javascript">
130
  setTimeout(function(){
131
  jQuery('.updated').fadeOut('slow');
84
  /********************************************************** MISC PAGE ************************************************************/
85
  function acx_csma_misc_nonce_check()
86
  {
87
+ if (!isset($_POST['acx_csma_misc_nonce'])) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>Click Here</a>");
88
+ if (!wp_verify_nonce($_POST['acx_csma_misc_nonce'],'acx_csma_misc_nonce')) die("<br><br>".__('Unknown Error Occurred, Try Again... ',ACX_CSMA_WP_SLUG)."<a href=''>Click Here</a>");
89
+ if(!current_user_can('manage_options')) die("<br><br>".__('Sorry, You have no permission to do this action...',ACX_CSMA_WP_SLUG)."</a>");
90
  } add_action('acx_csma_misc_hook_option_onpost','acx_csma_misc_nonce_check',1);
91
  function acx_csma_misc_nonce_field()
92
  {
120
  } add_action('acx_csma_misc_hook_option_sidebar','acx_csma_misc_option_sidebar_end',500);
121
  function acx_csma_misc_print_option_page_title()
122
  {
123
+ $acx_string = __("Misc Settings",ACX_CSMA_WP_SLUG);
124
  echo print_acx_csma_option_heading($acx_string);
125
  } add_action('acx_csma_misc_hook_option_form_head','acx_csma_misc_print_option_page_title',50);
126
  function display_acx_csma_misc_saved_success()
127
  { ?>
128
+ <div class="updated"><p><strong><?php _e('Misc Settings Saved!.',ACX_CSMA_WP_SLUG ); ?></strong></p></div>
129
  <script type="text/javascript">
130
  setTimeout(function(){
131
  jQuery('.updated').fadeOut('slow');
includes/updates.php CHANGED
@@ -42,7 +42,7 @@ function acx_csma_update_content()
42
  $acx_csma_inside_title1 = $acx_csma_appearence_array['1']['acx_csma_inside_title1'];
43
  if(strcmp($acx_csma_inside_title1,"Estimate Time Before Lunching") === 0 )
44
  {
45
- $acx_csma_appearence_array['1']['acx_csma_inside_title1'] = __("Estimate Time Before Launching","coming-soon-maintenance-mode-from-acurax");
46
  update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
47
  }
48
  }
@@ -129,7 +129,7 @@ function acx_csma_update_content()
129
  }
130
  if(array_key_exists('5',$acx_csma_appearence_array) && !array_key_exists('acx_csma_subscribe_main_title5',$acx_csma_appearence_array['5']))
131
  {
132
- $acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5'] = __("Want to know when we launch?","coming-soon-maintenance-mode-from-acurax");
133
  update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
134
  }
135
  }
42
  $acx_csma_inside_title1 = $acx_csma_appearence_array['1']['acx_csma_inside_title1'];
43
  if(strcmp($acx_csma_inside_title1,"Estimate Time Before Lunching") === 0 )
44
  {
45
+ $acx_csma_appearence_array['1']['acx_csma_inside_title1'] = __("Estimate Time Before Launching",ACX_CSMA_WP_SLUG);
46
  update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
47
  }
48
  }
129
  }
130
  if(array_key_exists('5',$acx_csma_appearence_array) && !array_key_exists('acx_csma_subscribe_main_title5',$acx_csma_appearence_array['5']))
131
  {
132
+ $acx_csma_appearence_array['5']['acx_csma_subscribe_main_title5'] = __("Want to know when we launch?",ACX_CSMA_WP_SLUG);
133
  update_option('acx_csma_appearence_array',$acx_csma_appearence_array);
134
  }
135
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.acurax.com/
4
  Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
5
  Requires at least: 2.8
6
  Requires PHP: 5.3
7
- Tested up to: 4.9.8
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
@@ -205,6 +205,10 @@ Yes, From Version 2.5.1, you have the option in Misc page to enable/disable send
205
 
206
  == Upgrade Notice ==
207
 
 
 
 
 
208
  = 2.5.8 =
209
  Fix - Security Improvements
210
  Fix - Perfomance Improvements
@@ -312,6 +316,10 @@ Stable Release
312
 
313
  == Changelog ==
314
 
 
 
 
 
315
  = 2.5.8 =
316
  Fix - Security Improvements
317
  Fix - Perfomance Improvements
4
  Tags: under construction,coming soon,under maintenance,maintenance mode,site offline,work in progress,website launch,launching page
5
  Requires at least: 2.8
6
  Requires PHP: 5.3
7
+ Tested up to: 5.4.1
8
  Stable tag: trunk
9
  License: GPLv2 or later
10
 
205
 
206
  == Upgrade Notice ==
207
 
208
+ = 2.5.9 =
209
+ Fix - Perfomance Improvements
210
+ Fix - Code Improvements
211
+
212
  = 2.5.8 =
213
  Fix - Security Improvements
214
  Fix - Perfomance Improvements
316
 
317
  == Changelog ==
318
 
319
+ = 2.5.9 =
320
+ Fix - Perfomance Improvements
321
+ Fix - Code Improvements
322
+
323
  = 2.5.8 =
324
  Fix - Security Improvements
325
  Fix - Perfomance Improvements