Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty - Version 2.2.7

Version Description

Call to action message minor bug fix

Download this release

Release Info

Developer galdub
Plugin Icon wp plugin Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line, WeChat, Email, SMS, Call Button – Chaty
Version 2.2.7
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.7

assets/css/cht-style.css CHANGED
@@ -1338,16 +1338,15 @@ img.payment-img {
1338
  position: relative
1339
  }
1340
 
 
1341
  .chaty-widget-icons-left .tooltip .tooltiptext, .chaty-widget-icons-right .tooltip .tooltiptext {
1342
  white-space: pre-wrap;
1343
  display: flex;
1344
- width: 120px;
1345
  min-height: 36px;
1346
- background-color: #fff;
1347
  color: #000;
1348
  text-align: center;
1349
- border-radius: 6px;
1350
- padding: 0 11px;
1351
  top: 0;
1352
  position: absolute;
1353
  z-index: 35;
@@ -1355,6 +1354,21 @@ img.payment-img {
1355
  line-height: 36px
1356
  }
1357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1358
  .tooltip:hover .tooltiptext {
1359
  visibility: visible
1360
  }
1338
  position: relative
1339
  }
1340
 
1341
+
1342
  .chaty-widget-icons-left .tooltip .tooltiptext, .chaty-widget-icons-right .tooltip .tooltiptext {
1343
  white-space: pre-wrap;
1344
  display: flex;
1345
+ width: 250px;
1346
  min-height: 36px;
 
1347
  color: #000;
1348
  text-align: center;
1349
+ padding: 0px;
 
1350
  top: 0;
1351
  position: absolute;
1352
  z-index: 35;
1354
  line-height: 36px
1355
  }
1356
 
1357
+ .tooltip .tooltiptext span {
1358
+ background-color: #fff;
1359
+ padding: 0px 15px;
1360
+ display: inline-block;
1361
+ vertical-align: middle;
1362
+ line-height: 36px;
1363
+ height: 36px;
1364
+ float: right;
1365
+ margin: 0;
1366
+ border-radius: 6px;
1367
+ }
1368
+ .chaty-widget-icons-left .tooltip .tooltiptext span {
1369
+ float: left;
1370
+ }
1371
+
1372
  .tooltip:hover .tooltiptext {
1373
  visibility: visible
1374
  }
assets/js/cht-scripts.min.js CHANGED
@@ -152,7 +152,7 @@
152
  }
153
  })
154
  }), e("textarea[name=cht_cta]").keyup(function (t) {
155
- e(".tooltiptext").html(e(this).val()), 0 == e(this).val().length ? (e(".cta").hide(200), e(".tooltiptext").hide(200)) : (e(".cta").show(300), e(".tooltiptext").show(200))
156
  })
157
  })
158
  }(jQuery), function (e) {
152
  }
153
  })
154
  }), e("textarea[name=cht_cta]").keyup(function (t) {
155
+ e(".tooltiptext span").html(e(this).val()), 0 == e(this).val().length ? (e(".cta").hide(200), e(".tooltiptext span").hide(200)) : (e(".cta").show(300), e(".tooltiptext span").show(200))
156
  })
157
  })
158
  }(jQuery), function (e) {
cht-icons.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
6
  Author: Premio
7
  Author URI: https://premio.io/downloads/chaty/
8
- Version: 2.2.6
9
  License: GPL2
10
  */
11
 
@@ -23,7 +23,7 @@ define('CHT_INC', CHT_DIR . '/includes');
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
- define('CHT_VERSION', "2.2.6");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  function wp_doing_ajax()
5
  Description: Chat with your website visitors via their favorite channels. Show a chat icon on the bottom of your site and communicate with your customers.
6
  Author: Premio
7
  Author URI: https://premio.io/downloads/chaty/
8
+ Version: 2.2.7
9
  License: GPL2
10
  */
11
 
23
  define('CHT_PRO_URL', admin_url("admin.php?page=chaty-app-upgrade"));
24
  define('CHT_PLUGIN_URL', plugins_url() . "/chaty/");
25
  define('CHT_PLUGIN_BASE', plugin_basename(CHT_FILE));
26
+ define('CHT_VERSION', "2.2.7");
27
 
28
  if (!function_exists('wp_doing_ajax')) {
29
  function wp_doing_ajax()
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: galdub, tomeraharon, premio
3
  Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button, messenger, whatsapp button, chat icon, messenger chat icon, contact button, click to call
4
  Requires at least: 3.1
5
  Tested up to: 5.2
6
- Stable tag: 2.2.6
7
  Plugin URI: https://premio.io/downloads/chaty/
8
 
9
  Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, Phone call, SMS and more with customizable chat & call buttons
@@ -179,6 +179,9 @@ Yes! You can even decide what chat buttons will show up on each device (desktop/
179
 
180
  == Changelog ==
181
 
 
 
 
182
  = 2.2.6 =
183
  Choose the font for your chat widget's call-to-action message and the icons' tooltip. Also added Hummingbird cache support and a link to Chaty's knowledge base
184
 
3
  Tags: whatsapp, facebook messenger, click to chat, chat, chat button, call now button, messenger, whatsapp button, chat icon, messenger chat icon, contact button, click to call
4
  Requires at least: 3.1
5
  Tested up to: 5.2
6
+ Stable tag: 2.2.7
7
  Plugin URI: https://premio.io/downloads/chaty/
8
 
9
  Let your visitors contact you via Facebook Messenger, Whatsapp, Telegram, Viber, Email, Phone call, SMS and more with customizable chat & call buttons
179
 
180
  == Changelog ==
181
 
182
+ = 2.2.7 =
183
+ Call to action message minor bug fix
184
+
185
  = 2.2.6 =
186
  Choose the font for your chat widget's call-to-action message and the icons' tooltip. Also added Hummingbird cache support and a link to Chaty's knowledge base
187
 
views/parts/section1.php CHANGED
@@ -138,7 +138,7 @@
138
  $cta = nl2br(get_option('cht_cta'));
139
  $cta = str_replace(array("\r", "\n"), "", $cta);
140
  ?>
141
- <span class="tooltiptext" style='display:<?php esc_attr_e($display_status) ?>'><?php esc_attr_e($cta); ?></span>
142
  </div>
143
 
144
  </div>
138
  $cta = nl2br(get_option('cht_cta'));
139
  $cta = str_replace(array("\r", "\n"), "", $cta);
140
  ?>
141
+ <span class="tooltiptext" style='display:<?php esc_attr_e($display_status) ?>'><span><?php esc_attr_e($cta); ?></span></span>
142
  </div>
143
 
144
  </div>