PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 5.4.2
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v5.4.2
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 8.5.2 All 533 releases
← All changes | templates/template-horizontal/shortcode.php +2 -5 8.6.75.4.2 View file →
@@ -1,8 +1,6 @@
1 1 <div id="wp-chatbot-shortcode-template-container"
2 - class="<?php
3 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
4 -echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container template-vertical">
2 + class="<?php echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container template-vertical">
5 3 <div class="wp-chatbot-product-container">
6 4 <div class="wp-chatbot-product-details">
7 5 <div class="wp-chatbot-product-image-col">
8 6 <div id="wp-chatbot-product-image"></div>
@@ -60,13 +58,12 @@
60 58 </div>
61 59 <!--wp-chatbot-ball-inner-->
62 60 <div class="wp-chatbot-footer">
63 61 <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area">
64 -
65 62 <input id="wp-chatbot-editor" class="wp-chatbot-editor" required="" placeholder="<?php echo esc_attr( qcld_wpb_randmom_message_handle(maybe_unserialize(get_option('qlcd_wp_chatbot_send_a_msg'))) ); ?>"
66 63 >
67 64 <?php do_action('wpbot_voice_icon'); ?>
68 - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><i class="dashicons dashicons-email" aria-hidden="true"></i></button>
65 + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><i class="fa fa-paper-plane" aria-hidden="true"></i></button>
69 66 </div>
70 67 <!--wp-chatbot-editor-container-->
71 68 </div>
72 69 <!--wp-chatbot-footer-->