| @@ -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 chatbot-shortcode-template-01"> | |
| 2 | + class="<?php echo esc_attr($wp_chatbot_enable_rtl);?> wp-chatbot-shortcode-template-container chatbot-shortcode-template-01"> | |
| 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> |
| @@ -17,9 +15,9 @@ | ||
| 17 | 15 | <div id="wp-chatbot-product-cart-button" class="wp-chatbot-product-cart-button"></div> |
| 18 | 16 | </div> |
| 19 | 17 | <!--wp-chatbot-product-info-col--> |
| 20 | 18 | <a class="wp-chatbot-product-close"></a> |
| 21 | - | |
| 19 | + <div class="clear"></div> | |
| 22 | 20 | </div> |
| 23 | 21 | <!-- wp-chatbot-product-details--> |
| 24 | 22 | </div> |
| 25 | 23 | <div class="chatbot-shortcode-row"> |
| @@ -49,10 +47,9 @@ | ||
| 49 | 47 | <div class="wp-chatbot-footer"> |
| 50 | 48 | <div id="wp-chatbot-editor-area" class="wp-chatbot-editor-area"> |
| 51 | 49 | <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')))); ?>" |
| 52 | 50 | > |
| 53 | - <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"> | |
| 54 | - <span class="dashicons dashicons-arrow-up-alt"></span></button> | |
| 51 | + <button type="button" id="wp-chatbot-send-message" class="wp-chatbot-button"><?php esc_html_e('send', 'wpchatbot'); ?></button> | |
| 55 | 52 | </div> |
| 56 | 53 | <!--wp-chatbot-editor-container--> |
| 57 | 54 | </div> |
| 58 | 55 | <!--wp-chatbot-footer--> |
| @@ -72,9 +69,9 @@ | ||
| 72 | 69 | </div> |
| 73 | 70 | <!--wp-chatbot-widget--> |
| 74 | 71 | </div> |
| 75 | 72 | <!--wp-chatbot-sidebar--> |
| 76 | - | |
| 73 | + <div class="clear"></div> | |
| 77 | 74 | </div> |
| 78 | 75 | <!-- chatbot-shortcode-row--> |
| 79 | 76 | </div> |
| 80 | 77 | <!--wp-chatbot-ball-container--> |