PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.2.4
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.2.4
8.8.0 8.7.9 8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 All 536 releases
← All changes | templates/template-03/template.php +1 -2 8.7.7 → 8.2.4 View file →
@@ -22,10 +22,9 @@
22 22 </div>
23 23 <!-- wp-chatbot-product-details-->
24 24 </div>
25 25 <!-- wp-chatbot-product-container-->
26 - <?php $avatar_loc = get_option('qcld_chatbot_avatar_location', 'inside'); ?>
27 - <div id="wp-chatbot-board-container" class="wp-chatbot-board-container wp-chatbot-avatar-<?php echo esc_attr($avatar_loc); ?>">
26 + <div id="wp-chatbot-board-container" class="wp-chatbot-board-container">
28 27 <div class="wp-chatbot-header">
29 28 <h3> <?php if (get_option('qlcd_wp_chatbot_host') != '') {
30 29 $welcomes = unserialize(get_option('qlcd_wp_chatbot_welcome'));
31 30 echo esc_html($welcomes[0].' '.get_option('qlcd_wp_chatbot_host'));