PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 5.7.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v5.7.2
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 8.5.4 8.5.3 All 534 releases
← All changes | templates/template-horizontal/template.php +6 -10 8.6.55.7.2 View file →
@@ -1,7 +1,5 @@
1 -<?php
2 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
3 -if(get_option('enable_wp_chatbot_custom_color')==1 && get_option('wp_chatbot_theme_primary_color') && get_option('wp_chatbot_theme_primary_color')!=''): ?>
1 +<?php if(get_option('enable_wp_chatbot_custom_color')==1 && get_option('wp_chatbot_theme_primary_color') && get_option('wp_chatbot_theme_primary_color')!=''): ?>
4 2 <style>
5 3 .wp-chatbot-tab-nav{
6 4 background-color: <?php echo esc_attr( get_option('wp_chatbot_theme_primary_color') ); ?> !important;
7 5 }
@@ -36,10 +34,9 @@
36 34 }
37 35
38 36 ?>
39 37 <!-- wp-chatbot-product-container-->
40 - <?php $avatar_loc = get_option('qcld_chatbot_avatar_location', 'inside'); ?>
41 - <div id="wp-chatbot-board-container" class="wp-chatbot-board-container wp-chatbot-avatar-<?php echo esc_attr($avatar_loc); ?>">
38 + <div id="wp-chatbot-board-container" class="wp-chatbot-board-container">
42 39
43 40 <div class="wp-chatbot-header">
44 41 <?php do_action('render_back_to_menu_button'); ?>
45 42 <div id="wp-chatbot-desktop-reload" title="<?php echo esc_attr( (get_option('qlcd_wp_chatbot_reset_lan') != '' ? get_option('qlcd_wp_chatbot_reset_lan') : 'Reset') ); ?>"><span class="dashicons dashicons-update-alt"></span></div>
@@ -72,21 +69,20 @@
72 69 </div>
73 70 <div class="wp-chatbot-footer">
74 71
75 72 <div id="wp-chatbot-editor-container" class="wp-chatbot-editor-container">
76 -
77 73 <input id="wp-chatbot-editor" class="wp-chatbot-editor" required placeholder="<?php echo esc_attr(wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg')))); ?>"
78 74 >
79 - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><span class="dashicons dashicons-arrow-up-alt"></span></button>
75 + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('', 'wpchatbot'); ?></button>
80 76 </div>
81 77 <!--wp-chatbot-editor-container-->
82 78 <!--wp-chatbot-editor-container-->
83 79 <div class="wp-chatbot-tab-nav">
84 80 <ul>
85 - <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'chatbot'); ?>"></a></li>
81 + <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'wpchatbot'); ?>"></a></li>
86 82
87 - <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href="" title="<?php echo esc_html__('Chat', 'chatbot'); ?>"></a></li>
88 - <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'chatbot'); ?>"></a></li>
83 + <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href="" title="<?php echo esc_html__('Chat', 'wpchatbot'); ?>"></a></li>
84 + <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'wpchatbot'); ?>"></a></li>
89 85 </ul>
90 86 </div>
91 87 <!--wp-chatbot-tab-nav-->
92 88 <!--wp-chatbot-tab-nav-->