| @@ -1,7 +1,5 @@ | ||
| 1 | -<div id="wp-chatbot-ball-container" class=" wp-chatbot-<?php | |
| 2 | -if (!defined('ABSPATH')) exit; // Exit if accessed directly | |
| 3 | -echo esc_attr( $qcld_wb_chatbot_theme );?>"> | |
| 1 | +<div id="wp-chatbot-ball-container" class=" wp-chatbot-<?php echo $qcld_wb_chatbot_theme;?>"> | |
| 4 | 2 | <div class="wp-chatbot-container"> |
| 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"> |
| @@ -22,14 +20,13 @@ | ||
| 22 | 20 | </div> |
| 23 | 21 | <!-- wp-chatbot-product-details--> |
| 24 | 22 | </div> |
| 25 | 23 | <!-- 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); ?>"> | |
| 24 | + <div id="wp-chatbot-board-container" class="wp-chatbot-board-container"> | |
| 28 | 25 | <div class="wp-chatbot-header"> |
| 29 | 26 | <h3> <?php if (get_option('qlcd_wp_chatbot_host') != '') { |
| 30 | 27 | $welcomes = unserialize(get_option('qlcd_wp_chatbot_welcome')); |
| 31 | - echo esc_html($welcomes[0].' '.get_option('qlcd_wp_chatbot_host')); | |
| 28 | + echo $welcomes[0] . ' ' . get_option('qlcd_wp_chatbot_host'); | |
| 32 | 29 | } ?> |
| 33 | 30 | </h3> |
| 34 | 31 | </div> |
| 35 | 32 | <!--wp-chatbot-header--> |
| @@ -49,20 +46,31 @@ | ||
| 49 | 46 | </div> |
| 50 | 47 | </div> |
| 51 | 48 | <div class="wp-chatbot-footer"> |
| 52 | 49 | <div id="wp-chatbot-editor-container" class="wp-chatbot-editor-container"> |
| 53 | - <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')))); ?>" | |
| 50 | + <input id="wp-chatbot-editor" class="wp-chatbot-editor" required placeholder="<?php echo wpb_randmom_message_handle(unserialize(get_option('qlcd_wp_chatbot_send_a_msg'))); ?>" | |
| 54 | 51 | > |
| 55 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'chatbot'); ?></button> | |
| 52 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button> | |
| 56 | 53 | </div> |
| 57 | 54 | <!--wp-chatbot-editor-container--> |
| 58 | 55 | <div class="wp-chatbot-tab-nav"> |
| 59 | - | |
| 56 | + <!--<ul> | |
| 57 | + <li><a class="wp-chatbot-operation-option" data-option="help" href=""></a></li> | |
| 58 | + <li><a class="wp-chatbot-operation-option" data-option="support" href=""></a></li> | |
| 59 | + <li class="wp-chatbot-operation-active"><a class="wp-chatbot-operation-option" data-option="chat" href=""></a></li> | |
| 60 | + <li><a class="wp-chatbot-operation-option" data-option="recent" href=""></a></li> | |
| 61 | + <li> | |
| 62 | + <a class="wp-chatbot-operation-option" data-option="cart" href=""> | |
| 63 | + <?php if (get_option('disable_wp_chatbot_cart_item_number') != 1) { ?> <span | |
| 64 | + id="wp-chatbot-cart-numbers"><?php echo $cart_items_number; ?></span> <?php } ?> | |
| 65 | + </a> | |
| 66 | + </li> | |
| 67 | + </ul>--> | |
| 60 | 68 | <ul> |
| 61 | - <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'chatbot'); ?>"></a></li> | |
| 69 | + <li><a class="wp-chatbot-operation-option" data-option="help" href="" title="<?php echo esc_html__('Help', 'wpchatbot'); ?>"></a></li> | |
| 62 | 70 | |
| 63 | - <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> | |
| 64 | - <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'chatbot'); ?>"></a></li> | |
| 71 | + <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> | |
| 72 | + <li><a class="wp-chatbot-operation-option" data-option="support" href="" title="<?php echo esc_html__('Support', 'wpchatbot'); ?>"></a></li> | |
| 65 | 73 | </ul> |
| 66 | 74 | </div> |
| 67 | 75 | <!--wp-chatbot-tab-nav--> |
| 68 | 76 | </div> |