PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 4.3.1
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v4.3.1
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 | admin_ui.php +1432 -2276 8.6.24.3.1 View file →
@@ -1,880 +1,453 @@
1 +<?php
1 2
2 -<?php
3 3 // Exit if accessed directly
4 4 if ( ! defined( 'ABSPATH' ) ) {
5 - exit;
5 + exit;
6 6 }
7 -// Ensure WordPress escaping and translation functions are available
8 -if ( ! function_exists( 'esc_html' ) ) {
9 - require_once( ABSPATH . 'wp-includes/formatting.php' );
10 -}
11 -if ( ! function_exists( 'esc_html__' ) ) {
12 - require_once( ABSPATH . 'wp-includes/l10n.php' );
13 -}
14 -if ( ! function_exists( 'esc_html_e' ) ) {
15 - require_once( ABSPATH . 'wp-includes/l10n.php' );
16 -}
17 -if ( ! function_exists( 'esc_attr' ) ) {
18 - require_once( ABSPATH . 'wp-includes/formatting.php' );
19 -}
20 -if ( ! function_exists( 'esc_url' ) ) {
21 - require_once( ABSPATH . 'wp-includes/formatting.php' );
22 -}
23 7 ?>
24 8
25 -<div class="wrap qcld-main-wrapper">
9 +<div class="wrap">
26 10 <h1 style="display:none">
27 - <?php esc_html_e('chatbot', 'chatbot'); ?>
11 + <?php esc_html_e('WPBot', 'wpchatbot'); ?>
28 12 </h1>
29 -
30 -<div class="qcld-wp-chatbot-wrap-header">
31 -
32 - <div class="qcld-wp-chatbot-wrap-header-logo"><a href="#" class="qcld-wp-chatbot-wrap-site__logo"><img style="width:100%" src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/chatbot.png' ); ?>" alt="Dialogflow CX"> WPBot Control Panel </a>
33 - <p><strong>Core Version:</strong> v<?php echo esc_attr(QCLD_wpCHATBOT_VERSION); ?></p>
34 - </div>
35 - <ul class="qcld-wp-chatbot-wrap-version-wrapper">
36 - <li>
37 - <a class="wpchatbot-Upgrade" href="https://www.wpbot.pro/" target="_blank">Upgrade To Pro</a>
38 -
39 - </li>
40 - </ul>
41 13 </div>
42 -
43 -<div class="qcld-wp-chatbot-wrap-header-doc">
44 -
45 - <a href="https://wpbot.pro/docs/" target="_blank" class="qcld-wp-chatbot-wrap--doc_logo">
46 - <img style="width:100%" src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/doc.jpg' ); ?>" alt="Dialogflow CX">
47 - <div class="docs_icon"><span class="dashicons dashicons-media-document"></span></div>
48 -
49 - </a>
50 -
51 - <div class="qcld-wp-chatbot-wrap-header-doc-details">
52 -
53 - <h3><?php esc_html_e('Get Started with WPBot', 'chatbot'); ?></h3>
54 - <p><?php esc_html_e('Do more than just chat with your ChatBot! More Leads, Conversions & Satisfied customers while saving time & increasing your business opportunities. WPBot is the best ChatBot for WordPress to improve user engagement, Generate Leads, & provide Automated Live customer support across your website & social platforms.', 'chatbot'); ?></p>
55 -
56 - <div class="qcld-wp-chatbot-wrap-header-doc-button">
57 -
58 - <a href="https://wpbot.pro/docs/knowledgebase/getting-started-with-chatbot/" class="GetStartedwithYourChatBot" target="_blank">Get Started with Your ChatBot</a>
59 - <a href="https://wpbot.pro/docs/" target="_blank">Documentation</a>
60 - </div>
61 - </div>
62 -</div>
63 -
64 14 <div class="wp-chatbot-wrap">
65 15 <div class="icon32"><br>
66 16 </div>
67 -<form action="<?php echo esc_url($action); ?>" method="POST" id="wp-chatbot-admin-form"
68 - enctype="multipart/form-data">
69 - <div class="form-container">
70 -
17 +<form action="<?php echo esc_attr($action); ?>" method="POST" id="wp-chatbot-admin-form"
18 + enctype="multipart/form-data">
19 + <div class="container form-container">
20 + <header class="wp-chatbot-admin-header">
21 + <div class="row">
22 + <div class="col-sm-6">
23 + <h2><?php echo __('WPBot Control Panel', 'wpchatbot'); ?><?php echo get_option('wp_chatbot_index_meta'); ?></h2>
24 + </div>
25 + <div class="col-sm-6 text-right wp-chatbot-version">
26 +
27 + <div class="wpchatbot-lite-version-section">
28 + <h3 class="wpchatbot-liteversion">
29 + <?php esc_html_e('The Lite Version', 'wpchatbot'); ?>
30 + </h3>
31 + <a class="wpchatbot-Upgrade" href="https://www.wpbot.pro/" target="_blank">Upgrade To Pro</a>
32 + </div>
33 + </div>
34 + </div>
35 + </header>
71 36 <section class="wp-chatbot-tab-container-inner">
72 37 <div class="wp-chatbot-tabs wp-chatbot-tabs-style-flip">
73 38 <nav>
74 39 <ul>
75 - <li class="tab-current" tab-data="started"><a href="<?php echo esc_url($action).'&tab=started' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-admin-home"></span> </span> <span class="wpwbot-admin-tab-name">
76 - <?php esc_html_e('Getting Started', 'chatbot'); ?>
40 + <li tab-data="started"><a href="<?php echo esc_attr($action); ?>&tab=started"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-toggle-on"> </i> </span> <span class="wpwbot-admin-tab-name">
41 + <?php esc_html_e('GETTING STARTED', 'wpchatbot'); ?>
77 42 </span> </a></li>
78 - <li tab-data="general"><a href="<?php echo esc_url($action) .'&tab=general' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-admin-generic"></span></span> <span class="wpwbot-admin-tab-name">
79 - <?php esc_html_e('General settings', 'chatbot'); ?>
43 + <li tab-data="general"><a href="<?php echo esc_attr($action); ?>&tab=general"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-toggle-on"> </i> </span> <span class="wpwbot-admin-tab-name">
44 + <?php esc_html_e('GENERAL SETTINGS', 'wpchatbot'); ?>
80 45 </span> </a></li>
81 - <li tab-data="language"><a href="<?php echo esc_url($action) .'&tab=language' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-translation"></span> </span> <span class="wpwbot-admin-tab-name">
82 - <?php esc_html_e('Change Language', 'chatbot'); ?>
46 + <li tab-data="themes"><a href="<?php echo esc_attr($action); ?>&tab=themes"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-gear faa-spin"></i> </span> <span class="wpwbot-admin-tab-name">
47 + <?php esc_html_e('ICONS & THEMES', 'wpchatbot'); ?>
83 48 </span> </a></li>
84 - <li tab-data="social"><a href="<?php echo esc_url($action) .'&tab=social' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-image-filter"></span> </span> <span class="wpwbot-admin-tab-name">
85 - <?php esc_html_e('Button Configurations', 'chatbot'); ?>
49 + <li tab-data="support"><a href="<?php echo esc_attr($action); ?>&tab=support"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-life-ring"></i> </span> <span class="wpwbot-admin-tab-name">
50 + <?php esc_html_e('FAQ Builder', 'wpchatbot'); ?>
86 51 </span> </a></li>
87 - <div class="cxsc-settings_openai_border"> <a href="<?php echo esc_url( $action) .'_openAi' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-update"></span>
88 - </span> <span class=""> <?php esc_html_e('AI Settings', 'chatbot'); ?> </span>
89 - </a>
90 -</div>
91 -
92 -
93 -
94 - <li tab-data="themes"><a href="<?php echo esc_url($action) .'&tab=themes' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-share-alt"></span> </span> <span class="wpwbot-admin-tab-name">
95 - <?php esc_html_e('Icons & Themes', 'chatbot'); ?>
52 + <!--<li tab-data="notification"><a href="<?php echo esc_attr($action); ?>&tab=notification">
53 + <span class="wpwbot-admin-tab-icon">
54 + <i class="fa fa-bell-o"></i>
55 + </span>
56 + <span class="wpwbot-admin-tab-name"><?php esc_html_e('Notification Builder', 'wpchatbot'); ?></span>
57 + </a></li>-->
58 + <li tab-data="language"><a href="<?php echo esc_attr($action); ?>&tab=language"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-language"></i> </span> <span class="wpwbot-admin-tab-name">
59 + <?php esc_html_e('LANGUAGE CENTER', 'wpchatbot'); ?>
96 60 </span> </a></li>
97 - <li tab-data="support"><a href="<?php echo esc_url($action).'&tab=support' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-info-outline"></span> </span> <span class="wpwbot-admin-tab-name">
98 - <?php esc_html_e('FAQ Builder', 'chatbot'); ?>
61 + <li tab-data="startmenu"><a href="<?php echo esc_attr($action); ?>&tab=startmenu"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-bars"></i> </span> <span class="wpwbot-admin-tab-name"><?php echo esc_html__('Start Menu', 'wpchatbot'); ?></span> </a></li>
62 +
63 + <!--<li tab-data="hours"><a href="<?php echo esc_attr($action); ?>&tab=hours">
64 + <span class="wpwbot-admin-tab-icon">
65 + <i class="fa fa-calendar"></i>
66 + </span>
67 + <span class="wpwbot-admin-tab-name"><?php esc_html_e('Bot Activity Hour', 'wpchatbot'); ?></span>
68 + </a></li>-->
69 + <li tab-data="ai"><a href="<?php echo esc_attr($action); ?>&tab=ai"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-500px"></i> </span> <span class="wpwbot-admin-tab-name">
70 + <?php esc_html_e('Dialogflow', 'wpchatbot'); ?>
99 71 </span> </a></li>
100 - <li tab-data="startmenu"><a href="<?php echo esc_url($action).'&tab=startmenu' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-menu"></span> </span> <span class="wpwbot-admin-tab-name"><?php esc_html_e('Start Menu', 'chatbot'); ?></span> </a></li>
101 -
102 -
103 - <li tab-data="ai"><a href="<?php echo esc_url($action).'&tab=ai' ?>"> <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-format-chat"></span> </span> <span class="wpwbot-admin-tab-name">
104 - <?php esc_html_e('Dialogflow', 'chatbot'); ?>
72 + <li tab-data="custom_css"><a href="<?php echo esc_attr($action); ?>&tab=ai"> <span class="wpwbot-admin-tab-icon"> <i class="fa fa-code"></i> </span> <span class="wpwbot-admin-tab-name">
73 + <?php esc_html_e('Custom CSS', 'wpchatbot'); ?>
105 74 </span> </a></li>
75 + <!--<li tab-data="app"><a href="<?php echo esc_attr($action); ?>&tab=app">
76 + <span class="wpwbot-admin-tab-icon">
77 + <i class="fa fa-mobile"></i>
78 + </span>
79 + <span class="wpwbot-admin-tab-name"><?php esc_html_e('MOBILE APP', 'wpchatbot'); ?></span>
80 + </a></li>
81 + <li tab-data="custom"><a href="<?php echo esc_attr($action); ?>&tab=custom">
82 + <span class="wpwbot-admin-tab-icon">
83 + <i class="fa fa-code"></i>
84 + </span>
85 + <span class="wpwbot-admin-tab-name"><?php esc_html_e('Custom CSS', 'wpchatbot'); ?> </span>
86 + </a></li>-->
106 87
107 -
108 - <li tab-data="<?php echo esc_url('rpl'); ?>" class="conversational"><a href="<?php echo esc_url($action).'&tab=rpl' ?>">
109 - <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-feedback"></span>
110 - </span> <span class="wpwbot-admin-tab-name"> <?php esc_html_e('Conversational Form', 'chatbot'); ?>
111 - </span>
112 - </a>
113 - </li>
114 -
115 -
116 -
117 -
118 - <li tab-data="custom_css"> <a href="<?php echo esc_url($action).'&tab=custom_css'?>">
119 - <span class="wpwbot-admin-tab-icon"> <span class="dashicons dashicons-editor-code"></span>
120 - </span> <span class="wpwbot-admin-tab-name"> <?php esc_html_e('Custom CSS', 'chatbot'); ?></span>
121 - </a>
122 - </li>
123 -
124 -
125 88 </ul>
126 -
127 -<div class="text-center mt-5 qcld-goPreemium">
89 +
90 + <a class="wpbot_free_messenger_adds" href="https://wordpress.org/plugins/conversational-forms/" target="_blank">Create Button Driven Conversations and forms with the Conversational Form addon</a>
128 91
129 -<a href="https://www.wpbot.pro/" target="_blank"><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="21" viewBox="0 0 24 21" fill="none">
130 - <path d="M19.6799 17.28H4.31988C3.52596 17.28 2.87988 17.9261 2.87988 18.72C2.87988 19.5139 3.52596 20.16 4.31988 20.16H19.6799C20.4738 20.16 21.1199 19.5139 21.1199 18.72C21.1199 17.9261 20.4738 17.28 19.6799 17.28Z" fill="#FF9900"></path>
131 - <path d="M22.08 2.88C21.0211 2.88 20.16 3.74114 20.16 4.8C20.16 5.51137 20.5536 6.1267 21.1305 6.45886C20.0198 9.08925 18.287 10.703 16.6675 10.5571C14.8665 10.4102 13.3977 8.28094 12.5875 4.71839C13.6262 4.45533 14.4 3.51933 14.4 2.4C14.4 1.07616 13.3238 0 12 0C10.6761 0 9.59995 1.07616 9.59995 2.4C9.59995 3.51938 10.3737 4.45538 11.4124 4.71839C10.6022 8.28094 9.13336 10.4102 7.33242 10.5571C5.71964 10.703 3.97913 9.08925 2.86941 6.45886C3.44634 6.1267 3.83995 5.51133 3.83995 4.8C3.83995 3.74114 2.97881 2.88 1.91995 2.88C0.861141 2.88 0 3.74114 0 4.8C0 5.78498 0.748781 6.58945 1.70494 6.69886L3.55392 16.32H20.4461L22.295 6.69886C23.2512 6.58945 24 5.78498 24 4.8C24 3.74114 23.1389 2.88 22.08 2.88Z" fill="url(#paint0_linear_189_140)"></path>
132 - <defs>
133 - <linearGradient id="paint0_linear_189_140" x1="12" y1="0" x2="12" y2="16.32" gradientUnits="userSpaceOnUse">
134 - <stop stop-color="#FFC045"></stop>
135 - <stop offset="1" stop-color="#FF9900"></stop>
136 - </linearGradient>
137 - </defs>
138 - </svg></span>Go Premium</a>
139 -
140 -</div>
141 -
142 -
143 - <div class="text-center mt-5 qcld-Resetall">
144 - <input type="button" class="btn btn-warning submit-button"
145 - id="qcld-wp-chatbot-reset-option"
146 - value="<?php echo esc_attr__('Reset all options to Default', 'chatbot') ; ?>"/>
147 - </div>
148 - </nav>
149 -
150 -
151 -
152 -
92 + </nav>
153 93 <div class="content-wrap">
154 - <section id="section-flip-1">
155 -
156 -
157 - <div class="wrap qcld-swpm-admin-menu-wrap">
158 - <div class="wrap qcld-swpm-admin-menu-wrap">
159 - <h3 class="nav-tab-wrapper sld_nav_container wppt_nav_container">
160 - <a class="nav-tab sld_click_handle nav-tab-active" href="#general_int"><?php echo esc_html__('Getting Started', 'chatbot'); ?></a>
161 - <a class="nav-tab sld_click_handle" href="#general_wp_nutshell"><?php echo esc_html__('WPBot – In a Nutshell', 'chatbot'); ?></a>
162 - </h3>
163 - <div class="wppt-settings-section" id="general_int">
164 - <div class="content form-container qcbot_help_secion" style="">
165 - <!-- new Section -->
166 -
167 - <h3 class="qcld-wpbot-main-tabs-title"><?php echo esc_html__('WPBot Interactions', 'chatbot'); ?></h3>
168 - <p><?php echo esc_html__('You can use WPBot to both answer user questions and collect information from the users.', 'chatbot'); ?></p>
169 - <h4><?php echo esc_html__('To create answers to user questions you can use:', 'chatbot'); ?></h4>
170 - <p> <b><?php echo esc_html__('Simple Text Responses', 'chatbot'); ?></b> (built-in), <b style="font-size: 14px"><?php echo esc_html__('FAQ', 'chatbot'); ?></b>(built-in), <b style="font-size: 14px"><?php echo esc_html__('Site search', 'chatbot'); ?></b>(built-in), <b style="font-size: 14px"><?php echo esc_html__('Product search', 'chatbot'); ?></b>(built-in Pro feature), <b style="font-size: 14px"><?php echo esc_html__('DialogFlow', 'chatbot'); ?></b>(3rd Party) or <b style="font-size: 14px"><?php echo esc_html__('OpenAI', 'chatbot'); ?></b>(3rd Party)</br>
171 -</p>
172 - <h4> <?php echo esc_html__('To collect information from your users you can use:', 'chatbot'); ?></h4>
173 - <p> <b>
174 - <?php echo esc_html__('Conversational forms', 'chatbot'); ?></b>(built-in), <b style="font-size: 14px"><?php echo esc_html__('Mail us', 'chatbot'); ?></b>(built-in), <b style="font-size: 14px"><?php echo esc_html__('Call me back', 'chatbot'); ?></b>(built-in), <b style="font-size: 14px"><?php echo esc_html__('Collect feedback features', 'chatbot'); ?></b>(built-in)</p>
175 - <hr>
176 - <p>
177 - <b> <?php echo esc_html__('When you activate the plugin, by default only the Site search option will work. Site search displays links to your website pages that contain the keywords in the user query. ', 'chatbot'); ?>
178 - </b></p>
179 - <p><b><?php echo esc_html__('To generate direct text responses, you need to use either Simple Text Responses or AI services. ', 'chatbot'); ?>
180 - </b></p>
181 - <hr>
182 - <h4><?php echo esc_html__('You can create user interactions in the following ways:', 'chatbot'); ?></h4>
183 -
94 + <section id="section-flip-1">
95 + <div class="top-section getting_gtarted_section">
96 + <div class="col-xs-12">
97 + <div class="content form-container qcbot_help_secion">
98 + <h2 style="margin-top: 10px;">WPBot Interactions</h2>
99 + <h3 style=" color: #222; margin: 0; padding: 0 0 12px 0; font-size: 16px; font-weight: bold;">You can create user interactions in the following ways:</h3>
100 + <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
184 101 <div class="panel panel-default">
185 - <div class="panel-heading" role="tab" id="FeaturesOne">
186 - <h4 class="panel-title">
187 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#FeaturescollapseOne" aria-expanded="false" aria-controls="FeaturescollapseOne"> <?php esc_html_e('Predefined intents - Built-in ChatBot Features', 'chatbot'); ?> </a>
188 - </h4>
189 - </div>
190 - <div id="FeaturescollapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="FeaturesOne">
191 - <div class="panel-body"> <?php esc_html_e('Predefined intents can work without integration to DialogFlow API and AI. These are readily available as soon as you install the plugin and can be turned on or off individually.', 'chatbot'); ?> <div class="section-container">
192 - <div class="wpb_column vc_column_container vc_col-sm-6">
193 - <div class="vc_column-inner ">
194 - <div class="wpb_wrapper">
195 - <div class="to-icon-box left txt-left">
196 - <div class="to-icon-txt fa-4x-txt ">
197 - <h3>
198 - <span>// </span><?php esc_html_e('Simple Text Responses', 'chatbot'); ?>
199 - </h3>
200 - <p><?php esc_html_e('Create unlimited text responses from your WordPress backend. The ChatBot uses advanced search algorithm for natural language phrase matching with user input.', 'chatbot'); ?> </p>
201 - </div>
102 + <div class="panel-heading" role="tab" id="headingOne">
103 + <h4 class="panel-title">
104 + <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
105 + Predefined intents - Built-in ChatBot Features
106 + </a>
107 + </h4>
108 + </div>
109 + <div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
110 + <div class="panel-body">
111 + Predefined intents can work without integration to DialogFlow API and AI. These are readily available as soon as you install the plugin and can be turned on or off individually.
112 + <div class="section-container">
113 + <div class="wpb_column vc_column_container vc_col-sm-6">
114 + <div class="vc_column-inner ">
115 + <div class="wpb_wrapper">
116 + <div class="to-icon-box left txt-left">
117 + <div class="to-icon-txt fa-4x-txt ">
118 + <h3>
119 + <span>// </span>Simple Text Responses
120 + </h3>
121 + <p>Create unlimited text responses from your WordPress backend. The ChatBot uses advanced search algorithm for natural language phrase matching with user input. </p>
202 122 </div>
203 - <div class="to-icon-box left txt-left">
204 - <div class="to-icon-txt fa-4x-txt ">
205 - <h3>
206 - <span>// </span><?php esc_html_e('Send eMail, Call Me Back &amp; Feedback Collection', 'chatbot'); ?>
207 - </h3>
208 - <p><?php esc_html_e('Users can send a email to the site admin directly from the Chat window for customer support. The Call Me Back feature lets you get call requests from your customers which will be emailed to you. You can also use WPBot to collect Feedback from your customers regarding anything! You can disable/enable these features from the Start Menu.', 'chatbot'); ?></p>
209 - </div>
123 + </div>
124 + <div class="to-icon-box left txt-left">
125 + <div class="to-icon-txt fa-4x-txt ">
126 + <h3>
127 + <span>// </span>Send eMail, Call Me Back &amp; Feedback Collection
128 + </h3>
129 + <p>Users can send a email to the site admin directly from the Chat window for customer support. The Call Me Back feature lets you get call requests from your customers which will be emailed to you. You can also use WPBot to collect Feedback from your customers regarding anything! You can disable/enable these features from the Start Menu. </p>
210 130 </div>
211 - <div class="to-icon-box left txt-left">
212 - <div class="to-icon-txt fa-4x-txt ">
213 - <h3>
214 - <span>// </span><?php esc_html_e('Advanced Site Search', 'chatbot'); ?> <span class="qc_wpbot_pro">PRO</span>
215 - </h3>
216 - <p><?php esc_html_e('If no matching text response is found WPBot will conduct an advanced website search and try to match user queries with your website contents and show results.', 'chatbot'); ?> </p>
217 - </div>
131 + </div>
132 + <div class="to-icon-box left txt-left">
133 + <div class="to-icon-txt fa-4x-txt ">
134 + <h3>
135 + <span>// </span>Advanced Site Search <span class="qc_wpbot_pro">PRO</span>
136 + </h3>
137 + <p>If no matching text response is found WPBot will conduct an advanced website search and try to match user queries with your website contents and show results. </p>
218 138 </div>
219 - </div>
139 + </div>
220 140 </div>
221 - </div>
222 - <div class="wpb_column vc_column_container vc_col-sm-6">
223 - <div class="vc_column-inner ">
224 - <div class="wpb_wrapper">
225 - <div class="to-icon-box left txt-left">
226 - <div class="to-icon-txt fa-4x-txt ">
227 - <h3>
228 - <span>// </span><?php esc_html_e('Frequently Asked Questions', 'chatbot'); ?>
229 - </h3>
230 - <p><?php esc_html_e('Create a set of Frequently Asked Questions or FAQ so users can quickly find answers to the most common questions they have.', 'chatbot'); ?></p>
231 - </div>
141 + </div>
142 + </div>
143 + <div class="wpb_column vc_column_container vc_col-sm-6">
144 + <div class="vc_column-inner ">
145 + <div class="wpb_wrapper">
146 + <div class="to-icon-box left txt-left">
147 + <div class="to-icon-txt fa-4x-txt ">
148 + <h3>
149 + <span>// </span>Frequently Asked Questions
150 + </h3>
151 + <p>Create a set of Frequently Asked Questions or FAQ so users can quickly find answers to the most common questions they have.</p>
232 152 </div>
233 - <div class="to-icon-box left txt-left">
234 - <div class="to-icon-txt fa-4x-txt ">
235 - <h3>
236 - <span>// </span>Ask for name, email, phone number etc.
237 - </h3>
238 - <p><?php esc_html_e('Asking for the name is the default workflow. In the pro version, you can also ask for an email and phone number if you want to or skip the Greetings part altogether and load any intent of your choice.', 'chatbot'); ?></p>
239 - </div>
153 + </div>
154 + <div class="to-icon-box left txt-left">
155 + <div class="to-icon-txt fa-4x-txt ">
156 + <h3>
157 + <span>// </span>Ask for name, email, phone number etc.
158 + </h3>
159 + <p>Asking for the name is the default workflow. In the pro version, you can also ask for an email and phone number if you want to or skip the Greetings part altogether and load any intent of your choice.</p>
240 160 </div>
241 - <div class="to-icon-box left txt-left">
242 - <div class="to-icon-txt fa-4x-txt ">
243 - <h3>
244 - <span>// </span><?php esc_html_e('Newsletter Subscription', 'chatbot'); ?> <span class="qc_wpbot_pro">PRO</span>
245 - </h3>
246 - <p><?php esc_html_e('WPBot can prompt User for eMail subscription. Link this with your Retargeting ChatBot window popup and a special offer. People can register their email address that you can later export as CSV!', 'chatbot'); ?> <strong>GDPR compliant</strong> with unsubscribe option from the ChatBot! </p>
247 - </div>
161 + </div>
162 + <div class="to-icon-box left txt-left">
163 + <div class="to-icon-txt fa-4x-txt ">
164 + <h3>
165 + <span>// </span>Newsletter Subscription <span class="qc_wpbot_pro">PRO</span>
166 + </h3>
167 + <p>WPBot can prompt User for eMail subscription. Link this with your Retargeting ChatBot window popup and a special offer. People can register their email address that you can later export as CSV! <strong>GDPR compliant</strong> with unsubscribe option from the ChatBot! </p>
248 168 </div>
249 - </div>
169 + </div>
250 170 </div>
251 - </div>
171 + </div>
252 172 </div>
173 + </div>
174 + </div>
175 + </div>
176 + </div>
177 + <div class="panel panel-default">
178 + <div class="panel-heading" role="tab" id="headingTwo">
179 + <h4 class="panel-title">
180 + <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
181 + Menu Driven - Created with Conversational Form Builder Addon
182 + </a>
183 + </h4>
184 + </div>
185 + <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
186 + <div class="panel-body">
187 + <p>Extend the Start Menu with the <strong>powerful Conversational Forms</strong>&nbsp; Addon for WPBot. It extends WPBot’s functionality and adds the ability to create <strong>conditional conversations</strong> and/or <strong>forms</strong> for the WPBot. It is a visual, <strong> drag and drop</strong> form builder that is easy to use and very flexible. Supports conditional logic and use of variables to build all types of forms or just <strong>menu driven</strong>
188 + <strong>conversations </strong>with if else logic <strong>. </strong>Conversations or forms can be <strong>eMailed</strong> to you and <strong>saved in the database</strong>.
189 + </p>
190 + <h4>Conversational Form Builder Free or Pro version works with the WPBot Free or Pro versions.</h4>
191 + <a class="FormBuilder" href="https://wordpress.org/plugins/conversational-forms/" target="_blank">Download Free Version</a>
192 + <a class="FormBuilder" href="https://www.quantumcloud.com/products/conversations-and-form-builder/" target="_blank">Grab the Pro version</a>
193 + <h4>What Can You Do with it?</h4>
194 + <p>Conversation Forms allows you to create a wide variety of forms, that might include:</p>
195 + <ul>
196 + <li>Create menu or button driven conversations</li>
197 + <li>Conditional <strong>Menu Driven Conversations</strong>
198 + <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
199 + </li>
200 + <li>Standard Contact Forms</li>
201 + <li>Dynamic, <strong>conditional Forms</strong> – where fields can change based on the user selections <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
202 + </li>
203 + <li>Job <strong>Application Forms</strong>
204 + </li>
205 + <li>
206 + <strong>Lead Capture</strong> Forms
207 + </li>
208 + <li>Various types of <strong>Calculators</strong>
209 + <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
210 + </li>
211 + <li>Feedback <strong>Survey</strong> Forms etc. </li>
212 + </ul>
213 +
214 + </div>
215 + </div>
216 + </div>
217 + <div class="panel panel-default">
218 + <div class="panel-heading" role="tab" id="headingThree">
219 + <h4 class="panel-title">
220 + <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
221 + DialogFlow ES and CX, OpenAI
222 + </a>
223 + </h4>
224 + </div>
225 + <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
226 + <div class="panel-body">
227 + <div class="section-container">
228 + <div class="wpb_column vc_column_container vc_col-sm-6">
229 + <div class="wpb_wrapper">
230 + <h2 style="font-size: 20px;">DialogFlow Essential</h2> Intents created in Dialogflow give you the power to build a truly human like, intelligent and comprehensive chatbot. Build any type of Intents and Responses (including rich message responses) directly in DialogFlow and train the bot accordingly. When you create custom intents and responses in DialogFlow, WPBot will <strong>automatically</strong> display them when user inputs match with your Custom Intents along with the responses you created. You can also build Rich responses by enabling Facebook messenger Response option. <p></p>
231 + <p style="text-align: left;">In addition you can also Enable <strong>Advanced Chained Question and Answers</strong> using follow up Intents, Contexts, Entities etc. and then have resulting answers from your users emailed to you. This feature lets you create a a series of questions in DialogFlow that will be asked by the bot and based on the user inputs a response will be displayed. <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
232 + </p>
233 + <p style="text-align: left;">WPBot also supports Rich responses using Facebook Messenger integration. This allows you to display Image, <strong>Cards</strong>, Quick Text Reply or Custom PayLoad inside the ChatBot window. You can also insert an <strong>image</strong> or <strong>youtube video</strong> link inside the DialogFlow responses and they will be automatically rendered by the WPBot! <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
234 + </p>
235 + <h2 style="font-size: 20px;">OpenAI</h2>Connect the ChatBot to OpenAI. OpenAI’s API provides access to GPT-3, for a wide variety of natural language tasks. Train your ChatBot with (pre-trained) GPT-3 to answer any user questions using. Select your preferred Engine from DaVinci, Ada, Curie or Babbag! Add your own API key to the addon to connect to your OpenAI account. To go live, you need to apply to OpenAI.
253 236 </div>
254 - </div>
255 - </div>
256 - <div class="panel panel-default">
257 - <div class="panel-heading" role="tab" id="headingTwo">
258 - <h4 class="panel-title">
259 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"><?php esc_html_e(' Menu Driven - Created with Conversational Form Builder Addon', 'chatbot'); ?> </a>
260 - </h4>
261 - </div>
262 - <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
263 - <div class="panel-body">
264 - <p><?php esc_html_e('Extend the Start Menu with the', 'chatbot'); ?> <?php esc_html_e('powerful Conversational Forms', 'chatbot'); ?>&nbsp;<?php esc_html_e(' Addon for WPBot. It extends WPBot’s functionality and adds the ability to create', 'chatbot'); ?> <?php esc_html_e('conditional conversations', 'chatbot'); ?> <?php esc_html_e('and/or', 'chatbot'); ?> <?php esc_html_e('forms', 'chatbot'); ?> <?php esc_html_e('for the WPBot. It is a visual,', 'chatbot'); ?> <?php esc_html_e('drag and drop', 'chatbot'); ?><?php esc_html_e(' form builder that is easy to use and very flexible. Supports conditional logic and use of variables to build all types of forms or just', 'chatbot'); ?> <?php esc_html_e('menu driven', 'chatbot'); ?>
265 - <?php esc_html_e('conversations', 'chatbot'); ?> <?php esc_html_e('with if else logic', 'chatbot'); ?> . <?php esc_html_e('Conversations or forms can be', 'chatbot'); ?> <?php esc_html_e('eMailed', 'chatbot'); ?> <?php esc_html_e('to you and', 'chatbot'); ?> <?php esc_html_e('saved in the database', 'chatbot'); ?>.
266 - </p>
267 - <h4><?php esc_html_e('Conversational Form Builder Free or Pro version works with the WPBot Free or Pro versions.', 'chatbot'); ?></h4>
268 - <a class="FormBuilder" href="https://wordpress.org/plugins/conversational-forms/" target="_blank"><?php esc_html_e('Download Free Version', 'chatbot'); ?></a>
269 - <a class="FormBuilder" href="https://www.quantumcloud.com/products/conversations-and-form-builder/" target="_blank"><?php esc_html_e('Grab the Pro version', 'chatbot'); ?></a>
270 - <h4><?php esc_html_e('What Can You Do with it?', 'chatbot'); ?></h4>
271 - <p><?php esc_html_e('Conversation Forms allows you to create a wide variety of forms, that might include:', 'chatbot'); ?></p>
272 - <ul>
273 - <li><?php esc_html_e('Create menu or button driven conversations', 'chatbot'); ?></li>
274 - <li><?php esc_html_e('Conditional Menu Driven Conversations', 'chatbot'); ?>
275 - <span class="qc_wpbot_pro" style="font-size: 9px;"><?php esc_html_e('PRO', 'chatbot'); ?></span>
237 + </div>
238 + <div class="wpb_column vc_column_container vc_col-sm-6">
239 + <div class="wpb_wrapper">
240 + <h2 style="font-size: 20px;">DialogFlow CX <span class="qc_wpbot_pro">PRO</span>
241 + </h2>
242 + <p>WPBot supports <strong>visual workflow builder</strong> Dialogflow CX. It provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development <strong>workflow</strong>. </p>
243 + <ul>
244 + <li>
245 + <strong>Console visualization</strong>: A new <strong>visual builder</strong> makes building and maintaining agents easier. Conversation paths are graphed as a state machine model, which makes conversations easier to design, enhance, and maintain.
276 246 </li>
277 - <li><?php esc_html_e('Standard Contact Forms', 'chatbot'); ?></li>
278 - <li><?php esc_html_e('Dynamic,', 'chatbot'); ?> <?php esc_html_e('conditional Forms', 'chatbot'); ?> <?php esc_html_e('– where fields can change based on the user selections', 'chatbot'); ?> <span class="qc_wpbot_pro" style="font-size: 9px;">PRO</span>
247 + <li>
248 + <strong>Intuitive and powerful conversation control</strong>: Conversation states and state transitions are first-class types that provide explicit and powerful control over conversation paths. You can clearly define a series of steps that you want the end-user to go through.
279 249 </li>
280 - <li>Job <?php esc_html_e('Application Forms', 'chatbot'); ?>
281 - </li>
282 250 <li>
283 - <?php esc_html_e('Lead Capture', 'chatbot'); ?> <?php esc_html_e('Forms', 'chatbot'); ?>
251 + <strong>Flows for agent partitions</strong>: With flows, you can partition your agent into smaller conversation topics. Different team members can own different flows, which makes large and complex agents easy to build.
284 252 </li>
285 - <li><?php esc_html_e('Various types of', 'chatbot'); ?> <?php esc_html_e('Calculators', 'chatbot'); ?>
286 - <span class="qc_wpbot_pro" style="font-size: 9px;"><?php esc_html_e('PRO', 'chatbot'); ?></span>
287 - </li>
288 - <li><?php esc_html_e('Feedback', 'chatbot'); ?> Survey<?php esc_html_e(' Forms etc.', 'chatbot'); ?> </li>
289 - </ul>
253 + <img style="width:100%" src="<?php echo QCLD_wpCHATBOT_IMG_URL . '/dialogflow-cx-1024x676.jpg';?>" alt="Dialogflow CX">
254 + </ul>
290 255 </div>
256 + </div>
291 257 </div>
292 - </div>
293 - <div class="panel panel-default">
294 - <div class="panel-heading" role="tab" id="AIheadingThree">
295 - <h4 class="panel-title">
296 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#AIcollapseThree" aria-expanded="false" aria-controls="AIcollapseThree"> <?php esc_html_e('DialogFlow ES and CX, OpenAI', 'chatbot'); ?> </a>
297 - </h4>
298 - </div>
299 - <div id="AIcollapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="AIheadingThree">
300 - <div class="panel-body">
301 -
302 - <div class="section-container">
303 - <div class="wpb_column vc_column_container vc_col-sm-6">
304 - <div class="wpb_wrapper">
305 - <h3 style="font-size: 20px;"><?php esc_html_e('DialogFlow Essential', 'chatbot'); ?></h3> <?php esc_html_e('Intents created in Dialogflow give you the power to build a truly human like, intelligent and comprehensive chatbot. Build any type of Intents and Responses (including rich message responses) directly in DialogFlow and train the bot accordingly. When you create custom intents and responses in DialogFlow, WPBot will automatically display them when user inputs match with your Custom Intents along with the responses you created. You can also build Rich responses by enabling Facebook messenger Response option.', 'chatbot'); ?> <p></p>
306 - <p style="text-align: left;"><?php esc_html_e('In addition you can also Enable ', 'chatbot'); ?><?php esc_html_e('Advanced Chained Question and Answers using follow up Intents, Contexts, Entities etc. and then have resulting answers from your users emailed to you. This feature lets you create a a series of questions in DialogFlow that will be asked by the bot and based on the user inputs a response will be displayed.', 'chatbot'); ?> <span class="qc_wpbot_pro" style="font-size: 9px;"><?php esc_html_e('PRO', 'chatbot'); ?></span>
307 - </p>
308 - <p style="text-align: left;"><?php esc_html_e('WPBot also supports Rich responses using Facebook Messenger integration. This allows you to display Image,', 'chatbot'); ?> Cards<?php esc_html_e(', Quick Text Reply or Custom PayLoad inside the ChatBot window. You can also insert an ', 'chatbot'); ?><?php esc_html_e('image', 'chatbot'); ?><?php esc_html_e(' or', 'chatbot'); ?> <?php esc_html_e('youtube video', 'chatbot'); ?><?php esc_html_e(' link inside the DialogFlow responses and they will be automatically rendered by the WPBot!', 'chatbot'); ?> <span class="qc_wpbot_pro" style="font-size: 9px;"><?php esc_html_e('PRO', 'chatbot'); ?></span>
309 - </p>
310 - <h3 style="font-size: 20px;"><?php esc_html_e('OpenAI', 'chatbot'); ?></h3><?php esc_html_e('Connect the ChatBot to OpenAI. OpenAI’s API provides access to GPT-3, for a wide variety of natural language tasks. Train your ChatBot with (pre-trained) GPT-3 to answer any user questions using. Select your preferred Engine from DaVinci, Ada, Curie or Babbag! Add your own API key to the addon to connect to your OpenAI account. To go live, you need to apply to OpenAI.', 'chatbot'); ?>
311 - </div>
312 - </div>
313 - <div class="wpb_column vc_column_container vc_col-sm-6">
314 - <div class="wpb_wrapper">
315 - <h3 style="font-size: 20px;"><?php esc_html_e('DialogFlow CX', 'chatbot'); ?> <span class="qc_wpbot_pro">PRO</span>
316 - </h3>
317 - <p><?php esc_html_e('WPBot supports', 'chatbot'); ?> <?php esc_html_e('visual workflow builder', 'chatbot'); ?><?php esc_html_e(' Dialogflow CX. It provides a new way of designing agents, taking a state machine approach to agent design. This gives you clear and explicit control over a conversation, a better end-user experience, and a better development', 'chatbot'); ?> <?php esc_html_e('workflow', 'chatbot'); ?>. </p>
318 - <ul>
319 - <li>
320 - <?php esc_html_e('Console visualization', 'chatbot'); ?><?php esc_html_e(': A new', 'chatbot'); ?><?php esc_html_e('visual builder', 'chatbot'); ?> <?php esc_html_e('makes building and maintaining agents easier. Conversation paths are graphed as a state machine model, which makes conversations easier to design, enhance, and maintain.', 'chatbot'); ?>
321 - </li>
322 - <li>
323 - <?php esc_html_e('Intuitive and powerful conversation control', 'chatbot'); ?>: <?php esc_html_e('Conversation states and state transitions are first-class types that provide explicit and powerful control over conversation paths. You can clearly define a series of steps that you want the end-user to go through.', 'chatbot'); ?>
324 - </li>
325 - <li>
326 - <?php esc_html_e('Flows for agent partitions', 'chatbot'); ?>: <?php esc_html_e('With flows, you can partition your agent into smaller conversation topics. Different team members can own different flows, which makes large and complex agents easy to build.', 'chatbot'); ?>
327 - </li>
328 - <img style="width:100%" src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/dialogflow-cx-1024x676.jpg' ); ?>" alt="Dialogflow CX">
329 - </ul>
330 - </div>
331 - </div>
332 - </div>
333 -
334 -
335 - </div>
258 + </div>
336 259 </div>
337 -
338 -
339 - <!-- end new Section -->
340 -
260 + </div>
341 261 </div>
262 + </section>
263 + <section id="section-flip-2">
264 + <div class="top-section">
265 + <div class="row">
266 + <div class="col-xs-12"> <b>
267 + <p class="d-ib"> The ChatBot can work with ANY language. Just change the language texts from the ChatBot Settings->Language Center to your preferred one. Multi language is supported with the <a class="d-ib" href="https://www.wpbot.pro/" target="_blank">WpBot Pro version</a> and an addon. </p>
268 + </b> <b>
269 + <p>Please see the plugin's Help and Debugging section to troubleshoot common issues.</p>
270 + </b>
271 + <div class="cxsc-settings-blocks">
272 + <div class="form-group">
273 + <?php
274 + $url = get_site_url();
275 + $url = parse_url($url);
276 + $domain = $url['host'];
277 +
278 + $admin_email = get_option('admin_email');
279 + ?>
280 + <h4 class="qc-opt-title"><?php echo esc_html__('Emails Will be Sent to', 'wpchatbot'); ?></h4>
281 + <input type="text" class="form-control qc-opt-dcs-font"
282 + name="qlcd_wp_chatbot_admin_email"
283 + value="<?php echo(get_option('qlcd_wp_chatbot_admin_email') != '' ? get_option('qlcd_wp_chatbot_admin_email') : $admin_email); ?>">
284 + <label for="disable_wp_chatbot"><?php echo esc_html__('Support and Call Back requests will be sent to this address', 'wpchatbot'); ?> </label>
285 + </div>
342 286 </div>
343 - </div>
287 + <div class="cxsc-settings-blocks">
288 + <div class="form-group">
289 + <?php
344 290
291 + $url = get_site_url();
292 + $url = parse_url($url);
293 + $domain = $url['host'];
294 +
295 + $fromEmail = "wordpress@" . $domain;
345 296
346 -
347 -
348 - <div class="wppt-settings-section" id="general_wp_nutshell" style="display:none;">
349 - <div class="content form-container qcbot_help_secion">
350 - <!-- new Section -->
351 - <h3 class="qcld-wpbot-main-tabs-title"><?php echo esc_html__('WPBot – In a Nutshell', 'chatbot'); ?></h3>
352 -
353 - <p><?php echo esc_html__('This is by no means a comprehensive list of WPBot features. But knowing these core terms will help you understand how WPBot was designed to work.', 'chatbot'); ?></p>
354 - <div style="clear:both"></div>
355 - <div class="panel panel-default">
356 - <div class="panel-heading" role="tab" id="headingOne">
357 - <h4 class="panel-title">
358 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="false" aria-controls="collapseOne"> <?php esc_html_e('Intents', 'chatbot'); ?> </a>
359 - </h4>
360 - </div>
361 - <div id="collapseOne" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingOne">
362 - <div class="panel-body">
363 - <?php echo esc_html_e(' Intent is all about what the user wants to get out of the interaction. Whenever a user types something or clicks a button, the ChatBot will try to understand what the user wants and fulfill the request with appropriate responses.', 'chatbot'); ?></br></br>
364 - <?php echo esc_html_e('You have to create possible Intent Responses using different features of the WPBot so the bot can respond accordingly. You can create Responses for various Intents using:', 'chatbot'); ?><b>
365 - <?php echo esc_html_e('Simple Text Responses, Conversational form builder, FAQ, Site Search, Send an eMail, Newsletter Subscription, DialogFlow, OpenAI etc.', 'chatbot'); ?></b></br></br>
366 - <?php echo esc_html_e('Please check this article for','chatbot'); ?> <span class="wppt_nav_container qcld-plan-tab-text">
367 - <a href="#general_int"><?php echo esc_html_e('more details', 'chatbot'); ?></a> </span> <?php echo esc_html_e('on how you can create Intents and Responses.', 'chatbot'); ?>
368 - </div>
369 - </div>
370 - </div>
371 - <div class="panel panel-default">
372 - <div class="panel-heading" role="tab" id="headingSix">
373 - <h4 class="panel-title">
374 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix"> <?php esc_html_e('Start Menu', 'chatbot'); ?> </a>
375 - </h4>
376 - </div>
377 - <div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
378 - <div class="panel-body">
379 - <?php echo esc_html_e('While using a ChatBot, users can get lost or not know how to Interact with the Bot. That is why we have a Start menu to always give the user', 'chatbot'); ?> <b><?php echo esc_html_e('options to do more', 'chatbot'); ?></b>. <?php echo esc_html_e('From ChatBot->Settings->Start Menu you can drag Available Menu Items (Intents) to the Active Menu Items area.', 'chatbot'); ?></br></br>
380 - <?php echo esc_html_e('Besides the built-in Intents, you can also create custom Intents for your Start Menu using','chatbot'); ?> <b><?php echo esc_html_e('Simple Text Responses', 'chatbot'); ?></b> and <b><?php echo esc_html_e('Conversational form builder', 'chatbot'); ?></b>. <?php echo esc_html_e('You can create almost any kind of response with the combinations of the two.', 'chatbot'); ?></br></br>
381 - <?php echo esc_html_e('We recommend enabling','chatbot'); ?><b><?php echo esc_html_e(' Show Start Menu After Greetings ', 'chatbot'); ?></b><?php echo esc_html_e('from ChatBot Pro->Settings->General settings.','chatbot'); ?>
382 - </div>
383 - </div>
384 - </div>
385 - <div class="panel panel-default">
386 - <div class="panel-heading" role="tab" id="headingSeven">
387 - <h4 class="panel-title">
388 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven"> <?php esc_html_e('Settings', 'chatbot'); ?> </a>
389 - </h4>
390 - </div>
391 - <div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
392 - <div class="panel-body">
393 - <?php echo esc_html_e('Head over to ChatBot Pro->Settings->General and make sure to Enable the Floating Icon. As soon as you do that, the ChatBot can start working for your users. Make sure to drag some items to the Active Menu area under the Start Menu.', 'chatbot'); ?></br></br>
394 - <?php echo esc_html_e('The ChatBot settings area is full of options. Do not be intimidated by that. You do not need to use all the options – just what you need. Head over to the Settings->', 'chatbot'); ?><b><?php echo esc_html_e('Icons and Themes','chatbot'); ?></b> <?php echo esc_html_e('for options to customize your ChatBot. You will also find options to embed the ChatBot on a page, click to chat, FAQ builder etc. under the Setting options.', 'chatbot'); ?>
395 - </div>
396 - </div>
397 - </div>
398 - <div class="panel panel-default">
399 - <div class="panel-heading" role="tab" id="headingEight">
400 - <h4 class="panel-title">
401 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight"> <?php esc_html_e('Language Center', 'chatbot'); ?> </a>
402 - </h4>
403 - </div>
404 - <div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
405 - <div class="panel-body">
406 - <?php echo esc_html_e('You can use the ChatBot in', 'chatbot'); ?> <b><?php echo esc_html_e('ANY language', 'chatbot'); ?></b>. <?php echo esc_html_e('Just translate the texts used by the ChatBot from the WordPress dashboard ChatBot Pro->', 'chatbot'); ?><b><?php echo esc_html_e('Language Center. Multi language', 'chatbot'); ?></b> <?php echo esc_html_e('module is available in the Master License..','chatbot'); ?>
407 - </div>
408 - </div>
409 - </div>
410 - <div class="panel panel-default">
411 - <div class="panel-heading" role="tab" id="headingtwo">
412 - <h4 class="panel-title">
413 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapsetwo" aria-expanded="false" aria-controls="collapseOne"> <?php esc_html_e('Simple Text Responses', 'chatbot'); ?> </a>
414 - </h4>
415 - </div>
416 - <div id="collapsetwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingtwo">
417 - <div class="panel-body">
418 - <?php echo esc_html_e('You can use ChatBot Pro->Simple Text Responses to create', 'chatbot'); ?> <b><?php echo esc_html_e('text-based responses', 'chatbot'); ?></b> <?php echo esc_html_e('that users may ask your ChatBot. Just define the questions, answers, and some keywords and you are done. This is a much simpler', 'chatbot'); ?> <b><?php echo esc_html_e('alternative ', 'chatbot'); ?></b> <?php echo esc_html_e('to DialogFlow or OpenAI.', 'chatbot'); ?>
419 - </div>
420 - </div>
421 - </div>
422 - <div class="panel panel-default">
423 - <div class="panel-heading" role="tab" id="headingThree">
424 - <h4 class="panel-title">
425 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> <?php esc_html_e('Conversational Forms', 'chatbot'); ?> </a>
426 - </h4>
427 - </div>
428 - <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
429 - <div class="panel-body">
430 - <?php echo esc_html_e('Use conversational forms to collect information from the users. This is also great for Button driven workflow. Create conditional conversations and forms for a native WordPress ChatBot experience. Build Standard Forms, Dynamic Forms with', 'chatbot'); ?> <b> <?php echo esc_html_e('conditional fields, Calculators, Appointment booking', 'chatbot'); ?></b> <?php echo esc_html_e('etc.', 'chatbot'); ?>
431 - </div>
432 - </div>
433 - </div>
434 - <div class="panel panel-default">
435 - <div class="panel-heading" role="tab" id="headingten">
436 - <h4 class="panel-title">
437 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseten" aria-expanded="false" aria-controls="collapseten"> <?php esc_html_e('Retargeting (Pro feature)', 'chatbot'); ?> </a>
438 - </h4>
439 - </div>
440 - <div id="collapseten" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingten">
441 - <div class="panel-body">
442 - <?php echo esc_html_e('Retargeting is a powerful feature to grab your user’s attention with motivating information (a sale, coupon, ebook etc.). You can trigger a Retargeting message and the ChatBot window will automatically', 'chatbot'); ?> <b> <?php echo esc_html_e('automatically ', 'chatbot'); ?></b><?php echo esc_html_e('open up with your message. You can trigger Retargeting for ', 'chatbot'); ?><b> <?php echo esc_html_e('Exit Intent, Exit Intent, Scroll Intent, Auto After “X” Seconds, Checkout', 'chatbot'); ?></b> <?php echo esc_html_e('etc.', 'chatbot'); ?>
443 - </div>
444 - </div>
445 - </div>
446 - <div class="panel panel-default">
447 - <div class="panel-heading" role="tab" id="headingFour">
448 - <h4 class="panel-title">
449 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour"> <?php esc_html_e('OpenAI or DialogFlow', 'chatbot'); ?> </a>
450 - </h4>
451 - </div>
452 - <div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
453 - <div class="panel-body">
454 - <?php echo esc_html_e('If you need a bot that can understand natural language better, use either OpenAI or DialogFlow. Between the two', 'chatbot'); ?> <b> <?php echo esc_html_e('DialogFlow', 'chatbot'); ?></b> <?php echo esc_html_e('is better if you want to', 'chatbot'); ?> <b> <?php echo esc_html_e('provide customer support', 'chatbot'); ?></b>. <?php echo esc_html_e('OpenAI is better at generic questions and training OpenAI also requires a large dataset. But you do not have to use either 3rd party service. Using OpenAI or DialogFlow requires some patience and', 'chatbot'); ?> <b> <?php echo esc_html_e('effort', 'chatbot'); ?></b>. <?php echo esc_html_e('You may very well achieve what you need using ', 'chatbot'); ?><b> <?php echo esc_html_e('Simple Text Responses', 'chatbot'); ?></b> <?php echo esc_html_e('and/or', 'chatbot'); ?> <b> <?php echo esc_html_e('Conversational form builder', 'chatbot'); ?></b> <?php echo esc_html_e('instead.', 'chatbot'); ?>
455 - </div>
456 - </div>
457 - </div>
458 - <div class="panel panel-default">
459 - <div class="panel-heading" role="tab" id="headingFive">
460 - <h4 class="panel-title">
461 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive"> <?php esc_html_e('Getting Help', 'chatbot'); ?> </a>
462 - </h4>
463 - </div>
464 - <div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
465 - <div class="panel-body">
466 - <?php echo esc_html_e('We have built-in Help section under each module. Please check them out and you will get many answers to the questions you may have. If you cannot find the answer to something particular, just contact us.', 'chatbot'); ?> <b><?php echo esc_html_e('Pro version ', 'chatbot'); ?></b><?php echo esc_html_e('users can open a support ticket from here. We are ', 'chatbot'); ?><b><?php echo esc_html_e('friendly ', 'chatbot'); ?></b><?php echo esc_html_e('and always here to help.', 'chatbot'); ?>
467 - </div>
468 - </div>
469 - </div>
297 + ?>
298 + <h4 class="qc-opt-title"><?php echo esc_html__('From Email Address', 'wpchatbot'); ?></h4>
299 + <input type="text" class="form-control qc-opt-dcs-font"
300 + name="qlcd_wp_chatbot_from_email"
301 + value="<?php echo(get_option('qlcd_wp_chatbot_from_email') != '' ? get_option('qlcd_wp_chatbot_from_email') : $fromEmail); ?>">
302 + <label for="qlcd_wp_chatbot_from_email"><?php echo esc_html__('All emails will be sent from this email address. If you change the From Email Address then please make sure the domain remains same. Otherwise, the emails may not be received.', 'wpchatbot'); ?> </label>
470 303 </div>
471 - <!-- end new Section -->
472 -
473 -
304 + </div>
474 305 </div>
475 - <script type="text/javascript">
476 - jQuery(document).ready(function($){
477 - var url=document.URL;
478 - var arr=url.split('#');
479 - var tab_tar = '.'+arr[1];
480 - setTimeout(function(){
481 - jQuery(tab_tar).trigger('click');
482 - }, 500);
483 -
484 - jQuery('.wppt_nav_container .nav-tab').on('click', function(e){
485 - e.preventDefault();
486 - var section_id = jQuery(this).attr('href');
487 - jQuery('.wppt_nav_container .nav-tab').removeClass('nav-tab-active');
488 - jQuery(this).addClass('nav-tab-active');
489 - jQuery('.wppt-settings-section').hide();
490 - jQuery('.wppt-settings-section').each(function(){
491 - jQuery(section_id).show();
492 - });
493 - });
494 - })
495 - </script>
496 - </section>
497 - <section id="section-flip-2">
498 - <div class="top-section">
306 + </div>
499 307 <div class="row">
500 308 <div class="col-xs-12">
501 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
502 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
503 - </div> -->
504 -
505 - <h3 class="qcld-wpbot-main-tabs-title"><?php esc_html_e('General settings', 'chatbot'); ?></h3>
506 -
507 - <?php if( get_option( 'ai_enabled') != 1 && get_option('qcld_openrouter_enabled') !='1' ){ ?>
508 - <div class="qcld-general-settings-connection-notic">
509 -
510 - <p>
511 - <?php esc_html_e( ' When you activate the plugin, by default only the Site search option will work. Site search displays links to your website pages that contain the keywords in the user query.','chatbot' ); ?>
512 - </p>
513 - <p>
514 - <?php esc_html_e( 'Use ','chatbot' ); ?><a href="<?php echo esc_url(admin_url('admin.php?page=simple-text-response')); ?>"><b><?php esc_html_e( 'Simple Text Responses','chatbot' ); ?></b></a> <?php esc_html_e( ' or','chatbot' ); ?> <a href="<?php echo esc_url(admin_url('admin.php?page=wpbot_openAi')); ?>"><b><?php esc_html_e( 'Connect to an AI service','chatbot' ); ?> </b></a><?php esc_html_e( 'like OpenAI or OpenRouter. Openrouter supports all the major AI models like Anthropic, Google Gemini, Meta, Mistral, Cohere, xAI, Perplexity AI, DeepSeek etc. and also provides Free Credits.','chatbot' ); ?>
515 -
516 - </p>
517 -
518 - <a class="qcld-general-settings-close" href="javascript:void(0);" onclick="this.parentElement.style.display='none'; localStorage.setItem('qcld_general_settings_notice_closed', '1');">×</a>
309 + <h4 class="qc-opt-title">
310 + <?php esc_html_e('Disable WPBot', 'wpchatbot'); ?>
311 + </h4>
312 + <div class="cxsc-settings-blocks">
313 + <input value="1" id="disable_wp_chatbot" type="checkbox"
314 + name="disable_wp_chatbot" <?php echo(get_option('disable_wp_chatbot') == 1 ? 'checked' : ''); ?>>
315 + <label for="disable_wp_chatbot">
316 + <?php esc_html_e('Disable WPBot to Load', 'wpchatbot'); ?>
317 + </label>
519 318 </div>
520 - <?php } ?>
521 -
522 - <div class="cxsc-settings-blocks-notic">
523 - <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Getting Started section for how to create interactions.', 'chatbot'); ?></p>
524 - <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('You can change ALL the texts used by the ChatBot to YOUR language here to make it speak French, German, Spanish etc. -> Change Language', 'chatbot'); ?></p>
525 - <p class="d-ib"><i class="dashicons dashicons-yes" aria-hidden="true"></i> <?php esc_html_e('Please see the plugin`s Help and Debugging section to troubleshoot common issues.', 'chatbot'); ?></p>
319 + </div>
320 + </div>
321 + <div class="row">
322 + <div class="col-xs-12">
323 + <h4 class="qc-opt-title">
324 + <?php esc_html_e('Disable WPbot on Mobile Device', 'wpchatbot'); ?>
325 + </h4>
326 + <div class="cxsc-settings-blocks">
327 + <input value="1" id="disable_wp_chatbot_on_mobile" type="checkbox"
328 + name="disable_wp_chatbot_on_mobile" <?php echo(get_option('disable_wp_chatbot_on_mobile') == 1 ? 'checked' : ''); ?>>
329 + <label for="disable_wp_chatbot_on_mobile">
330 + <?php esc_html_e('Disable WpBot to Load on Mobile Device', 'wpchatbot'); ?>
331 + </label>
526 332 </div>
527 333 </div>
528 334 </div>
529 -
530 -
531 -
532 -
335 +
533 336 <div class="row">
534 - <div class="col-xs-6">
535 - <div class="cxsc-settings-blocks">
536 - <div class="form-group" style=" min-height: 150px;">
537 - <?php
538 - $qcld_wpbot_url = get_site_url();
539 - $qcld_wpbot_url_parts = wp_parse_url($qcld_wpbot_url);
540 - $qcld_wpbot_domain = $qcld_wpbot_url_parts['host'];
541 - $qcld_wpbot_admin_email = get_option('admin_email');
542 - ?>
543 - <h4 class="qc-opt-title"><?php esc_html_e('Emails Will be Sent to', 'chatbot'); ?></h4>
544 - <input type="text" class="form-control qc-opt-dcs-font"
545 - name="qlcd_wp_chatbot_admin_email"
546 - value="<?php echo (get_option('qlcd_wp_chatbot_admin_email') != '' ? esc_attr(get_option('qlcd_wp_chatbot_admin_email')) : esc_attr(sanitize_email($qcld_wpbot_admin_email)) ); ?>">
547 - <label class="qcld_label_width_full qcld_label_width_half" for="disable_wp_chatbot"><?php esc_html_e('Support and Call Back requests will be sent to this address', 'chatbot'); ?> </label>
548 - </div>
337 + <div class="col-xs-12">
338 + <h4 class="qc-opt-title">
339 + <?php esc_html_e('Enable RTL', 'wpchatbot'); ?>
340 + </h4>
341 + <div class="cxsc-settings-blocks">
342 + <input value="1" id="enable_wp_chatbot_rtl" type="checkbox"
343 + name="enable_wp_chatbot_rtl" <?php echo(get_option('enable_wp_chatbot_rtl') == 1 ? 'checked' : ''); ?>>
344 + <label for="enable_wp_chatbot_rtl">
345 + <?php esc_html_e('Enable RTL (Right to Left language) Support for Chat', 'wpchatbot'); ?>
346 + </label>
549 347 </div>
550 - </div>
551 - <div class="col-xs-6">
552 - <div class="cxsc-settings-blocks">
553 - <div class="form-group">
554 - <?php
555 - $qcld_wpbot_url = get_site_url();
556 - $qcld_wpbot_url_parts = wp_parse_url($qcld_wpbot_url);
557 - $qcld_wpbot_domain = $qcld_wpbot_url_parts['host'];
558 - $qcld_wpbot_from_email = "wordpress@" . $qcld_wpbot_domain;
559 - ?>
560 - <h4 class="qc-opt-title"><?php esc_html_e('From Email Address', 'chatbot'); ?></h4>
561 - <input type="text" class="form-control qc-opt-dcs-font"
562 - name="qlcd_wp_chatbot_from_email"
563 - value="<?php echo (get_option('qlcd_wp_chatbot_from_email') != '' ? esc_attr( get_option('qlcd_wp_chatbot_from_email')) : esc_attr(sanitize_email($qcld_wpbot_from_email))); ?> ">
564 - <label class="qcld_label_width_full qcld_label_width_half" for="qlcd_wp_chatbot_from_email"><?php esc_html_e('All emails will be sent from this email address. If you change the From Email Address then please make sure the domain remains the same as where WordPress is installed. Otherwise, the emails may not be received.', 'chatbot'); ?> </label>
565 - </div>
566 - </div>
567 - </div>
568 348 </div>
569 - <style>
570 - .wpbot-cards-grid {
571 - display: grid;
572 - grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
573 - gap: 20px;
574 - margin-bottom: 20px;
575 - margin-top: 20px;
576 - }
577 - .wpbot-checkbox-card {
578 - cursor: pointer;
579 - display: block;
580 - position: relative;
581 - margin: 0;
582 - }
583 - .wpbot-checkbox-card input[type="checkbox"] {
584 - position: absolute;
585 - opacity: 0;
586 - width: 0;
587 - height: 0;
588 - }
589 - .wpbot-checkbox-card .card-body {
590 - border: 1px solid #e2e8f0;
591 - border-radius: 12px;
592 - padding: 20px;
593 - background: #f8fafc;
594 - transition: all 0.2s ease;
595 - height: 100%;
596 - box-sizing: border-box;
597 - display: flex;
598 - flex-direction: column;
599 - position: relative;
600 - }
601 - .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body {
602 - border-color: #5b4e96;
603 - background: #eff6ff;
604 - box-shadow: 0 0 0 1px #5b4e96, 0 8px 24px rgba(37, 99, 235, 0.15);
605 - }
606 - .wpbot-checkbox-card .check-icon {
607 - position: absolute;
608 - top: 30px;
609 - right: 16px;
610 - width: 24px;
611 - height: 24px;
612 - border-radius: 50%;
613 - background: #f8fafc;
614 - border: 2px solid #e2e8f0;
615 - display: flex;
616 - align-items: center;
617 - justify-content: center;
618 - transition: all 0.2s ease;
619 - z-index: 2;
620 - }
621 - .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .check-icon {
622 - background: #5b4e96;
623 - border-color: #5b4e96;
624 - }
625 - .wpbot-checkbox-card .check-icon svg {
626 - width: 14px;
627 - height: 14px;
628 - stroke: #e2e8f0;
629 - stroke-width: 3;
630 - stroke-linecap: round;
631 - stroke-linejoin: round;
632 - fill: none;
633 - transition: stroke 0.2s ease;
634 - }
635 - .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .check-icon svg {
636 - stroke: white;
637 - }
638 - .wpbot-checkbox-card .icon-wrapper {
639 - width: 48px;
640 - height: 48px;
641 - border-radius: 12px;
642 - background: #ffffff;
643 - border: 1px solid #e2e8f0;
644 - display: flex;
645 - align-items: center;
646 - justify-content: center;
647 - margin-bottom: 16px;
648 - color: #64748b;
649 - }
650 - .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .icon-wrapper {
651 - border-color: #e0e7ff;
652 - background: #f0fdf4;
653 - color: #5b4e96;
654 - }
655 - .wpbot-checkbox-card h4 {
656 - margin: 0 0 8px 0 !important;
657 - font-size: 16px !important;
658 - font-weight: 600 !important;
659 - color: #1e293b !important;
660 - line-height: 1.4 !important;
661 - }
662 - .wpbot-checkbox-card p {
663 - margin: 0 !important;
664 - font-size: 14px !important;
665 - color: #64748b !important;
666 - line-height: 1.5 !important;
667 - }
668 - .wpbot-cards-grid-divider {
669 - height: 1px;
670 - width: 100%;
671 - background: #eee;
672 - }
673 - </style>
674 -
349 + </div>
675 350 <div class="row">
676 351 <div class="col-xs-12">
677 -
678 - <div class="wpbot-cards-grid-divider"></div>
679 -
680 - <div class="wpbot-cards-grid">
681 - <label class="wpbot-checkbox-card">
682 - <input value="1" id="enable_asking_for_email" type="checkbox" name="enable_asking_for_email" <?php echo (get_option('enable_asking_for_email') == 1 ? esc_attr('checked' ): ''); ?>>
683 - <div class="card-body">
684 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
685 - <div class="icon-wrapper"><i class="dashicons dashicons-email" style="font-size:24px;width:24px;height:24px;"></i></div>
686 - <h4><?php esc_html_e('Enable Asking for Email', 'chatbot'); ?></h4>
687 - <p><?php esc_html_e('Enable Asking for Email', 'chatbot'); ?></p>
688 - </div>
689 - </label>
690 - </div>
691 - <div class="wpbot-cards-grid-divider"></div>
692 - <div class="wpbot-cards-grid">
693 - <label class="wpbot-checkbox-card">
694 - <input value="1" id="skip_wp_greetings" type="checkbox" name="skip_wp_greetings" <?php echo(get_option('skip_wp_greetings') == 1 ? 'checked' : ''); ?>>
695 - <div class="card-body">
696 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
697 - <div class="icon-wrapper"><i class="dashicons dashicons-controls-skipforward" style="font-size:24px;width:24px;height:24px;"></i></div>
698 - <h4><?php echo esc_html__("Skip Greetings (Asking for Name, Email) and Show Start Menu", 'chatbot'); ?></h4>
699 - <p><?php echo esc_html__("Skip asking for name, Email and directly show the Start Menu.", 'chatbot'); ?></p>
700 - </div>
701 - </label>
702 - <label class="wpbot-checkbox-card">
703 - <input value="1" id="skip_wp_greetings_donot_show_menu" type="checkbox" name="skip_wp_greetings_donot_show_menu" <?php echo(get_option('skip_wp_greetings_donot_show_menu') == 1 ? 'checked' : ''); ?>>
704 - <div class="card-body">
705 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
706 - <div class="icon-wrapper"><i class="dashicons dashicons-hidden" style="font-size:24px;width:24px;height:24px;"></i></div>
707 - <h4><?php echo esc_html__("Skip Greetings (Asking for Name, Email) and Disable Start Menu", 'chatbot'); ?></h4>
708 - <p><?php echo esc_html__("Skip asking for name, Email and disable the Start Menu.", 'chatbot'); ?></p>
709 - </div>
710 - </label>
711 - <label class="wpbot-checkbox-card">
712 - <input value="1" id="show_menu_after_greetings" type="checkbox" name="show_menu_after_greetings" <?php echo (get_option('show_menu_after_greetings') == 1 ? esc_attr('checked' ): ''); ?>>
713 - <div class="card-body">
714 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
715 - <div class="icon-wrapper"><i class="dashicons dashicons-menu-alt" style="font-size:24px;width:24px;height:24px;"></i></div>
716 - <h4><?php esc_html_e('Show Start Menu After Greetings', 'chatbot'); ?></h4>
717 - <p><?php esc_html_e('Show Start Menu immediately after greetings.', 'chatbot'); ?></p>
718 - </div>
719 - </label>
352 + <h4 class="qc-opt-title"> <?php echo esc_html__('Show Start Menu After Greetings', 'wpchatbot'); ?> </h4>
353 + <div class="cxsc-settings-blocks">
354 + <input value="1" id="show_menu_after_greetings" type="checkbox"
355 + name="show_menu_after_greetings" <?php echo(get_option('show_menu_after_greetings') == 1 ? 'checked' : ''); ?>>
356 + <label for="show_menu_after_greetings"><?php echo esc_html__('Show Start Menu After Greetings', 'wpchatbot'); ?> </label>
720 357 </div>
721 - <div class="wpbot-cards-grid-divider"></div>
722 - <div class="wpbot-cards-grid">
723 - <label class="wpbot-checkbox-card">
724 - <input value="1" id="disable_back_to_start_menu" type="checkbox" name="disable_back_to_start_menu" <?php echo (get_option('disable_back_to_start_menu') == 1 ? esc_attr('checked' ): ''); ?>>
725 - <div class="card-body">
726 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
727 - <div class="icon-wrapper"><i class="dashicons dashicons-undo" style="font-size:24px;width:24px;height:24px;"></i></div>
728 - <h4><?php esc_html_e('Disable Back to Start Menu', 'chatbot'); ?></h4>
729 - <p><?php esc_html_e('Remove the option to go back to the Start Menu.', 'chatbot'); ?></p>
730 - </div>
731 - </label>
732 358 </div>
733 - <div class="wpbot-cards-grid-divider"></div>
734 - <div class="wpbot-cards-grid">
735 -
736 -
737 - <label class="wpbot-checkbox-card">
738 - <input value="1" id="enable_wp_chatbot_rtl" type="checkbox" name="enable_wp_chatbot_rtl" <?php echo (get_option('enable_wp_chatbot_rtl') == 1 ? esc_attr('checked' ): ''); ?>>
739 - <div class="card-body">
740 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
741 - <div class="icon-wrapper"><i class="dashicons dashicons-editor-rtl" style="font-size:24px;width:24px;height:24px;"></i></div>
742 - <h4><?php esc_html_e('Enable RTL', 'chatbot'); ?></h4>
743 - <p><?php esc_html_e('Enable Right to Left language support for Chat.', 'chatbot'); ?></p>
744 - </div>
745 - </label>
746 -
747 -
748 - <label class="wpbot-checkbox-card">
749 - <input value="1" id="wpbot_enable_on_search" type="checkbox" name="wpbot_enable_on_search" <?php echo (get_option('wpbot_enable_on_search') == 1 ? esc_attr('checked') : ''); ?>>
750 - <div class="card-body">
751 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
752 - <div class="icon-wrapper"><i class="dashicons dashicons-search" style="font-size:24px;width:24px;height:24px;"></i></div>
753 - <h4><?php esc_html_e('Enable Chatbot On WordPress search', 'chatbot'); ?></h4>
754 - <p><?php esc_html_e('Enable Chatbot on WordPress search pages.', 'chatbot'); ?></p>
755 - </div>
756 - </label>
757 -
758 - <label class="wpbot-checkbox-card">
759 - <input value="1" id="open_links_new_window" type="checkbox" name="open_links_new_window" <?php echo (get_option('open_links_new_window') == 1 ? esc_attr('checked'): ''); ?>>
760 - <div class="card-body">
761 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
762 - <div class="icon-wrapper"><i class="dashicons dashicons-external" style="font-size:24px;width:24px;height:24px;"></i></div>
763 - <h4><?php esc_html_e('Links in New Window', 'chatbot'); ?></h4>
764 - <p><?php esc_html_e('Open all Chatbot links in a new browser window.', 'chatbot'); ?></p>
765 - </div>
766 - </label>
767 - </div>
768 - <div class="wpbot-cards-grid-divider"></div>
769 - <div class="wpbot-cards-grid">
770 - <label class="wpbot-checkbox-card">
771 - <input value="1" id="disable_floating_button" type="checkbox" name="disable_floating_button" <?php echo (get_option('disable_floating_button') == 1 ? esc_attr('checked' ): ''); ?>>
772 - <div class="card-body">
773 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
774 - <div class="icon-wrapper"><i class="dashicons dashicons-dismiss" style="font-size:24px;width:24px;height:24px;"></i></div>
775 - <h4><?php esc_html_e('Disable Floating Button', 'chatbot'); ?></h4>
776 - <p><?php esc_html_e('Hide the chatbot floating icon from your website.', 'chatbot'); ?></p>
777 - </div>
778 - </label>
779 - <label class="wpbot-checkbox-card">
780 - <input value="1" id="disable_wp_chatbot_on_mobile" type="checkbox" name="disable_wp_chatbot_on_mobile" <?php echo (get_option('disable_wp_chatbot_on_mobile') == 1 ? esc_attr('checked' ) : ''); ?>>
781 - <div class="card-body">
782 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
783 - <div class="icon-wrapper"><i class="dashicons dashicons-smartphone" style="font-size:24px;width:24px;height:24px;"></i></div>
784 - <h4><?php esc_html_e('Disable WPbot on Mobile Device', 'chatbot'); ?></h4>
785 - <p><?php esc_html_e('Disable WPBot from loading on mobile devices.', 'chatbot'); ?></p>
786 - </div>
787 - </label>
359 + </div>
360 +
361 + <div class="row">
362 + <div class="col-xs-12">
363 + <h4 class="qc-opt-title">
364 + <?php esc_html_e('WPBot Open Full Screen in Mobile', 'wpchatbot'); ?>
365 + </h4>
366 + <div class="cxsc-settings-blocks">
367 + <input value="1" id="enable_wp_chatbot_mobile_full_screen" type="checkbox"
368 + name="enable_wp_chatbot_mobile_full_screen" <?php echo(get_option('enable_wp_chatbot_mobile_full_screen') == 1 ? 'checked' : ''); ?>>
369 + <label for="enable_wp_chatbot_mobile_full_screen">
370 + <?php esc_html_e('Enable WpBot Open Full Screen in Mobile', 'wpchatbot'); ?>
371 + </label>
788 372 </div>
789 -
790 -
791 373 </div>
792 374 </div>
793 -
794 375 <div class="row">
795 376 <div class="col-xs-12">
796 - <div class="form-group">
797 - <h4 class="qc-opt-title"><?php esc_html_e('Bot Response Delay', 'chatbot'); ?> </h4>
377 + <h4 class="qc-opt-title"><?php echo esc_html__('Bot Response Delay', 'wpchatbot'); ?> </h4>
798 378 <div class="cxsc-settings-blocks">
799 379 <select name="wpbot_preloading_time" id="wpbot_preloading_time">
800 - <?php $current_preloading_time = get_option('wpbot_preloading_time'); ?>
801 - <option value="100" <?php selected($current_preloading_time, '100'); ?>><?php esc_html_e('0.1 Second', 'chatbot'); ?></option>
802 - <option value="500" <?php selected($current_preloading_time, '500'); ?>><?php esc_html_e('0.5 Second', 'chatbot'); ?></option>
803 - <option value="1000" <?php selected($current_preloading_time, '1000'); ?>><?php esc_html_e('1 Second', 'chatbot'); ?></option>
804 - <option value="2000" <?php selected($current_preloading_time, '2000'); ?>><?php esc_html_e('2 Second', 'chatbot'); ?></option>
805 - <option value="3000" <?php selected($current_preloading_time, '3000'); ?>><?php esc_html_e('3 Second', 'chatbot'); ?></option>
380 + <option value="100" <?php echo(get_option('wpbot_preloading_time') == '100' ? 'selected="selected"' : ''); ?>>0 Second</option>
381 + <option value="500" <?php echo(get_option('wpbot_preloading_time') == '500' ? 'selected="selected"' : ''); ?>>0.5 Second</option>
382 + <option value="1000" <?php echo(get_option('wpbot_preloading_time') == '1000' ? 'selected="selected"' : ''); ?>>1 Second</option>
383 + <option value="2000" <?php echo(get_option('wpbot_preloading_time') == '2000' ? 'selected="selected"' : ''); ?>>2 Second</option>
384 + <option value="3000" <?php echo(get_option('wpbot_preloading_time') == '3000' ? 'selected="selected"' : ''); ?>>3 Second</option>
806 385 </select>
807 - <label class="qcld_label_width_full" for="wpbot_preloading_time"><?php esc_html_e('Bot Response Delay', 'chatbot'); ?> </label>
386 + <label for="wpbot_preloading_time"><?php echo esc_html__('Bot Response Delay', 'wpchatbot'); ?> </label>
808 387 </div>
809 388 </div>
810 - </div>
811 389 </div>
812 390 <div class="row">
813 391 <div class="col-xs-12">
814 - <div class="form-group">
815 - <h4 class="qc-opt-title">
816 - <?php esc_html_e('Override WPBot Icon\'s Position', 'chatbot'); ?>
392 + <h4 class="qc-opt-title">
393 + <?php esc_html_e('Override WPBot Icon\'s Position', 'wpchatbot'); ?>
817 394 </h4>
818 - <div class="cxsc-settings-blocks cxsc-settings-blocks-font-resize">
395 + <div class="cxsc-settings-blocks">
819 396 <?php
820 - $qcld_wb_chatbot_position_x = get_option('wp_chatbot_position_x');
821 - if ((!isset($qcld_wb_chatbot_position_x)) || ($qcld_wb_chatbot_position_x == "")) {
822 - $qcld_wb_chatbot_position_x = __("120", 'chatbot');
823 - }
824 - $qcld_wb_chatbot_position_y = get_option('wp_chatbot_position_y');
825 - if ((!isset($qcld_wb_chatbot_position_y)) || ($qcld_wb_chatbot_position_y == "")) {
826 - $qcld_wb_chatbot_position_y = __("120", 'chatbot');
827 - }
828 - ?>
397 + $qcld_wb_chatbot_position_x = get_option('wp_chatbot_position_x');
398 + if ((!isset($qcld_wb_chatbot_position_x)) || ($qcld_wb_chatbot_position_x == "")) {
399 + $qcld_wb_chatbot_position_x = __("120", "wp_chatbot");
400 + }
401 + $qcld_wb_chatbot_position_y = get_option('wp_chatbot_position_y');
402 + if ((!isset($qcld_wb_chatbot_position_y)) || ($qcld_wb_chatbot_position_y == "")) {
403 + $qcld_wb_chatbot_position_y = __("120", "wp_chatbot");
404 + } ?>
829 405 <input type="number" class="qc-opt-dcs-font"
830 406 name="wp_chatbot_position_x"
831 - value="<?php echo esc_attr($qcld_wb_chatbot_position_x);?>"
832 - placeholder="<?php esc_attr_e('From Right In ', 'chatbot'); ?>">
407 + id=""
408 + value="<?php echo($qcld_wb_chatbot_position_x); ?>"
409 + placeholder="<?php esc_html_e('From Right In px', 'wpchatbot'); ?>">
833 410 <span class="qc-opt-dcs-font">
834 - <?php esc_html_e('From Right In px', 'chatbot'); ?>
411 + <?php esc_html_e('From Right In px', 'wpchatbot'); ?>
835 412 </span>
836 413 <input type="number" class="qc-opt-dcs-font"
837 414 name="wp_chatbot_position_y"
838 - value="<?php echo esc_attr($qcld_wb_chatbot_position_y); ?>"
839 - placeholder="<?php esc_attr_e('From Bottom In Px', 'chatbot'); ?> ">
415 + id=""
416 + value="<?php echo($qcld_wb_chatbot_position_y); ?>"
417 + placeholder="<?php esc_html_e('From Bottom In Px', 'wpchatbot'); ?>">
840 418 <span class="qc-opt-dcs-font">
841 - <?php esc_html_e('From Bottom In px', 'chatbot'); ?>
419 + <?php esc_html_e('From Bottom In px', 'wpchatbot'); ?>
842 420 </span> </div>
843 421 </div>
844 422 <!--.col-sm-12-->
845 423 </div>
846 424 <!-- row-->
847 - </div>
425 +
848 426 <div class="row">
849 427 <div class="col-xs-12">
850 -
851 - <div class="panel panel-default">
852 - <div class="panel-heading" role="tab" id="headingTwoControl">
853 - <h4 class="panel-title">
854 - <a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwoControl" aria-expanded="false" aria-controls="collapseTwoControl"> <?php esc_html_e('WPBot Loading Control Options', 'chatbot'); ?> </a>
855 - </h4>
856 - </div>
857 - <div id="collapseTwoControl" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwoControl">
858 - <div class="panel-body">
859 - <h3 class="qcld-wpbot-main-tabs-title"><?php esc_html_e('WPBot Loading Control Options', 'chatbot'); ?></h3>
860 - <div class="cxsc-settings-blocks cxsc-settings-blocks-style">
428 + <h4 class="qc-opt-title"><strong>
429 + <?php esc_html_e('WPBot', 'wpchatbot'); ?>
430 + </strong>
431 + <?php esc_html_e('Loading Control Options', 'wpchatbot'); ?>
432 + </h4>
433 + <div class="cxsc-settings-blocks">
861 434 <div class="row">
862 435 <div class="col-sm-4 text-right"> <span class="qc-opt-title-font">
863 - <?php esc_html_e('Show on Home Page', 'chatbot'); ?>
436 + <?php esc_html_e('Show on Home Page', 'wpchatbot'); ?>
864 437 </span> </div>
865 438 <div class="col-sm-8">
866 - <label class="radio-inline ">
439 + <label class="radio-inline">
867 440 <input id="wp-chatbot-show-home-page" type="radio"
868 441 name="wp_chatbot_show_home_page"
869 - value="on" <?php echo(get_option('wp_chatbot_show_home_page') == 'on' ? esc_attr('checked' ): ''); ?>>
870 - <?php esc_html_e('YES', 'chatbot'); ?>
442 + value="on" <?php echo(get_option('wp_chatbot_show_home_page') == 'on' ? 'checked' : ''); ?>>
443 + <?php esc_html_e('YES', 'wpchatbot'); ?>
871 444 </label>
872 - <label class="radio-inline ">
445 + <label class="radio-inline">
873 446 <input id="wp-chatbot-show-home-page" type="radio"
874 447 name="wp_chatbot_show_home_page"
875 - value="off" <?php echo(get_option('wp_chatbot_show_home_page') == 'off' ? esc_attr('checked' ): ''); ?>>
876 - <?php esc_html_e('NO', 'chatbot'); ?>
448 + value="off" <?php echo(get_option('wp_chatbot_show_home_page') == 'off' ? 'checked' : ''); ?>>
449 + <?php esc_html_e('NO', 'wpchatbot'); ?>
877 450 </label>
878 451 </div>
879 452 </div>
880 453 <!-- row-->
@@ -879,22 +452,22 @@
879 452 </div>
880 453 <!-- row-->
881 454 <div class="row">
882 455 <div class="col-sm-4 text-right"> <span class="qc-opt-title-font">
883 - <?php esc_html_e('Show on blog posts', 'chatbot'); ?>
456 + <?php esc_html_e('Show on blog posts', 'wpchatbot'); ?>
884 457 </span> </div>
885 458 <div class="col-sm-8">
886 - <label class="radio-inline ">
459 + <label class="radio-inline">
887 460 <input class="wp-chatbot-show-posts" type="radio"
888 461 name="wp_chatbot_show_posts"
889 - value="on" <?php echo(get_option('wp_chatbot_show_posts') == 'on' ? esc_attr('checked' ): ''); ?>>
890 - <?php esc_html_e('YES', 'chatbot'); ?>
462 + value="on" <?php echo(get_option('wp_chatbot_show_posts') == 'on' ? 'checked' : ''); ?>>
463 + <?php esc_html_e('YES', 'wpchatbot'); ?>
891 464 </label>
892 - <label class="radio-inline ">
465 + <label class="radio-inline">
893 466 <input class="wp-chatbot-show-posts" type="radio"
894 467 name="wp_chatbot_show_posts"
895 - value="off" <?php echo(get_option('wp_chatbot_show_posts') == 'off' ? esc_attr('checked' ): ''); ?>>
896 - <?php esc_html_e('NO', 'chatbot'); ?>
468 + value="off" <?php echo(get_option('wp_chatbot_show_posts') == 'off' ? 'checked' : ''); ?>>
469 + <?php esc_html_e('NO', 'wpchatbot'); ?>
897 470 </label>
898 471 </div>
899 472 </div>
900 473 <!-- row-->
@@ -899,38 +472,40 @@
899 472 </div>
900 473 <!-- row-->
901 474 <div class="row">
902 475 <div class="col-md-4 text-right"> <span class="qc-opt-title-font">
903 - <?php esc_html_e('Show on pages', 'chatbot'); ?>
476 + <?php esc_html_e('Show on pages', 'wpchatbot'); ?>
904 477 </span> </div>
905 478 <div class="col-md-8">
906 - <label class="radio-inline ">
479 + <label class="radio-inline">
907 480 <input class="wp-chatbot-show-pages" type="radio"
908 481 name="wp_chatbot_show_pages"
909 - value="on" <?php echo(get_option('wp_chatbot_show_pages') == 'on' ? esc_attr('checked' ): ''); ?>>
910 - <?php esc_html_e('All Pages', 'chatbot'); ?>
482 + value="on" <?php echo(get_option('wp_chatbot_show_pages') == 'on' ? 'checked' : ''); ?>>
483 + <?php esc_html_e('All Pages', 'wpchatbot'); ?>
911 484 </label>
912 - <label class="radio-inline ">
485 + <label class="radio-inline">
913 486 <input class="wp-chatbot-show-pages" type="radio"
914 487 name="wp_chatbot_show_pages"
915 - value="off" <?php echo(get_option('wp_chatbot_show_pages') == 'off' ? esc_attr('checked' ): ''); ?>>
916 - <?php esc_html_e('Selected Pages Only ', 'chatbot'); ?>
488 + value="off" <?php echo(get_option('wp_chatbot_show_pages') == 'off' ? 'checked' : ''); ?>>
489 + <?php esc_html_e('Selected Pages Only ', 'wpchatbot'); ?>
917 490 </label>
918 491 <div id="wp-chatbot-show-pages-list">
919 492 <ul class="checkbox-list">
920 493 <?php
921 - $wp_chatbot_pages = get_pages();
922 - $wp_chatbot_select_pages = maybe_unserialize(get_option('wp_chatbot_show_pages_list'));
923 - foreach ($wp_chatbot_pages as $wp_chatbot_page) {
924 - ?>
494 + $wp_chatbot_pages = get_pages();
495 + $wp_chatbot_select_pages = unserialize(get_option('wp_chatbot_show_pages_list'));
496 + foreach ($wp_chatbot_pages as $wp_chatbot_page) {
497 + ?>
925 498 <li>
926 - <input id="<?php echo esc_attr('wp_chatbot_show_page_'. $wp_chatbot_page->ID ); ?>"
927 - type="checkbox"
928 - name="wp_chatbot_show_pages_list[]"
929 - value="<?php echo esc_attr($wp_chatbot_page->ID); ?>" <?php if (!empty($wp_chatbot_select_pages) && in_array($wp_chatbot_page->ID, $wp_chatbot_select_pages) == true) {
930 - echo esc_attr('checked');
931 - } ?> >
932 - <label for="wp_chatbot_show_page_<?php echo esc_attr($wp_chatbot_page->ID); ?>"> <?php echo esc_html($wp_chatbot_page->post_title); ?></label>
499 + <input
500 + id="wp_chatbot_show_page_<?php echo $wp_chatbot_page->ID; ?>"
501 + type="checkbox"
502 + name="wp_chatbot_show_pages_list[]"
503 + value="<?php echo $wp_chatbot_page->ID; ?>" <?php if (!empty($wp_chatbot_select_pages) && in_array($wp_chatbot_page->ID, $wp_chatbot_select_pages) == true) {
504 + echo 'checked';
505 + } ?> >
506 + <label
507 + for="wp_chatbot_show_page_<?php echo $wp_chatbot_page->ID; ?>"> <?php echo $wp_chatbot_page->post_title; ?></label>
933 508 </li>
934 509 <?php } ?>
935 510 </ul>
936 511 </div>
@@ -938,12 +513,12 @@
938 513 </div>
939 514 <!--row-->
940 515 <div class="row">
941 516 <div class="col-sm-4 text-right"> <span class="qc-opt-title-font">
942 - <?php esc_html_e('Exclude from Custom Post', 'chatbot'); ?>
517 + <?php _e('Exclude from Custom Post', 'wpchatbot'); ?>
943 518 </span></div>
944 519 <div class="col-sm-8">
945 - <div id="wp-chatbot-exclude-post-list" class="wp-chatbot-exclude-post-list">
520 + <div id="wp-chatbot-exclude-post-list">
946 521 <ul class="checkbox-list">
947 522 <?php
948 523 $get_cpt_args = array(
949 524 'public' => true,
@@ -956,16 +531,16 @@
956 531 foreach ($post_types as $post_type) {
957 532 ?>
958 533 <li>
959 534 <input
960 - id="<?php echo esc_attr( 'wp_chatbot_exclude_post_'. $post_type->name ); ?>"
535 + id="wp_chatbot_exclude_post_<?php echo $post_type->name; ?>"
961 536 type="checkbox"
962 537 name="wp_chatbot_exclude_post_list[]"
963 - value="<?php echo esc_attr($post_type->name); ?>" <?php if (!empty($wp_chatbot_exclude_post_list) && in_array($post_type->name, $wp_chatbot_exclude_post_list) == true) {
964 - echo esc_attr('checked');
538 + value="<?php echo $post_type->name; ?>" <?php if (!empty($wp_chatbot_exclude_post_list) && in_array($post_type->name, $wp_chatbot_exclude_post_list) == true) {
539 + echo 'checked';
965 540 } ?> >
966 541 <label
967 - for="wp_chatbot_exclude_post_<?php echo esc_attr($post_type->name); ?>"> <?php echo esc_html($post_type->name); ?></label>
542 + for="wp_chatbot_exclude_post_<?php echo $post_type->name; ?>"> <?php echo $post_type->name; ?></label>
968 543 </li>
969 544 <?php } ?>
970 545 </ul>
971 546 </div>
@@ -971,12 +546,8 @@
971 546 </div>
972 547 </div>
973 548 </div>
974 549 </div>
975 -
976 - </div>
977 - </div>
978 - </div>
979 550 <!-- cxsc-settings-blocks-->
980 551 </div>
981 552 <!-- col-xs-12-->
982 553 </div>
@@ -984,585 +555,12 @@
984 555
985 556 </div>
986 557 <!-- top-section-->
987 558 </section>
988 - <section id="section-flip-5">
989 - <div class="wp-chatbot-language-center-summmery"> </div>
990 - <div class="row">
991 - <div class="col-md-12">
992 - <h4 class="qc-opt-title"><b><?php echo esc_html__( 'Change Language', 'chatbot'); ?></b></h4>
993 - <!-- Language Selection Dropdown -->
994 - <div class="cxsc-settings-blocks mb-6">
995 - <div class="form-group">
996 - <label for="qcld_language_center_select" class="block text-sm font-medium text-gray-700 mb-2 qc-opt-language-title">
997 - <?php echo esc_html__( 'Select a Language:', 'chatbot'); ?>
998 - </label>
999 - <select id="qcld_language_center_select" class="form-select" onchange="qcld_wpbot_languageChange_from_center(this.value)">
1000 - <option value=""> <?php echo esc_html__( '-- Choose a language --', 'chatbot'); ?></option>
1001 - <option value="arabic" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'arabic' ? 'selected' : '' ?>><?php echo esc_html__( 'Arabic (ar)', 'chatbot'); ?></option>
1002 - <option value="bulgarian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'bulgarian' ? 'selected' : '' ?>><?php echo esc_html__( 'Bulgarian (bg)', 'chatbot'); ?></option>
1003 - <option value="chinese" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'chinese' ? 'selected' : '' ?>><?php echo esc_html__( 'Chinese (zh)', 'chatbot'); ?></option>
1004 - <option value="chinese_mandarin" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'chinese_mandarin' ? 'selected' : '' ?>><?php echo esc_html__( 'Chinese Mandarin (cmn)', 'chatbot'); ?></option>
1005 - <option value="danish" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'danish' ? 'selected' : '' ?>><?php echo esc_html__( 'Danish (da)', 'chatbot'); ?></option>
1006 - <option value="dutch" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'dutch' ? 'selected' : '' ?>><?php echo esc_html__( 'Dutch (nl)', 'chatbot'); ?></option>
1007 - <option value="english" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'english' ? 'selected' : '' ?>><?php echo esc_html__( 'English (en)', 'chatbot'); ?></option>
1008 - <option value="estonian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'estonian' ? 'selected' : '' ?>><?php echo esc_html__( 'Estonian (et)', 'chatbot'); ?></option>
1009 - <option value="filipino" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'filipino' ? 'selected' : '' ?>><?php echo esc_html__( 'Filipino (fil)', 'chatbot'); ?></option>
1010 - <option value="french" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'french' ? 'selected' : '' ?>><?php echo esc_html__( 'French (fr)', 'chatbot'); ?></option>
1011 - <option value="german" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'german' ? 'selected' : '' ?>><?php echo esc_html__( 'German (de)', 'chatbot'); ?></option>
1012 - <option value="greek" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'greek' ? 'selected' : '' ?>><?php echo esc_html__( 'Greek (el)', 'chatbot'); ?></option>
1013 - <option value="hebrew" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'hebrew' ? 'selected' : '' ?>><?php echo esc_html__( 'Hebrew (he)', 'chatbot'); ?></option>
1014 - <option value="hindi" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'hindi' ? 'selected' : '' ?>><?php echo esc_html__( 'Hindi (hi)', 'chatbot'); ?></option>
1015 - <option value='hungarian' <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'hungarian' ? 'selected' : '' ?>><?php echo esc_html__( 'Hungarian (hu)', 'chatbot'); ?></option>
1016 - <option value="indonesian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'indonesian' ? 'selected' : '' ?>><?php echo esc_html__( 'Indonesian (id)', 'chatbot'); ?></option>
1017 - <option value="italian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'italian' ? 'selected' : '' ?>><?php echo esc_html__( 'Italian (it)', 'chatbot'); ?></option>
1018 - <option value="japanese" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'japanese' ? 'selected' : '' ?>><?php echo esc_html__( 'Japanese (ja)', 'chatbot'); ?></option>
1019 - <option value="korean" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'korean' ? 'selected' : '' ?>><?php echo esc_html__( 'Korean (ko)', 'chatbot'); ?></option>
1020 - <option value="lithuanian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'lithuanian' ? 'selected' : '' ?>><?php echo esc_html__( 'Lithuanian (lt)', 'chatbot'); ?></option>
1021 - <option value="malay" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'malay' ? 'selected' : '' ?>><?php echo esc_html__( 'Malay (ms)', 'chatbot'); ?></option>
1022 - <option value="norwegian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'norwegian' ? 'selected' : '' ?>><?php echo esc_html__( 'Norwegian (no)', 'chatbot'); ?></option>
1023 - <option value="persian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'persian' ? 'selected' : '' ?>><?php echo esc_html__( 'Persian (fa)', 'chatbot'); ?></option>
1024 - <option value="polish" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'polish' ? 'selected' : '' ?>><?php echo esc_html__( 'Polish (pl)', 'chatbot'); ?></option>
1025 - <option value="portuguese" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'portuguese' ? 'selected' : '' ?>><?php echo esc_html__( 'Portuguese (pt)', 'chatbot'); ?></option>
1026 - <option value="romanian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'romanian' ? 'selected' : '' ?>><?php echo esc_html__( 'Romanian (ro)', 'chatbot'); ?></option>
1027 - <option value="russian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'russian' ? 'selected' : '' ?>><?php echo esc_html__( 'Russian (ru)', 'chatbot'); ?></option>
1028 - <option value="sinhala" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'sinhala' ? 'selected' : '' ?>><?php echo esc_html__( 'Sinhala (si)', 'chatbot'); ?></option>
1029 - <option value="spanish" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'spanish' ? 'selected' : '' ?>><?php echo esc_html__( 'Spanish (es)', 'chatbot'); ?></option>
1030 - <option value="swedish" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'swedish' ? 'selected' : '' ?>><?php echo esc_html__( 'Swedish (sv)', 'chatbot'); ?></option>
1031 - <option value="thai" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'thai' ? 'selected' : '' ?>><?php echo esc_html__( 'Thai (th)', 'chatbot'); ?></option>
1032 - <option value="turkish" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'turkish' ? 'selected' : '' ?>><?php echo esc_html__( 'Turkish (tr)', 'chatbot'); ?></option>
1033 - <option value="ukrainian" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'ukrainian' ? 'selected' : '' ?>><?php echo esc_html__( 'Ukrainian (uk)', 'chatbot'); ?></option>
1034 - <option value="vietnamese" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'vietnamese' ? 'selected' : '' ?>><?php echo esc_html__( 'Vietnamese (vi)', 'chatbot'); ?></option>
1035 - <option value="not_mine" <?php echo (get_option('wp_chatbot_language_center_language') !== "") && get_option('wp_chatbot_language_center_language') === 'not_mine' ? 'selected' : '' ?>><?php echo esc_html__( 'My language is not here', 'chatbot'); ?></option>
1036 - </select>
1037 - <!-- Results Display Area -->
1038 - <div id="results-container" class="mt-8 p-4 flex items-center justify-center text-gray-600">
1039 - <p id="initial-message">
1040 - <?php echo esc_html__( 'Select your language to auto translate the texts used by the ChatBot. You can fine tune and update them manually from below.', 'chatbot'); ?> <b><?php echo esc_html__( 'Remember to Save the Settings.', 'chatbot'); ?></b>
1041 - </p>
1042 - <p id="waring-message"></p>
1043 - </div>
1044 - </div>
1045 - </div>
1046 - </div>
1047 - </div>
1048 - <ul class="nav nav-tabs">
1049 - <li class="active"><a data-toggle="tab" href="#wp-chatbot-lng-general">
1050 - <?php esc_html_e('General', 'chatbot'); ?>
1051 - </a></li>
1052 - <li><a data-toggle="tab" href="#wp-chatbot-lng-support">
1053 - <?php esc_html_e('FAQ', 'chatbot'); ?>
1054 - </a></li>
1055 - <li><a data-toggle="tab" href="#wp-chatbot-lng-reserve-keyword">
1056 - <?php esc_html_e('ChatBot Keywords', 'chatbot'); ?>
1057 - </a></li>
1058 - </ul>
1059 - <div class="tab-content">
1060 - <div id="wp-chatbot-lng-general" class="tab-pane fade in active">
1061 - <div class="top-section">
1062 -
1063 - <div class="row">
1064 - <div class="col-xs-12" id="wp-chatbot-language-section">
1065 - <p style="color: red"><b><?php esc_html_e('You can change ALL the texts used by the ChatBot to YOUR OWN language here (like Spanish, French etc.).', 'chatbot' ); ?></b></p>
1066 - <p><?php esc_html_e('After making changes in the language center or settings, please type reset and hit enter in the ChatBot to start testing from the beginning or open a new Incognito window (Ctrl+Shit+N in chrome).', 'chatbot' ); ?></p>
1067 - <p><?php esc_html_e('You could use &lt;br&gt; tag for line break.', 'chatbot' ); ?></p>
1068 - <div class="form-group">
1069 - <h4 class="qc-opt-title">
1070 - <?php esc_html_e('Your Company or Website Name', 'chatbot'); ?>
1071 - </h4>
1072 - <input type="text" class="form-control qc-opt-dcs-font"
1073 - name="qlcd_wp_chatbot_host"
1074 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_host') != '' ? get_option('qlcd_wp_chatbot_host') : 'Our Store') ); ?>">
1075 - </div>
1076 - <div class="form-group">
1077 - <h4 class="qc-opt-title">
1078 - <?php esc_html_e('Agent name', 'chatbot'); ?>
1079 - </h4>
1080 - <input type="text" class="form-control qc-opt-dcs-font"
1081 - name="qlcd_wp_chatbot_agent"
1082 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_agent') != '' ? get_option('qlcd_wp_chatbot_agent') : 'Carrie')); ?>">
1083 - </div>
1084 - <div class="form-group">
1085 - <h4 class="qc-opt-title">
1086 - <?php esc_html_e('User demo name', 'chatbot'); ?>
1087 - </h4>
1088 - <input type="text" class="form-control qc-opt-dcs-font"
1089 - name="qlcd_wp_chatbot_shopper_demo_name"
1090 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_shopper_demo_name') != '' ? get_option('qlcd_wp_chatbot_shopper_demo_name') : 'Amigo')); ?>">
1091 - </div>
1092 - <div class="form-group">
1093 - <h4 class="qc-opt-title">
1094 - <?php esc_html_e('YES', 'chatbot'); ?>
1095 - </h4>
1096 - <input type="text" class="form-control qc-opt-dcs-font"
1097 - name="qlcd_wp_chatbot_yes"
1098 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_yes') != '' ? get_option('qlcd_wp_chatbot_yes') : 'YES')); ?>">
1099 - </div>
1100 - <div class="form-group">
1101 - <h4 class="qc-opt-title">
1102 - <?php esc_html_e('NO', 'chatbot'); ?>
1103 - </h4>
1104 - <input type="text" class="form-control qc-opt-dcs-font"
1105 - name="qlcd_wp_chatbot_no"
1106 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_no') != '' ? get_option('qlcd_wp_chatbot_no') : 'NO')); ?>">
1107 - </div>
1108 - <div class="form-group">
1109 - <h4 class="qc-opt-title">
1110 - <?php esc_html_e('OR', 'chatbot'); ?>
1111 - </h4>
1112 - <input type="text" class="form-control qc-opt-dcs-font"
1113 - name="qlcd_wp_chatbot_or"
1114 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_or') != '' ? get_option('qlcd_wp_chatbot_or') : 'OR')); ?>">
1115 - </div>
1116 - <div class="form-group">
1117 - <h4 class="qc-opt-title">
1118 - <?php esc_html_e('Sorry', 'chatbot'); ?>
1119 - </h4>
1120 - <input type="text" class="form-control qc-opt-dcs-font "
1121 - name="qlcd_wp_chatbot_sorry"
1122 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_sorry') != '' ? get_option('qlcd_wp_chatbot_sorry') : 'Sorry')); ?>">
1123 - </div>
1124 -
1125 - <div class="form-group">
1126 - <?php
1127 - $agent_join_options = maybe_unserialize(get_option('qlcd_wp_chatbot_agent_join'));
1128 - $agent_join_option = 'qlcd_wp_chatbot_agent_join';
1129 - $agent_join_text = __('has joined the conversation', 'chatbot');
1130 - $this->qcld_wb_chatbot_dynamic_multi_option($agent_join_options, $agent_join_option, $agent_join_text);
1131 - ?>
1132 - </div>
1133 - </div>
1134 - <!--col-xs-12-->
1135 - <div class="col-xs-12" id="wp-chatbot-language-section">
1136 - <h4 class="text-success">
1137 - <?php esc_html_e(' Message setting for Greetings: ', 'chatbot'); ?>
1138 - </h4>
1139 - <div class="form-group">
1140 - <?php
1141 - $welcome_to_options = maybe_unserialize(get_option('qlcd_wp_chatbot_welcome'));
1142 - $welcome_to_option = 'qlcd_wp_chatbot_welcome';
1143 - $welcome_to_text = esc_html('Welcome to');
1144 - $this->qcld_wb_chatbot_dynamic_multi_option($welcome_to_options, $welcome_to_option, $welcome_to_text);
1145 - ?>
1146 - </div>
1147 - <div class="form-group">
1148 - <?php
1149 - $welcome_back_options = maybe_unserialize(get_option('qlcd_wp_chatbot_welcome_back'));
1150 - $welcome_back_option = 'qlcd_wp_chatbot_welcome_back';
1151 - $welcome_back_text = esc_html('Welcome back');
1152 - $this->qcld_wb_chatbot_dynamic_multi_option($welcome_back_options, $welcome_back_option, $welcome_back_text);
1153 - ?>
1154 - </div>
1155 - <div class="form-group">
1156 - <?php
1157 - $back_to_start_options = maybe_unserialize(get_option('qlcd_wp_chatbot_back_to_start'));
1158 - $back_to_start_option = 'qlcd_wp_chatbot_back_to_start';
1159 - $back_to_start_text = esc_html('Back to Start');
1160 - $this->qcld_wb_chatbot_dynamic_multi_option($back_to_start_options, $back_to_start_option, $back_to_start_text);
1161 - ?>
1162 - </div>
1163 - <div class="form-group">
1164 - <?php
1165 - $hi_there_options = maybe_unserialize(get_option('qlcd_wp_chatbot_hi_there'));
1166 - $hi_there_option = 'qlcd_wp_chatbot_hi_there';
1167 - $hi_there_text = esc_html('Hi There!');
1168 - $this->qcld_wb_chatbot_dynamic_multi_option($hi_there_options, $hi_there_option, $hi_there_text);
1169 - ?>
1170 - </div>
1171 - <div class="form-group">
1172 - <?php
1173 - $hello_options = maybe_unserialize(get_option('qlcd_wp_chatbot_hello'));
1174 - $hello_option = 'qlcd_wp_chatbot_hello';
1175 - $hello_text = esc_html('Hello');
1176 - $this->qcld_wb_chatbot_dynamic_multi_option($hello_options, $hello_option, $hello_text);
1177 - ?>
1178 - </div>
1179 - <div class="form-group">
1180 - <?php
1181 - $asking_name_options = maybe_unserialize(get_option('qlcd_wp_chatbot_asking_name'));
1182 - $asking_name_option = 'qlcd_wp_chatbot_asking_name';
1183 - $asking_name_text = esc_html('May I know your name?');
1184 - $this->qcld_wb_chatbot_dynamic_multi_option($asking_name_options, $asking_name_option, $asking_name_text);
1185 - ?>
1186 - </div>
1187 - <div class="form-group">
1188 - <?php
1189 - $i_am_options = maybe_unserialize(get_option('qlcd_wp_chatbot_i_am'));
1190 - $i_am_option = 'qlcd_wp_chatbot_i_am';
1191 - $i_am_text = esc_html('I am');
1192 - $this->qcld_wb_chatbot_dynamic_multi_option($i_am_options, $i_am_option, $i_am_text);
1193 - ?>
1194 - </div>
1195 - <div class="form-group">
1196 - <?php
1197 - $name_greeting_options = maybe_unserialize(get_option('qlcd_wp_chatbot_name_greeting'));
1198 - $name_greeting_option = 'qlcd_wp_chatbot_name_greeting';
1199 - $name_greeting_text = esc_html('Nice to meet you');
1200 - $this->qcld_wb_chatbot_dynamic_multi_option($name_greeting_options, $name_greeting_option, $name_greeting_text);
1201 - ?>
1202 - </div>
1203 - <div class="form-group">
1204 - <?php
1205 - $wildcard_msg_options = maybe_unserialize(get_option('qlcd_wp_chatbot_wildcard_msg'));
1206 - $wildcard_msg_option = 'qlcd_wp_chatbot_wildcard_msg';
1207 - $wildcard_msg_text = esc_html('I am here to find what you need. What are you looking for?');
1208 - $this->qcld_wb_chatbot_dynamic_multi_option($wildcard_msg_options, $wildcard_msg_option, $wildcard_msg_text);
1209 - ?>
1210 - </div>
1211 - <div class="form-group">
1212 - <?php
1213 - $empty_filter_msgs = maybe_unserialize(get_option('qlcd_wp_chatbot_empty_filter_msg'));
1214 - $empty_filter_msg = 'qlcd_wp_chatbot_empty_filter_msg';
1215 - $empty_filter_msg_text = esc_html('Sorry, I did not understand that');
1216 - $this->qcld_wb_chatbot_dynamic_multi_option($empty_filter_msgs, $empty_filter_msg, $empty_filter_msg_text);
1217 - ?>
1218 - </div>
1219 - <div class="form-group">
1220 - <?php
1221 - $qlcd_wp_chatbot_did_you_mean = maybe_unserialize(get_option('qlcd_wp_chatbot_did_you_mean'));
1222 - $qlcd_wp_chatbot_did_you_means = 'qlcd_wp_chatbot_did_you_mean';
1223 - $wp_chatbot_no_result_text = esc_html('Did you mean?');
1224 - $this->qcld_wb_chatbot_dynamic_multi_option($qlcd_wp_chatbot_did_you_mean, $qlcd_wp_chatbot_did_you_means, $wp_chatbot_no_result_text);
1225 - ?>
1226 - </div>
1227 - <h4 class="text-success">
1228 - <?php esc_html_e('Message setting for Editor Box ', 'chatbot'); ?>
1229 - </h4>
1230 - <div class="form-group">
1231 - <?php
1232 - $is_typing_options = maybe_unserialize(get_option('qlcd_wp_chatbot_is_typing'));
1233 - $is_typing_option = 'qlcd_wp_chatbot_is_typing';
1234 - $is_typing_text = esc_html('is typing...');
1235 - $this->qcld_wb_chatbot_dynamic_multi_option($is_typing_options, $is_typing_option, $is_typing_text);
1236 - ?>
1237 - </div>
1238 - <div class="form-group">
1239 - <?php
1240 - $send_a_msg_options = maybe_unserialize(get_option('qlcd_wp_chatbot_send_a_msg'));
1241 - $send_a_msg_option = 'qlcd_wp_chatbot_send_a_msg';
1242 - $send_a_msg_text = esc_html('Send a message');
1243 - $this->qcld_wb_chatbot_dynamic_multi_option($send_a_msg_options, $send_a_msg_option, $send_a_msg_text);
1244 - ?>
1245 - </div>
1246 - <div class="form-group">
1247 - <?php
1248 - $choose_option_options = maybe_unserialize(get_option('qlcd_wp_chatbot_choose_option'));
1249 - $choose_option_option = 'qlcd_wp_chatbot_choose_option';
1250 - $choose_option_text = esc_html('Choose an option');
1251 - $this->qcld_wb_chatbot_dynamic_multi_option($choose_option_options, $choose_option_option, $choose_option_text);
1252 - ?>
1253 - </div>
1254 - <div class="form-group">
1255 - <?php
1256 - $asking_email_options = maybe_unserialize(get_option('qlcd_wp_chatbot_asking_email'));
1257 - $asking_email_option = 'qlcd_wp_chatbot_asking_email';
1258 - $asking_email_text = esc_html('Please provide your email address');
1259 - $this->qcld_wb_chatbot_dynamic_multi_option($asking_email_options, $asking_email_option, $asking_email_text);
1260 - ?>
1261 - </div>
1262 - <div class="form-group">
1263 - <?php
1264 - $invalid_email_options = maybe_unserialize(get_option('qlcd_wp_chatbot_invalid_email'));
1265 - $invalid_email_option = 'qlcd_wp_chatbot_invalid_email';
1266 - $invalid_email_text = esc_html('Sorry, Email address is not valid! Please provide a valid email.');
1267 - $this->qcld_wb_chatbot_dynamic_multi_option($invalid_email_options, $invalid_email_option, $invalid_email_text);
1268 - ?>
1269 - </div>
1270 - <div class="form-group">
1271 - <?php
1272 - $asking_msg_options = maybe_unserialize(get_option('qlcd_wp_chatbot_asking_msg'));
1273 - $asking_msg_option = 'qlcd_wp_chatbot_asking_msg';
1274 - $asking_msg_text = esc_html('Thank you for email address. Please write your message now.');
1275 - $this->qcld_wb_chatbot_dynamic_multi_option($asking_msg_options, $asking_msg_option, $asking_msg_text);
1276 - ?>
1277 - </div>
1278 - <div class="form-group">
1279 - <h4 class="qc-opt-title">
1280 - <?php esc_html_e('WPBot Support Mail Subject', 'chatbot'); ?>
1281 - </h4>
1282 - <input type="text" class="form-control qc-opt-dcs-font"
1283 - name="qlcd_wp_chatbot_email_sub"
1284 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_email_sub') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_email_sub')) : 'Support Email Subject') ); ?>">
1285 - </div>
1286 - <div class="form-group">
1287 - <?php
1288 - $support_option_again_options = maybe_unserialize(get_option('qlcd_wp_chatbot_support_option_again'));
1289 - $support_option_again_option = 'qlcd_wp_chatbot_support_option_again';
1290 - $support_option_again_text = esc_html('You may choose option from below.');
1291 - $this->qcld_wb_chatbot_dynamic_multi_option($support_option_again_options, $support_option_again_option, $support_option_again_text);
1292 - ?>
1293 - </div>
1294 - <div class="form-group">
1295 - <h4 class="qc-opt-title">
1296 - <?php esc_html_e('Your email was sent successfully.Thanks!', 'chatbot'); ?>
1297 - </h4>
1298 - <input type="text" class="form-control qc-opt-dcs-font"
1299 - name="qlcd_wp_chatbot_email_sent"
1300 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_email_sent') != '' ? get_option('qlcd_wp_chatbot_email_sent') : 'Your email was sent successfully.Thanks!')); ?> ">
1301 - </div>
1302 - <div class="form-group">
1303 - <h4 class="qc-opt-title">
1304 - <?php esc_html_e('Sorry! I could not send your mail! Please contact the webmaster.', 'chatbot'); ?>
1305 - </h4>
1306 - <input type="text" class="form-control qc-opt-dcs-font "
1307 - name="qlcd_wp_chatbot_email_fail"
1308 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_email_fail') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_email_fail')) : 'Sorry! fail to send email')); ?> ">
1309 - </div>
1310 -
1311 - <div class="form-group">
1312 - <h4 class="qc-opt-title">
1313 - <?php esc_html_e('Check the relevant pages for more details and up to date information:', 'chatbot'); ?>
1314 - </h4>
1315 - <input type="text" class="form-control qc-opt-dcs-font "
1316 - name="qlcd_wp_chatbot_relevant_post_link_openai"
1317 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_relevant_post_link_openai') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_relevant_post_link_openai')) : 'Check the relevant pages for more details and up to date information:')); ?> ">
1318 - </div>
1319 -
1320 - <div class="form-group">
1321 - <?php
1322 - $asking_phone_options = maybe_unserialize(get_option('qlcd_wp_chatbot_asking_phone'));
1323 - $asking_phone_option = 'qlcd_wp_chatbot_asking_phone';
1324 - $asking_phone_text = esc_html('Please provide your Phone number');
1325 - $this->qcld_wb_chatbot_dynamic_multi_option($asking_phone_options, $asking_phone_option, $asking_phone_text);
1326 - ?>
1327 - </div>
1328 - <div class="form-group">
1329 - <?php
1330 - $thanks_phone_options = maybe_unserialize(get_option('qlcd_wp_chatbot_thank_for_phone'));
1331 - $thanks_phone_option = 'qlcd_wp_chatbot_thank_for_phone';
1332 - $thanks_phone_text = esc_html('Thank you for Phone number');
1333 - $this->qcld_wb_chatbot_dynamic_multi_option($thanks_phone_options, $thanks_phone_option, $thanks_phone_text);
1334 - ?>
1335 - </div>
1336 - <div class="form-group">
1337 - <h4 class="qc-opt-title">
1338 - <?php esc_html_e('Thanks for your phone number. We will call you ASAP!', 'chatbot'); ?>
1339 - </h4>
1340 - <input type="text" class="form-control qc-opt-dcs-font"
1341 - name="qlcd_wp_chatbot_phone_sent"
1342 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_phone_sent') != '' ?get_option('qlcd_wp_chatbot_phone_sent') : 'Thanks for your phone number. We will call you ASAP!')); ?> ">
1343 - </div>
1344 - <div class="form-group">
1345 - <h4 class="qc-opt-title">
1346 - <?php esc_html_e('Sorry! I could not collect phone number! Please contact the webmaster.', 'chatbot'); ?>
1347 - </h4>
1348 - <input type="text" class="form-control qc-opt-dcs-font"
1349 - name="qlcd_wp_chatbot_phone_fail"
1350 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_phone_fail') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_phone_fail')) : 'Sorry! I could not collect phone number!')); ?> ">
1351 - </div>
1352 -
1353 - <div class="form-group">
1354 - <h4 class="qc-opt-title">
1355 - <?php esc_html_e('Please enter your keyword for searching', 'chatbot'); ?>
1356 - </h4>
1357 - <input type="text" class="form-control qc-opt-dcs-font"
1358 - name="qlcd_wp_chatbot_asking_search_keyword"
1359 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_asking_search_keyword') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_asking_search_keyword')) : 'Please enter your keyword for searching')); ?> ">
1360 - </div>
1361 - <div class="form-group">
1362 - <h4 class="qc-opt-title">
1363 - <?php esc_html_e('We have found these results', 'chatbot'); ?>
1364 - </h4>
1365 - <input type="text" class="form-control qc-opt-dcs-font"
1366 - name="qlcd_wp_chatbot_found_result"
1367 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_found_result') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_found_result')) : 'We have found these results')); ?> ">
1368 - </div>
1369 - <div class="form-group">
1370 - <?php
1371 - $qlcd_wp_chatbot_product_fails = maybe_unserialize(get_option('qlcd_wp_chatbot_product_fail'));
1372 - $qlcd_wp_chatbot_product_fail = 'qlcd_wp_chatbot_product_fail';
1373 - $fail_text = esc_html('Sorry, I found nothing');
1374 - $this->qcld_wb_chatbot_dynamic_multi_option($qlcd_wp_chatbot_product_fails, $qlcd_wp_chatbot_product_fail, $fail_text);
1375 - ?>
1376 - </div>
1377 - </div>
1378 - </div>
1379 - </div>
1380 - </div>
1381 - <div id="wp-chatbot-lng-support" class="tab-pane fade">
1382 - <div class="top-section">
1383 - <div class="row">
1384 - <div class="col-xs-12" id="wp-chatbot-language-section">
1385 - <div class="form-group">
1386 - <?php
1387 - $support_welcome_options = maybe_unserialize(get_option('qlcd_wp_chatbot_support_welcome'));
1388 - $support_welcome_option = 'qlcd_wp_chatbot_support_welcome';
1389 - $support_welcome_text = esc_html('Welcome to FAQ Section');
1390 - $this->qcld_wb_chatbot_dynamic_multi_option($support_welcome_options, $support_welcome_option, $support_welcome_text);
1391 - ?>
1392 - </div>
1393 -
1394 -
1395 -
1396 - </div>
1397 - </div>
1398 - </div>
1399 - </div>
1400 - <div id="wp-chatbot-lng-reserve-keyword" class="tab-pane fade">
1401 - <div class="top-section">
1402 - <div class="row">
1403 - <div class="col-xs-12" id="wp-chatbot-language-section">
1404 - <div class="form-group">
1405 - <h4 class="qc-opt-title">
1406 - <?php esc_html_e('Start Keyword', 'chatbot'); ?>
1407 - </h4>
1408 - <input type="text" class="form-control qc-opt-dcs-font"
1409 - name="qlcd_wp_chatbot_sys_key_help"
1410 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_sys_key_help') != '' ? get_option('qlcd_wp_chatbot_sys_key_help'): 'start')) ; ?> ">
1411 - </div>
1412 - <div class="form-group">
1413 - <h4 class="qc-opt-title"><strong>
1414 - <?php esc_html_e('FAQ', 'chatbot'); ?>
1415 - </strong>
1416 - <?php esc_html_e('Keyword', 'chatbot'); ?>
1417 - </h4>
1418 - <input type="text" class="form-control qc-opt-dcs-font"
1419 - name="qlcd_wp_chatbot_sys_key_support"
1420 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_sys_key_support') != '' ? get_option('qlcd_wp_chatbot_sys_key_support') : 'faq')); ?> ">
1421 - </div>
1422 - <div class="form-group">
1423 - <h4 class="qc-opt-title"><strong>
1424 - <?php esc_html_e('Converstion History Clear', 'chatbot'); ?>
1425 - </strong>
1426 - <?php esc_html_e('Keyword', 'chatbot'); ?>
1427 - </h4>
1428 - <input type="text" class="form-control qc-opt-dcs-font"
1429 - name="qlcd_wp_chatbot_sys_key_reset"
1430 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_sys_key_reset') != '' ? get_option('qlcd_wp_chatbot_sys_key_reset') : 'reset')); ?> ">
1431 - </div>
1432 - <div class="form-group">
1433 - <h4 class="qc-opt-title"><strong>
1434 - <?php esc_html_e('eMail', 'chatbot'); ?>
1435 - </strong>
1436 - <?php esc_html_e('Keyword to Send eMail', 'chatbot'); ?>
1437 - </h4>
1438 - <input type="text" class="form-control qc-opt-dcs-font"
1439 - name="qlcd_wp_chatbot_sys_key_email"
1440 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_sys_key_email') != '' ? get_option('qlcd_wp_chatbot_sys_key_email'): 'email')); ?>">
1441 - </div>
1442 - <div class="form-group">
1443 - <?php
1444 - $help_welcome_options = maybe_unserialize(wp_kses_post(get_option('qlcd_wp_chatbot_help_welcome')));
1445 - $help_welcome_option = 'qlcd_wp_chatbot_help_welcome';
1446 - $help_welcome_text = esc_html('Welcome to Help Section');
1447 - $this->qcld_wb_chatbot_dynamic_multi_option($help_welcome_options, $help_welcome_option, $help_welcome_text);
1448 - ?>
1449 - </div>
1450 - <div class="form-group">
1451 - <?php
1452 - $help_msg_options = maybe_unserialize(wp_kses_post(get_option('qlcd_wp_chatbot_help_msg')));
1453 - $help_msg_option = 'qlcd_wp_chatbot_help_msg';
1454 - $help_msg_text = '<b>Type and Hit Enter</b><br><ul><li> <b>start</b> to Get back to the main menu. </li><li> <b>faq</b> for FAQ. </li><li> <b>email </b> to send eMail </li><li> <b>reset</b> to restart the chat</li></ul>';
1455 - $this->qcld_wb_chatbot_dynamic_multi_option($help_msg_options, $help_msg_option, $help_msg_text);
1456 - ?>
1457 - </div>
1458 - <div class="form-group">
1459 - <?php
1460 - $reset_options = maybe_unserialize(wp_kses_post(get_option('qlcd_wp_chatbot_reset')));
1461 - $reset_option = 'qlcd_wp_chatbot_reset';
1462 - $reset_text = esc_html('Do you want to clear our chat history and start over?' );
1463 - $this->qcld_wb_chatbot_dynamic_multi_option($reset_options, $reset_option, $reset_text);
1464 - ?>
1465 - </div>
1466 - </div>
1467 - <!-- col-xs-12-->
1468 - </div>
1469 - <!-- row-->
1470 - </div>
1471 - <!-- top-section-->
1472 - </div>
1473 - </div>
1474 - <!-- tab-content-->
1475 - </section>
1476 - <section id="section-flip-51">
1477 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
1478 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
1479 - </div> -->
1480 - <div class="wp-chatbot-socail-btn-summmery"> </div>
1481 -
1482 - <div class="tab-content">
1483 - <div id="wp-chatbot-lng-general" class="tab-pane fade in active">
1484 - <div class="top-section">
1485 - <div class="row">
1486 - <div class="col-xs-12" id="wp-chatbot-socila-btn">
1487 -
1488 -
1489 -
1490 - <div class="form-group">
1491 - <h4 class="qc-opt-title"> <?php echo esc_html__( 'Enable Chat Reactions for analytics (Like & Dislike)', 'chatbot' ); ?> </h4>
1492 - <div class="cxsc-settings-blocks">
1493 - <input value="1" id="skip_chat_reactions_menu" type="checkbox"
1494 - name="skip_chat_reactions_menu" <?php echo( get_option( 'skip_chat_reactions_menu', 1 ) == 1 ? 'checked' : '' ); ?>>
1495 - <label for="skip_chat_reactions_menu"><?php echo esc_html__( 'Enable Chat Reactions for analytics (Like & Dislike)', 'chatbot' ); ?> </label>
1496 - </div>
1497 - </div>
1498 - <div class="form-group">
1499 - <h4 class="qc-opt-title">
1500 - <?php esc_html_e('Like Text', 'chatbot'); ?>
1501 - </h4>
1502 - <input type="text" class="form-control qc-opt-dcs-font "
1503 - name="qlcd_wp_chatbot_like_text"
1504 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_like_text') != '' ? get_option('qlcd_wp_chatbot_like_text') : 'Like')); ?>">
1505 - </div>
1506 - <div class="form-group">
1507 - <h4 class="qc-opt-title">
1508 - <?php esc_html_e('Dislike Text', 'chatbot'); ?>
1509 - </h4>
1510 - <input type="text" class="form-control qc-opt-dcs-font "
1511 - name="qlcd_wp_chatbot_dislike_text"
1512 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_dislike_text') != '' ? get_option('qlcd_wp_chatbot_dislike_text') : 'Dislike')); ?>">
1513 - </div>
1514 -
1515 - <div class="form-group">
1516 - <h4 class="qc-opt-title"> <?php echo esc_html__( 'Enable Reporting Message', 'chatbot'); ?> </h4>
1517 - <div class="cxsc-settings-blocks">
1518 - <input value="1" id="enable_chat_report_menu" type="checkbox"
1519 - name="enable_chat_report_menu" <?php echo( get_option( 'enable_chat_report_menu', 1 ) == 1 ? 'checked' : '' ); ?>>
1520 - <label for="enable_chat_report_menu"><?php echo esc_html__( 'Enable Reporting Message', 'chatbot'); ?> </label>
1521 - </div>
1522 - </div>
1523 - <div class="form-group">
1524 - <h4 class="qc-opt-title">
1525 - <?php esc_html_e('Report this Message', 'chatbot'); ?>
1526 - </h4>
1527 - <input type="text" class="form-control qc-opt-dcs-font "
1528 - name="qlcd_wp_chatbot_report_text"
1529 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_report_text') != '' ? get_option('qlcd_wp_chatbot_report_text') : 'Report')); ?>">
1530 - </div>
1531 - <div class="form-group">
1532 - <h4 class="qc-opt-title"> <?php echo esc_html__( 'Enable Chat Share', 'chatbot'); ?> </h4>
1533 - <div class="cxsc-settings-blocks">
1534 - <input value="1" id="enable_chat_share_menu" type="checkbox"
1535 - name="enable_chat_share_menu" <?php echo( get_option( 'enable_chat_share_menu', 1 ) == 1 ? 'checked' : '' ); ?>>
1536 - <label for="enable_chat_share_menu"><?php echo esc_html__( 'Enable Chat Share', 'chatbot'); ?> </label>
1537 - </div>
1538 - </div>
1539 - <div class="form-group">
1540 - <h4 class="qc-opt-title">
1541 - <?php esc_html_e('Share', 'chatbot'); ?>
1542 - </h4>
1543 - <input type="text" class="form-control qc-opt-dcs-font "
1544 - name="qlcd_wp_chatbot_share_text"
1545 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_share_text') != '' ? get_option('qlcd_wp_chatbot_share_text') : 'Share')); ?>">
1546 - </div>
1547 -
1548 - </div>
1549 -
1550 - </div>
1551 - </div>
1552 - </div>
1553 -
1554 - </div>
1555 - <!-- tab-content-->
1556 - </section>
1557 -
1558 559 <section id="section-flip-3">
1559 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
1560 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
1561 - </div> -->
1562 560 <ul class="nav nav-tabs">
1563 - <li class="active"><a data-toggle="tab" href="#wp-chatbot-icon-theme-settings"><?php esc_html_e('Icons & Themes', 'chatbot'); ?></a></li>
1564 - <li><a data-toggle="tab" href="#wp-chatbot-custom-color-options"><?php esc_html_e('Custom Style Options', 'chatbot'); ?></a></li>
561 + <li class="active"><a data-toggle="tab" href="#wp-chatbot-icon-theme-settings"><?php echo esc_html__('Icons & Themes', 'wpchatbot'); ?></a></li>
562 + <li><a data-toggle="tab" href="#wp-chatbot-custom-color-options"><?php echo esc_html__('Custom Style Options', 'wpchatbot'); ?></a></li>
1565 563 </ul>
1566 564 <div class="tab-content">
1567 565 <div id="wp-chatbot-icon-theme-settings" class="tab-pane fade in active">
1568 566 <div class="top-section">
@@ -1567,661 +565,606 @@
1567 565 <div id="wp-chatbot-icon-theme-settings" class="tab-pane fade in active">
1568 566 <div class="top-section">
1569 567 <div class="row">
1570 568 <div class="col-xs-12">
1571 -
1572 - <h3 class="qcld-wpbot-main-tabs-title">
1573 - <?php esc_html_e('WPBot Icon', 'chatbot'); ?>
1574 - </h3>
569 + <div class="row">
570 + <div class="col-xs-12">
571 + <p class="wpqcld_chk_seft"> <a target="_blank" href="https://www.quantumcloud.com/products/themes/chatbot-theme/"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL ?>/chatbot-theme.jpg" alt="" /></a> </p>
572 + </div>
573 + </div>
574 + <h4 class="qc-opt-title">
575 + <?php esc_html_e('WPBot Icon', 'wpchatbot'); ?>
576 + </h4>
1575 577 <div class="cxsc-settings-blocks">
1576 578 <ul class="radio-list">
1577 -
1578 - <li>
1579 - <label for="wp_chatbot_icon_0" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-0.png" alt="">
1580 - <input id="wp_chatbot_icon_0" type="radio"
1581 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-0.png' ? esc_attr('checked' ): ''); ?>
1582 - value="<?php echo esc_attr('icon-0.png'); ?>">
1583 - <?php esc_html_e('Icon - 0', 'chatbot'); ?>
1584 - </label>
1585 - </li>
1586 - <li>
1587 - <label for="wp_chatbot_icon_1" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-1.png"
1588 - alt="">
1589 - <input id="wp_chatbot_icon_1" type="radio"
1590 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-1.png' ? esc_attr('checked' ): ''); ?>
1591 - value="<?php echo esc_attr('icon-1.png'); ?>">
1592 - <?php esc_html_e('Icon - 1', 'chatbot'); ?>
1593 - </label>
1594 - </li>
579 + <!--<li><label for="wp_chatbot_icon_0" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-0.png"
580 + alt=""> <input id="wp_chatbot_icon_0" type="radio"
581 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-0.png' ? 'checked' : ''); ?>
582 + value="icon-0.png">
583 + <?php esc_html_e('Icon - 0', 'wpchatbot'); ?></label>
584 + </li>
585 + <li><label for="wp_chatbot_icon_1" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-1.png"
586 + alt=""> <input id="wp_chatbot_icon_1" type="radio"
587 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-1.png' ? 'checked' : ''); ?>
588 + value="icon-1.png">
589 + <?php esc_html_e('Icon - 1', 'wpchatbot'); ?></label>
590 + </li>-->
1595 591 <li>
1596 - <label for="wp_chatbot_icon_2" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-2.png"
592 + <label for="wp_chatbot_icon_2" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-2.png"
1597 593 alt="">
1598 594 <input id="wp_chatbot_icon_2" type="radio"
1599 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-2.png' ? esc_attr('checked' ): ''); ?>
1600 - value="<?php echo esc_attr('icon-2.png'); ?>">
1601 - <?php esc_html_e('Icon - 2', 'chatbot'); ?>
595 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-2.png' ? 'checked' : ''); ?>
596 + value="icon-2.png">
597 + <?php esc_html_e('Icon - 2', 'wpchatbot'); ?>
1602 598 </label>
1603 599 </li>
1604 600 <li>
1605 - <label for="wp_chatbot_icon_3" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-3.png"
601 + <label for="wp_chatbot_icon_3" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-3.png"
1606 602 alt="">
1607 603 <input id="wp_chatbot_icon_3" type="radio"
1608 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-3.png' ? esc_attr('checked' ): ''); ?>
1609 - value="<?php echo esc_attr('icon-3.png'); ?>">
1610 - <?php esc_html_e('Icon - 3', 'chatbot'); ?>
604 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-3.png' ? 'checked' : ''); ?>
605 + value="icon-3.png">
606 + <?php esc_html_e('Icon - 3', 'wpchatbot'); ?>
1611 607 </label>
1612 608 </li>
1613 609 <li>
1614 - <label for="wp_chatbot_icon_4" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-4.png"
1615 - alt="' ">
610 + <label for="wp_chatbot_icon_4" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-4.png"
611 + alt="">
1616 612 <input id="wp_chatbot_icon_4" type="radio"
1617 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-4.png' ? esc_attr('checked'): ''); ?>
1618 - value="<?php echo esc_attr('icon-4.png'); ?>">
1619 - <?php esc_html_e('Icon - 4', 'chatbot'); ?>
613 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-4.png' ? 'checked' : ''); ?>
614 + value="icon-4.png">
615 + <?php esc_html_e('Icon - 4', 'wpchatbot'); ?>
1620 616 </label>
1621 617 </li>
1622 618 <li>
1623 - <label for="wp_chatbot_icon_5" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-5.png"
619 + <label for="wp_chatbot_icon_5" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-5.png"
1624 620 alt="">
1625 621 <input id="wp_chatbot_icon_5" type="radio"
1626 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-5.png' ? esc_attr('checked' ): ''); ?>
1627 - value="<?php echo esc_attr('icon-5.png'); ?>">
1628 - <?php esc_html_e('Icon - 5', 'chatbot'); ?>
622 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-5.png' ? 'checked' : ''); ?>
623 + value="icon-5.png">
624 + <?php esc_html_e('Icon - 5', 'wpchatbot'); ?>
1629 625 </label>
1630 626 </li>
1631 627 <li>
1632 - <label for="wp_chatbot_icon_6" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-6.png"
1633 - alt=" ">
628 + <label for="wp_chatbot_icon_6" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-6.png"
629 + alt="">
1634 630 <input id="wp_chatbot_icon_6" type="radio"
1635 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-6.png' ? esc_attr('checked' ): ''); ?>
1636 - value="<?php echo esc_attr('icon-6.png'); ?>">
1637 - <?php esc_html_e('Icon - 6', 'chatbot'); ?>
631 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-6.png' ? 'checked' : ''); ?>
632 + value="icon-6.png">
633 + <?php esc_html_e('Icon - 6', 'wpchatbot'); ?>
1638 634 </label>
1639 635 </li>
1640 636 <li>
1641 - <label for="wp_chatbot_icon_7" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-7.png"
1642 - alt=" ">
637 + <label for="wp_chatbot_icon_7" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-7.png"
638 + alt="">
1643 639 <input id="wp_chatbot_icon_7" type="radio"
1644 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-7.png' ? esc_attr('checked' ): ''); ?>
1645 - value="<?php echo esc_attr('icon-7.png'); ?>">
1646 - <?php esc_html_e('Icon - 7', 'chatbot'); ?>
640 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-7.png' ? 'checked' : ''); ?>
641 + value="icon-7.png">
642 + <?php esc_html_e('Icon - 7', 'wpchatbot'); ?>
1647 643 </label>
1648 644 </li>
1649 645 <li>
1650 - <label for="wp_chatbot_icon_8" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-8.png"
646 + <label for="wp_chatbot_icon_8" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-8.png"
1651 647 alt="">
1652 648 <input id="wp_chatbot_icon_8" type="radio"
1653 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-8.png' ? esc_attr('checked' ): ''); ?>
1654 - value="<?php echo esc_attr('icon-8.png'); ?>">
1655 - <?php esc_html_e('Icon - 8', 'chatbot'); ?>
649 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-8.png' ? 'checked' : ''); ?>
650 + value="icon-8.png">
651 + <?php esc_html_e('Icon - 8', 'wpchatbot'); ?>
1656 652 </label>
1657 653 </li>
1658 654 <li>
1659 - <label for="wp_chatbot_icon_9" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-9.png"
1660 - alt=" ">
655 + <label for="wp_chatbot_icon_9" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-9.png"
656 + alt="">
1661 657 <input id="wp_chatbot_icon_9" type="radio"
1662 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-9.png' ? esc_attr('checked' ): ''); ?>
1663 - value="<?php echo esc_attr('icon-9.png'); ?>">
1664 - <?php esc_html_e('Icon - 9', 'chatbot'); ?>
658 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-9.png' ? 'checked' : ''); ?>
659 + value="icon-9.png">
660 + <?php esc_html_e('Icon - 9', 'wpchatbot'); ?>
1665 661 </label>
1666 662 </li>
1667 663 <li>
1668 - <label for="wp_chatbot_icon_10" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-10.png"
1669 - alt=" ">
664 + <label for="wp_chatbot_icon_10" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-10.png"
665 + alt="">
1670 666 <input id="wp_chatbot_icon_10" type="radio"
1671 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-10.png' ? esc_attr('checked' ): ''); ?>
1672 - value="<?php echo esc_attr('icon-10.png'); ?>">
1673 - <?php esc_html_e('Icon - 10', 'chatbot'); ?>
667 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-10.png' ? 'checked' : ''); ?>
668 + value="icon-10.png">
669 + <?php esc_html_e('Icon - 10', 'wpchatbot'); ?>
1674 670 </label>
1675 671 </li>
1676 672 <li>
1677 - <label for="wp_chatbot_icon_11" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-11.png"
673 + <label for="wp_chatbot_icon_11" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-11.png"
1678 674 alt="">
1679 675 <input id="wp_chatbot_icon_11" type="radio"
1680 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-11.png' ? esc_attr('checked' ): ''); ?>
1681 - value="<?php echo esc_attr('icon-11.png'); ?>">
1682 - <?php esc_html_e('Icon - 11', 'chatbot'); ?>
676 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-11.png' ? 'checked' : ''); ?>
677 + value="icon-11.png">
678 + <?php esc_html_e('Icon - 11', 'wpchatbot'); ?>
1683 679 </label>
1684 680 </li>
1685 681 <li>
1686 - <label for="wp_chatbot_icon_12" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-12.png"
682 + <label for="wp_chatbot_icon_12" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-12.png"
1687 683 alt="">
1688 684 <input id="wp_chatbot_icon_12" type="radio"
1689 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-12.png' ? esc_attr('checked' ): ''); ?>
1690 - value="<?php echo esc_attr('icon-12.png'); ?>">
1691 - <?php esc_html_e('Icon - 12', 'chatbot'); ?>
685 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-12.png' ? 'checked' : ''); ?>
686 + value="icon-12.png">
687 + <?php esc_html_e('Icon - 12', 'wpchatbot'); ?>
1692 688 </label>
1693 689 </li>
1694 -
1695 690 <li>
1696 - <label for="wp_chatbot_icon_13" class="qc-opt-dcs-font"><img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>/icon-13.png"
691 + <label for="wp_chatbot_icon_13" class="qc-opt-dcs-font"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>/icon-13.png"
1697 692 alt="">
1698 693 <input id="wp_chatbot_icon_13" type="radio"
1699 - name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-13.png' ? esc_attr('checked' ): ''); ?>
1700 - value="<?php echo esc_attr('icon-13.png'); ?>">
1701 - <?php esc_html_e('Icon - 13', 'chatbot'); ?>
694 + name="wp_chatbot_icon" <?php echo(get_option('wp_chatbot_icon') == 'icon-13.png' ? 'checked' : ''); ?>
695 + value="icon-13.png">
696 + <?php esc_html_e('Icon - 13', 'wpchatbot'); ?>
1702 697 </label>
1703 698 </li>
1704 699 <li>
1705 700 <?php
1706 - if (get_option('wp_chatbot_custom_icon_path') != "") {
1707 - $wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_icon_path');
1708 - } else {
1709 - $wp_chatbot_custom_icon_path = esc_url(QCLD_wpCHATBOT_IMG_URL) . 'custom.png';
1710 - }
1711 - ?>
1712 - <label for="wp_chatbot_custom_icon_input" class="qc-opt-dcs-font"> <img id="wp_chatbot_custom_icon_src "
1713 - src="<?php echo esc_url($wp_chatbot_custom_icon_path); ?>" alt=" ">
701 + if (get_option('wp_chatbot_custom_icon_path') != "") {
702 + $wp_chatbot_custom_icon_path = get_option('wp_chatbot_custom_icon_path');
703 + } else {
704 + $wp_chatbot_custom_icon_path = QCLD_wpCHATBOT_IMG_URL . 'custom.png';
705 + }
706 + ?>
707 + <label for="wp_chatbot_custom_icon_input" class="qc-opt-dcs-font"> <img id="wp_chatbot_custom_icon_src"
708 + src="<?php echo $wp_chatbot_custom_icon_path; ?>" alt="">
1714 709 <input id="wp_chatbot_custom_icon_input" type="radio"
1715 710 name="wp_chatbot_icon"
1716 - value="<?php echo esc_attr('custom.png' ); ?>" <?php echo(get_option('wp_chatbot_icon') == 'custom.png' ? esc_attr('checked' ): ''); ?>>
1717 - <?php esc_html_e('Custom Icon', 'chatbot'); ?>
711 + value="custom.png" <?php echo(get_option('wp_chatbot_icon') == 'custom.png' ? 'checked' : ''); ?>>
712 + <?php esc_html_e('Custom Icon', 'wpchatbot'); ?>
1718 713 </label>
1719 - </li>
714 + </li>
1720 715 </ul>
1721 716 </div>
1722 717 <!-- cxsc-settings-blocks-->
1723 -
1724 - <div class="row">
1725 - <div class="col-xs-12">
1726 - <div class="cxsc-settings-blocks">
1727 - <div class="form-group">
1728 - <h4 class="qc-opt-title">
1729 - <?php esc_html_e('WPBot Icon Background Color.', 'chatbot'); ?>
1730 - </h4>
1731 - <input id="wp_chatbot_floatingiconbg_color" type="text" name="wp_chatbot_floatingiconbg_color" value="<?php echo esc_attr((get_option('wp_chatbot_floatingiconbg_color') != '' ? get_option('wp_chatbot_floatingiconbg_color'): '#fff') ); ?>"/>
1732 - </div>
1733 - </div>
1734 - </div>
1735 - </div>
1736 - <div class="row">
1737 - <div class="col-xs-12">
1738 - <div class="form-group">
1739 - <h4 class="qc-opt-title">
1740 - <?php esc_html_e(' Upload custom Icon ', 'chatbot'); ?> <span class="small"><span class="text-danger"><?php esc_html_e('** If you select custom icon, you must upload an icon image.', 'chatbot'); ?></span></span>
718 + <br>
719 + <div class="cxsc-settings-blocks">
720 + <div class="form-group">
721 + <h4 class="qc-opt-title">
722 + <?php _e('WPBot Icon Background Color.', 'woochatbot'); ?>
1741 723 </h4>
1742 - <div class="cxsc-settings-blocks">
1743 - <input type="hidden" name="wp_chatbot_custom_icon_path"
1744 - id="wp_chatbot_custom_icon_path"
1745 - value="<?php echo esc_attr( $wp_chatbot_custom_icon_path ); ?>"/>
1746 - <button type="button" class="qcld_chatbot_custom_icon_button button">
1747 - <?php esc_html_e('Upload Icon', 'chatbot'); ?>
1748 - </button>
1749 - </div>
724 + <input id="wp_chatbot_floatingiconbg_color" type="text"
725 + name="wp_chatbot_floatingiconbg_color"
726 + value="<?php echo(get_option('wp_chatbot_floatingiconbg_color') != '' ? get_option('wp_chatbot_floatingiconbg_color') : '#fff'); ?>"/>
1750 727 </div>
1751 - </div>
1752 728 </div>
1753 -
1754 -
1755 -
1756 - <div class="row">
1757 - <div class="col-xs-12">
1758 - <div class="form-group">
1759 - <h4 class="qc-opt-title">
1760 - <?php esc_html_e(' WPBot Agent Image', 'chatbot'); ?>
1761 - </h4>
1762 - <div class="cxsc-settings-blocks">
1763 - <ul class="radio-list radio-list-custom">
1764 - <li>
1765 - <label for="wp_chatbot_agent_image_def" class="qc-opt-dcs-font"> <img src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>icon-13.png"
1766 - alt="">
1767 - <input id="wp_chatbot_agent_image_def" type="radio"
1768 - name="wp_chatbot_agent_image" <?php echo(get_option('wp_chatbot_agent_image') == 'agent-0.png' ? esc_attr('checked' ): ''); ?>
1769 - value="agent-0.png">
1770 - <?php esc_html_e('Default Agent', 'chatbot'); ?>
1771 - </label>
1772 - </li>
1773 - <li>
1774 -
1775 - <?php
1776 - if (get_option('wp_chatbot_custom_agent_path') != "") {
1777 - $wp_chatbot_custom_agent_path = get_option('wp_chatbot_custom_agent_path');
1778 - } else {
1779 - $wp_chatbot_custom_agent_path = esc_url(QCLD_wpCHATBOT_IMG_URL) . 'custom.png';
1780 - }
1781 - ?>
1782 -
1783 - <label for="wp_chatbot_agent_image_custom" class="qc-opt-dcs-font"> <img id="wp_chatbot_custom_agent_src"
1784 - src="<?php echo esc_url($wp_chatbot_custom_agent_path); ?>"
1785 - alt="Agent">
1786 - <input type="radio" name="wp_chatbot_agent_image"
1787 - id="wp_chatbot_agent_image_custom"
1788 - value="<?php echo esc_attr('custom-agent.png' ); ?>" <?php echo(get_option('wp_chatbot_agent_image') == 'custom-agent.png' ? esc_attr('checked' ): ''); ?>>
1789 - <?php esc_html_e('Custom Agent', 'chatbot'); ?></label>
1790 -
1791 - </li>
1792 - </ul>
1793 - </div>
1794 - <!-- cxsc-settings-blocks-->
1795 - </div>
729 + </div>
730 + </div>
731 + <div class="row">
732 + <div class="col-xs-12">
733 + <h4 class="qc-opt-title">
734 + <?php esc_html_e(' Upload custom Icon ', 'wpchatbot'); ?>
735 + </h4>
736 + <div class="cxsc-settings-blocks">
737 + <input type="hidden" name="wp_chatbot_custom_icon_path"
738 + id="wp_chatbot_custom_icon_path"
739 + value="<?php echo $wp_chatbot_custom_icon_path; ?>"/>
740 + <button type="button" class="wp_chatbot_custom_icon_button button">
741 + <?php esc_html_e('Upload Icon', 'wpchatbot'); ?>
742 + </button>
1796 743 </div>
1797 744 </div>
1798 - </div>
1799 745 </div>
1800 746 </div>
1801 747 <div class="top-section">
1802 748 <div class="row">
1803 749 <div class="col-xs-12">
1804 - <div class="form-group">
1805 - <h4 class="qc-opt-title">
1806 - <?php esc_html_e('Custom Agent Icon', 'chatbot'); ?>
750 + <h4 class="qc-opt-title">
751 + <?php esc_html_e(' WPBot Agent Image', 'wpchatbot'); ?>
1807 752 </h4>
1808 753 <div class="cxsc-settings-blocks">
754 + <ul class="radio-list">
755 + <li>
756 + <label for="wp_chatbot_agent_image_def" class="qc-opt-dcs-font"> <img src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>icon-0.png"
757 + alt="">
758 + <input id="wp_chatbot_agent_image_def" type="radio"
759 + name="wp_chatbot_agent_image" <?php echo(get_option('wp_chatbot_agent_image') == 'agent-0.png' ? 'checked' : ''); ?>
760 + value="agent-0.png">
761 + <?php esc_html_e('Default Agent', 'wpchatbot'); ?>
762 + </label>
763 + </li>
764 + <li>
765 + <?php
766 + if (get_option('wp_chatbot_custom_agent_path') != "") {
767 + $wp_chatbot_custom_agent_path = get_option('wp_chatbot_custom_agent_path');
768 + } else {
769 + $wp_chatbot_custom_agent_path = QCLD_wpCHATBOT_IMG_URL . 'custom-agent.png';
770 + }
771 + ?>
772 + <label for="wp_chatbot_agent_image_custom" class="qc-opt-dcs-font"> <img id="wp_chatbot_custom_agent_src"
773 + src="<?php echo esc_url($wp_chatbot_custom_agent_path); ?>"
774 + alt="Agent">
775 + <input type="radio" name="wp_chatbot_agent_image"
776 + id="wp_chatbot_agent_image_custom"
777 + value="custom-agent.png" <?php echo(get_option('wp_chatbot_agent_image') == 'custom-agent.png' ? 'checked' : ''); ?>>
778 + <?php echo esc_html__('Custom Agent', 'wpchatbot'); ?></label>
779 + </li>
780 + </ul>
781 + </div>
782 + <!-- cxsc-settings-blocks-->
783 + </div>
784 + </div>
785 + <div class="row">
786 + <div class="col-xs-12">
787 + <h4 class="qc-opt-title">
788 + <?php esc_html_e('Custom Agent Icon', 'wpchatbot'); ?>
789 + </h4>
790 + <div class="cxsc-settings-blocks">
1809 791 <input type="hidden" name="wp_chatbot_custom_agent_path"
1810 792 id="wp_chatbot_custom_agent_path"
1811 - value="<?php echo esc_attr( $wp_chatbot_custom_agent_path ); ?>"/>
793 + value="<?php echo $wp_chatbot_custom_agent_path; ?>"/>
1812 794 <button type="button" class="wp_chatbot_custom_agent_button button">
1813 - <?php esc_html_e('Upload Agent Icon', 'chatbot'); ?>
795 + <?php esc_html_e('Upload Agent Icon', 'wpchatbot'); ?>
1814 796 </button>
1815 797 </div>
1816 798 </div>
1817 - </div>
1818 799 </div>
1819 800 </div>
1820 801 <div id="top-section">
1821 - <div class="form-group">
1822 - <!-- Avatar Location Section -->
1823 - <div class="avatar-location-wrapper">
1824 - <h4 class="qc-opt-title"><?php esc_html_e('Avatar Location', 'chatbot'); ?></h4>
1825 - <?php $avatar_location = get_option('qcld_chatbot_avatar_location'); ?>
1826 - <input type="hidden" id="qcld-avatar-location" name="qcld_chatbot_avatar_location" value="<?php echo esc_attr($avatar_location); ?>">
1827 - <div class="avatar-location-cards">
1828 - <div class="avatar-location-card <?php echo ($avatar_location === 'inside') ? 'active' : ''; ?>" data-location="inside">
1829 - <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>
1830 - <span><?php esc_html_e('Inside', 'chatbot'); ?></span>
1831 - </div>
1832 - <div class="avatar-location-card <?php echo ($avatar_location === 'side') ? 'active' : ''; ?>" data-location="side">
1833 - <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><line x1="9" y1="3" x2="9" y2="21"/></svg>
1834 - <span><?php esc_html_e('Side', 'chatbot'); ?></span>
1835 - </div>
1836 - <div class="avatar-location-card <?php echo ($avatar_location === 'hidden') ? 'active' : ''; ?>" data-location="hidden">
1837 - <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"/><line x1="1" y1="1" x2="23" y2="23"/></svg>
1838 - <span><?php esc_html_e('Hidden', 'chatbot'); ?></span>
1839 - </div>
1840 - </div>
1841 - </div>
1842 - <!-- End Avatar Location Section -->
1843 - <div class="row">
802 + <div class="row">
1844 803 <div class="col-sm-12">
1845 804 <h4 class="qc-opt-title">
1846 - <?php esc_html_e('WPBot Themes', 'chatbot'); ?>
805 + <?php esc_html_e('WPBot Themes', 'wpchatbot'); ?>
1847 806 </h4>
1848 807 </div>
1849 808 </div>
1850 - <div class="row qcld_thumbnail_theme_prev">
809 + <div class="row">
1851 810 <div class="col-sm-3">
1852 811 <label for="qcld_wb_chatbot_theme_0"> <img class="thumbnail theme_prev"
1853 - src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>templates/template-00.JPG"
812 + src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>templates/template-00.JPG"
1854 813 alt="Theme Basic">
1855 814 <input id="qcld_wb_chatbot_theme_0" type="radio"
1856 - name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-00' ? esc_attr('checked' ): ''); ?>
815 + name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-00' ? 'checked' : ''); ?>
1857 816 value="template-00">
1858 - <?php esc_html_e('Theme Basic', 'chatbot'); ?>
817 + <?php esc_html_e('Theme Basic', 'wpchatbot'); ?>
1859 818 </label>
1860 819 </div>
1861 820 <div class="col-sm-3">
1862 - <label for="qcld_wb_chatbot_theme_1"> <img class="thumbnail theme_prev"
1863 - src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>templates/template-01.JPG"
821 + <label for="qcld_wb_chatbot_theme_1"> <img class="thumbnail theme_prev"
822 + src="<?php echo QCLD_wpCHATBOT_IMG_URL; ?>templates/template-01.JPG"
1864 823 alt="Theme Basic">
1865 824 <input id="qcld_wb_chatbot_theme_1" type="radio"
1866 - name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-01' ? esc_attr('checked' ): ''); ?>
825 + name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-01' ? 'checked' : ''); ?>
1867 826 value="template-01">
1868 - <?php esc_html_e('Theme One', 'chatbot'); ?>
827 + <?php esc_html_e('Theme One', 'wpchatbot'); ?>
1869 828 </label>
1870 829 </div>
1871 - <div class="col-sm-6">
1872 - <label for="qcld_wb_chatbot_theme_horizontal"> <img class="thumbnail theme_prev"
1873 - src="<?php echo esc_url(QCLD_wpCHATBOT_IMG_URL); ?>templates/horizontal.png"
1874 - alt="Theme horizontal">
1875 - <input id="qcld_wb_chatbot_theme_horizontal" type="radio"
1876 - name="qcld_wb_chatbot_theme" <?php echo(get_option('qcld_wb_chatbot_theme') == 'template-horizontal' ? esc_attr('checked' ): ''); ?>
1877 - value="template-horizontal">
1878 - <?php esc_html_e('Theme Horizontal', 'chatbot'); ?>
1879 - </label>
1880 - </div>
1881 830 </div>
1882 831 </div>
1883 832 </div>
1884 - </div>
1885 -
833 + <!--<hr>
834 + <div id="top-section">
835 + <div class="row">
836 + <div class="col-sm-12">
837 + <h4 class="qc-opt-title"> <?php esc_html_e('Custom Backgroud', 'wpchatbot'); ?></h4>
838 + <div class="cxsc-settings-blocks">
839 + <input value="1" id="qcld_wb_chatbot_change_bg" type="checkbox"
840 + name="qcld_wb_chatbot_change_bg" <?php echo(get_option('qcld_wb_chatbot_change_bg') == 1 ? 'checked' : ''); ?>>
841 + <label for="qcld_wb_chatbot_change_bg"><?php esc_html_e('Change the wpwBot message board background for Theme 2 and Theme 3.', 'wpchatbot'); ?> </label>
842 + </div>
843 + </div>
844 + </div>
845 + <div class="row qcld-wp-chatbot-board-bg-container" <?php if (get_option('qcld_wb_chatbot_change_bg') != 1) {
846 + echo 'style="display:none"';
847 + } ?>>
848 + <div class="col-xs-6">
849 + <p class="wp-chatbot-settings-instruction"> <?php esc_html_e('Upload wpwBot message board background (Ideal image size 376px X 688px).', 'wpchatbot'); ?> </p>
850 + <div class="cxsc-settings-blocks">
851 + <?php
852 + if (get_option('qcld_wb_chatbot_board_bg_path') != "") {
853 + $qcld_wb_chatbot_board_bg_path = get_option('qcld_wb_chatbot_board_bg_path');
854 + } else {
855 + $qcld_wb_chatbot_board_bg_path = QCLD_wpCHATBOT_IMG_URL . 'background/background.png';
856 + }
857 + ?>
858 + <input type="hidden" name="qcld_wb_chatbot_board_bg_path"
859 + id="qcld_wb_chatbot_board_bg_path"
860 + value="<?php echo $qcld_wb_chatbot_board_bg_path; ?>"/>
861 + <button type="button" class="qcld_wb_chatbot_board_bg_button button"><?php esc_html_e('Upload WpBot background.', 'wpchatbot'); ?></button>
862 + </div>
863 + </div>
864 +
865 + <div class="col-xs-6">
866 + <p class="wp-chatbot-settings-instruction"> <?php esc_html_e('Custom message board background', 'wpchatbot'); ?> </p>
867 + <img id="qcld_wb_chatbot_board_bg_image" style="height:100%;width:100%"
868 + src="<?php echo $qcld_wb_chatbot_board_bg_path; ?>"
869 + alt="Custom Background">
870 + </div>
871 + </div>
872 + </div>-->
1886 873
1887 874 <div id="wp-chatbot-custom-color-options" class="tab-pane fade">
1888 875 <div class="top-section">
1889 876 <div class="row">
1890 -
1891 - <div class="col-xs-6">
1892 - <div class="cxsc-settings-blocks cxsc-settings-blocks-style">
1893 - <div class="form-group">
1894 - <h4 class="qc-opt-title">
1895 - <?php esc_html_e('Custom Style Options', 'chatbot'); ?>
1896 - </h4>
877 + <div class="col-xs-12">
1897 878 <div class="cxsc-settings-blocks">
879 + <div class="form-group">
880 + <h4 class="qc-opt-title">
881 + <?php _e('Bot Floating Icon Background Color.', 'woochatbot'); ?>
882 + </h4>
883 + <input id="wp_chatbot_floatingiconbg_color" type="text"
884 + name="wp_chatbot_floatingiconbg_color"
885 + value="<?php echo(get_option('wp_chatbot_floatingiconbg_color') != '' ? get_option('wp_chatbot_floatingiconbg_color') : '#fff'); ?>"/>
886 + </div>
887 + </div>
888 + <h3 class="qc-opt-title">
889 + <?php _e('Custom Style Options', 'woochatbot'); ?>
890 + </h3>
891 + <div class="cxsc-settings-blocks">
1898 892 <input value="1" id="enable_wp_chatbot_custom_color" type="checkbox"
1899 - name="enable_wp_chatbot_custom_color" <?php echo(get_option('enable_wp_chatbot_custom_color') == 1 ? esc_attr('checked' ): ''); ?>>
893 + name="enable_wp_chatbot_custom_color" <?php echo(get_option('enable_wp_chatbot_custom_color') == 1 ? 'checked' : ''); ?>>
1900 894 <label for="enable_wp_chatbot_custom_color">
1901 - <?php esc_html_e('Enable Custom Styles ', 'chatbot'); ?>
895 + <?php _e('Enable Style Colors ', 'woochatbot'); ?>
1902 896 </label>
1903 897 </div>
1904 - </div>
1905 - </div>
1906 - </div>
1907 - <div class="col-xs-6">
898 + <br>
1908 899 <div class="cxsc-settings-blocks">
1909 900 <div class="form-group">
1910 901 <h4 class="qc-opt-title">
1911 - <?php esc_html_e('Text Color.', 'chatbot'); ?>
902 + <?php _e('Text Color.', 'woochatbot'); ?>
1912 903 </h4>
1913 904 <input id="wp_chatbot_text_color" type="text"
1914 - name="wp_chatbot_text_color"
1915 - value="<?php echo esc_attr((get_option('wp_chatbot_text_color') != '' ? get_option('wp_chatbot_text_color') : '#37424c')); ?>"/>
905 + name="wp_chatbot_text_color"
906 + value="<?php echo(get_option('wp_chatbot_text_color') != '' ? get_option('wp_chatbot_text_color') : '#37424c'); ?>"/>
1916 907 </div>
1917 908 </div>
1918 - </div>
1919 - <div class="col-xs-6">
1920 909 <div class="cxsc-settings-blocks">
1921 910 <div class="form-group">
1922 911 <h4 class="qc-opt-title">
1923 - <?php esc_html_e('Link Color.', 'chatbot'); ?>
912 + <?php _e('Link Color.', 'woochatbot'); ?>
1924 913 </h4>
1925 914 <input id="wp_chatbot_link_color" type="text"
1926 - name="wp_chatbot_link_color"
1927 - value="<?php echo esc_attr((get_option('wp_chatbot_link_color') != '' ? get_option('wp_chatbot_link_color') : '#e2cc1f')); ?>"/>
915 + name="wp_chatbot_link_color"
916 + value="<?php echo(get_option('wp_chatbot_link_color') != '' ? get_option('wp_chatbot_link_color') : '#e2cc1f'); ?>"/>
1928 917 </div>
1929 918 </div>
1930 - </div>
1931 - <div class="col-xs-6">
1932 919 <div class="cxsc-settings-blocks">
1933 920 <div class="form-group">
1934 921 <h4 class="qc-opt-title">
1935 - <?php esc_html_e('Link Hover Color.', 'chatbot'); ?>
922 + <?php _e('Link Hover Color.', 'woochatbot'); ?>
1936 923 </h4>
1937 924 <input id="wp_chatbot_link_hover_color" type="text"
1938 - name="wp_chatbot_link_hover_color"
1939 - value="<?php echo esc_attr((get_option('wp_chatbot_link_hover_color') != '' ? get_option('wp_chatbot_link_hover_color') : '#734006')); ?>"/>
925 + name="wp_chatbot_link_hover_color"
926 + value="<?php echo(get_option('wp_chatbot_link_hover_color') != '' ? get_option('wp_chatbot_link_hover_color') : '#734006'); ?>"/>
1940 927 </div>
1941 928 </div>
1942 - </div>
1943 - <div class="col-xs-6">
1944 929 <div class="cxsc-settings-blocks">
1945 930 <div class="form-group">
1946 931 <h4 class="qc-opt-title">
1947 - <?php esc_html_e('Bot Message Background Color.', 'chatbot'); ?>
932 + <?php _e('Bot Message Background Color.', 'woochatbot'); ?>
1948 933 </h4>
1949 934 <input id="wp_chatbot_bot_msg_bg_color" type="text"
1950 - name="wp_chatbot_bot_msg_bg_color"
1951 - value="<?php echo esc_attr((get_option('wp_chatbot_bot_msg_bg_color') != '' ? get_option('wp_chatbot_bot_msg_bg_color'): '#1f8ceb')) ; ?>"/>
935 + name="wp_chatbot_bot_msg_bg_color"
936 + value="<?php echo(get_option('wp_chatbot_bot_msg_bg_color') != '' ? get_option('wp_chatbot_bot_msg_bg_color') : '#1f8ceb'); ?>"/>
1952 937 </div>
1953 938 </div>
1954 - </div>
1955 - <div class="col-xs-6">
1956 939 <div class="cxsc-settings-blocks">
1957 940 <div class="form-group">
1958 941 <h4 class="qc-opt-title">
1959 - <?php esc_html_e('Bot Message Text Color.', 'chatbot'); ?>
942 + <?php _e('Bot Message Text Color.', 'woochatbot'); ?>
1960 943 </h4>
1961 944 <input id="wp_chatbot_bot_msg_text_color" type="text"
1962 - name="wp_chatbot_bot_msg_text_color"
1963 - value="<?php echo esc_attr((get_option('wp_chatbot_bot_msg_text_color') != '' ? get_option('wp_chatbot_bot_msg_text_color') : '#ffffff')); ?>"/>
945 + name="wp_chatbot_bot_msg_text_color"
946 + value="<?php echo(get_option('wp_chatbot_bot_msg_text_color') != '' ? get_option('wp_chatbot_bot_msg_text_color') : '#ffffff'); ?>"/>
1964 947 </div>
1965 948 </div>
1966 - </div>
1967 - <div class="col-xs-6">
1968 949 <div class="cxsc-settings-blocks">
1969 950 <div class="form-group">
1970 951 <h4 class="qc-opt-title">
1971 - <?php esc_html_e('User Message Background Color.', 'chatbot'); ?>
952 + <?php _e('User Message Background Color.', 'woochatbot'); ?>
1972 953 </h4>
1973 954 <input id="wp_chatbot_user_msg_bg_color" type="text"
1974 - name="wp_chatbot_user_msg_bg_color"
1975 - value="<?php echo esc_attr((get_option('wp_chatbot_user_msg_bg_color') != '' ? get_option('wp_chatbot_user_msg_bg_color') : '#ffffff') ); ?>"/>
955 + name="wp_chatbot_user_msg_bg_color"
956 + value="<?php echo(get_option('wp_chatbot_user_msg_bg_color') != '' ? get_option('wp_chatbot_user_msg_bg_color') : '#ffffff'); ?>"/>
1976 957 </div>
1977 958 </div>
1978 - </div>
1979 - <div class="col-xs-6">
1980 959 <div class="cxsc-settings-blocks">
1981 960 <div class="form-group">
1982 961 <h4 class="qc-opt-title">
1983 - <?php esc_html_e('User Message Text Color.', 'chatbot'); ?>
962 + <?php _e('User Message Text Color.', 'woochatbot'); ?>
1984 963 </h4>
1985 964 <input id="wp_chatbot_user_msg_text_color" type="text"
1986 - name="wp_chatbot_user_msg_text_color"
1987 - value="<?php echo esc_attr((get_option('wp_chatbot_user_msg_text_color') != '' ? get_option('wp_chatbot_user_msg_text_color') : '#000000')); ?>"/>
965 + name="wp_chatbot_user_msg_text_color"
966 + value="<?php echo(get_option('wp_chatbot_user_msg_text_color') != '' ? get_option('wp_chatbot_user_msg_text_color') : '#000000'); ?>"/>
1988 967 </div>
1989 968 </div>
1990 - </div>
1991 - <div class="col-xs-6">
1992 969 <div class="cxsc-settings-blocks">
1993 970 <div class="form-group">
1994 971 <h4 class="qc-opt-title">
1995 - <?php esc_html_e('Buttons Background Color.', 'chatbot'); ?>
972 + <?php _e('Buttons Background Color.', 'woochatbot'); ?>
1996 973 </h4>
1997 974 <input id="wp_chatbot_buttons_bg_color" type="text"
1998 - name="wp_chatbot_buttons_bg_color"
1999 - value="<?php echo esc_attr((get_option('wp_chatbot_buttons_bg_color') != '' ?get_option('wp_chatbot_buttons_bg_color'): '#1f8ceb')) ; ?>"/>
975 + name="wp_chatbot_buttons_bg_color"
976 + value="<?php echo(get_option('wp_chatbot_buttons_bg_color') != '' ? get_option('wp_chatbot_buttons_bg_color') : '#1f8ceb'); ?>"/>
2000 977 </div>
2001 978 </div>
2002 - </div>
2003 - <div class="col-xs-6">
2004 979 <div class="cxsc-settings-blocks">
2005 980 <div class="form-group">
2006 981 <h4 class="qc-opt-title">
2007 - <?php esc_html_e('Buttons Hover Background Color.', 'chatbot'); ?>
982 + <?php _e('Buttons Hover Background Color.', 'woochatbot'); ?>
2008 983 </h4>
2009 984 <input id="wp_chatbot_buttons_bg_color" type="text"
2010 - name="wp_chatbot_buttons_bg_color_hover"
2011 - value="<?php echo esc_attr((get_option('wp_chatbot_buttons_bg_color_hover') != '' ? get_option('wp_chatbot_buttons_bg_color_hover') : '#1f8ceb')); ?>"/>
985 + name="wp_chatbot_buttons_bg_color_hover"
986 + value="<?php echo(get_option('wp_chatbot_buttons_bg_color_hover') != '' ? get_option('wp_chatbot_buttons_bg_color_hover') : '#1f8ceb'); ?>"/>
2012 987 </div>
2013 988 </div>
2014 - </div>
2015 - <div class="col-xs-6">
2016 989 <div class="cxsc-settings-blocks">
2017 990 <div class="form-group">
2018 991 <h4 class="qc-opt-title">
2019 - <?php esc_html_e('Buttons Text Color.', 'chatbot'); ?>
992 + <?php _e('Buttons Text Color.', 'woochatbot'); ?>
2020 993 </h4>
2021 994 <input id="wp_chatbot_buttons_text_color" type="text"
2022 - name="wp_chatbot_buttons_text_color"
2023 - value="<?php echo esc_attr((get_option('wp_chatbot_buttons_text_color') != '' ? get_option('wp_chatbot_buttons_text_color') : '#ffffff')); ?>"/>
995 + name="wp_chatbot_buttons_text_color"
996 + value="<?php echo(get_option('wp_chatbot_buttons_text_color') != '' ? get_option('wp_chatbot_buttons_text_color') : '#ffffff'); ?>"/>
2024 997 </div>
2025 998 </div>
2026 - </div>
2027 - <div class="col-xs-6">
2028 999 <div class="cxsc-settings-blocks">
2029 1000 <div class="form-group">
2030 1001 <h4 class="qc-opt-title">
2031 - <?php esc_html_e('Buttons Text Color Hover.', 'chatbot'); ?>
1002 + <?php _e('Buttons Text Color Hover.', 'woochatbot'); ?>
2032 1003 </h4>
2033 1004 <input id="wp_chatbot_buttons_text_color" type="text"
2034 - name="wp_chatbot_buttons_text_color_hover"
2035 - value="<?php echo esc_attr((get_option('wp_chatbot_buttons_text_color_hover') != '' ? get_option('wp_chatbot_buttons_text_color_hover') : '#ffffff')); ?>"/>
1005 + name="wp_chatbot_buttons_text_color_hover"
1006 + value="<?php echo(get_option('wp_chatbot_buttons_text_color_hover') != '' ? get_option('wp_chatbot_buttons_text_color_hover') : '#ffffff'); ?>"/>
2036 1007 </div>
2037 1008 </div>
2038 - </div>
2039 - <div class="col-xs-6">
2040 1009 <div class="cxsc-settings-blocks">
2041 1010 <div class="form-group">
2042 1011 <h4 class="qc-opt-title">
2043 - <?php esc_html_e('Header background Color', 'chatbot'); ?>
1012 + <?php _e('Header background Color', 'woochatbot'); ?>
2044 1013 </h4>
2045 1014 <input id="wp_chatbot_header_background_color" type="text"
2046 1015 name="wp_chatbot_header_background_color"
2047 - value="<?php echo esc_attr((get_option('wp_chatbot_header_background_color') != '' ? get_option('wp_chatbot_header_background_color'): '#ffffff')); ?>"/>
1016 + value="<?php echo(get_option('wp_chatbot_header_background_color') != '' ? get_option('wp_chatbot_header_background_color') : '#ffffff'); ?>"/>
2048 1017 </div>
2049 1018 </div>
2050 - </div>
2051 - <div class="col-xs-6">
2052 1019 <div class="cxsc-settings-blocks">
2053 1020 <div class="form-group">
2054 1021 <h4 class="qc-opt-title">
2055 - <?php esc_html_e('Theme Primary Color', 'chatbot'); ?>
1022 + <?php _e('Theme Primary Color', 'woochatbot'); ?>
2056 1023 </h4>
2057 1024 <input id="wp_chatbot_theme_primary_color" type="text"
2058 - name="wp_chatbot_theme_primary_color"
2059 - value="<?php echo esc_attr((get_option('wp_chatbot_theme_primary_color') != '' ? get_option('wp_chatbot_theme_primary_color') : '#ffffff')); ?>"/>
1025 + name="wp_chatbot_theme_primary_color"
1026 + value="<?php echo(get_option('wp_chatbot_theme_primary_color') != '' ? get_option('wp_chatbot_theme_primary_color') : '#ffffff'); ?>"/>
2060 1027 </div>
2061 1028 </div>
2062 - </div>
2063 - <div class="col-xs-6">
2064 1029 <div class="cxsc-settings-blocks">
2065 1030 <div class="form-group">
2066 1031 <h4 class="qc-opt-title">
2067 - <?php esc_html_e('Theme Secondary Color', 'chatbot'); ?>
1032 + <?php _e('Theme Secondary Color', 'woochatbot'); ?>
2068 1033 </h4>
2069 1034 <input id="wp_chatbot_theme_secondary_color" type="text"
2070 - name="wp_chatbot_theme_secondary_color"
2071 - value="<?php echo esc_attr((get_option('wp_chatbot_theme_secondary_color') != '' ? get_option('wp_chatbot_theme_secondary_color') : '#ffffff')); ?>"/>
1035 + name="wp_chatbot_theme_secondary_color"
1036 + value="<?php echo(get_option('wp_chatbot_theme_secondary_color') != '' ? get_option('wp_chatbot_theme_secondary_color') : '#ffffff'); ?>"/>
2072 1037 </div>
2073 1038 </div>
2074 - </div>
2075 - <div class="col-xs-6">
2076 1039 <div class="cxsc-settings-blocks">
2077 1040 <div class="form-group">
2078 1041 <h4 class="qc-opt-title">
2079 - <?php esc_html_e('Font size', 'chatbot'); ?>
1042 + <?php _e('Font size', 'woochatbot'); ?>
2080 1043 </h4>
2081 1044 <input id="wp_chatbot_font_size" type="number"
2082 - name="wp_chatbot_font_size"
2083 - value="<?php echo esc_attr((get_option('wp_chatbot_font_size') != '' ? get_option('wp_chatbot_font_size'): '16')) ; ?>"/>
1045 + name="wp_chatbot_font_size"
1046 + value="<?php echo(get_option('wp_chatbot_font_size') != '' ? get_option('wp_chatbot_font_size') : '16'); ?>"/>
2084 1047 </div>
2085 1048 </div>
2086 - </div>
2087 - <div class="col-xs-6">
2088 1049 <div class="cxsc-settings-blocks">
2089 1050 <div class="form-group">
2090 1051 <h4 class="qc-opt-title">
2091 1052 <?php
2092 - esc_html_e('User message Font family ', 'chatbot');
2093 - $user_font = get_option('wp_chat_user_font_family') != '' ? get_option('wp_chat_user_font_family') : '';
2094 - $user_font_family = str_replace("\\", "",$user_font);
2095 - ?>
1053 + _e('User message Font family ', 'woochatbot');
1054 + $user_font = get_option('wp_chat_user_font_family') != '' ? get_option('wp_chat_user_font_family') : '';
1055 + $user_font_family = str_replace("\\", "",$user_font);
1056 + ?>
2096 1057 </h4>
2097 1058 <input id="wp_chatbot_user_font" type="text" name="wp_chatbot_user_font"
2098 - value="<?php echo esc_attr((get_option('wp_chatbot_user_font') != '' ? get_option('wp_chatbot_user_font') : ''));?>">
1059 + value="<?php echo(get_option('wp_chatbot_user_font') != '' ? get_option('wp_chatbot_user_font') : '');?>">
2099 1060 <input id="wp_chat_user_font_family" type="hidden"
2100 1061 name="wp_chat_user_font_family"
2101 1062 />
2102 1063 </div>
2103 1064 </div>
2104 - </div>
2105 - <div class="col-xs-6">
2106 1065 <div class="cxsc-settings-blocks">
2107 1066 <div class="form-group">
2108 1067 <h4 class="qc-opt-title">
2109 1068 <?php
2110 - esc_html_e('Bot message Font family ', 'chatbot');
2111 - $bot_font = get_option('wp_chat_bot_font_family') != '' ? get_option('wp_chat_bot_font_family') : '';
2112 - $bot_font_family = str_replace("\\", "",$bot_font);
2113 - ?>
1069 + _e('Bot message Font family ', 'woochatbot');
1070 + $bot_font = get_option('wp_chat_bot_font_family') != '' ? get_option('wp_chat_bot_font_family') : '';
1071 + $bot_font_family = str_replace("\\", "",$bot_font);
1072 + ?>
2114 1073 </h4>
2115 1074 <input id="wp_chatbot_bot_font" type="text" name="wp_chatbot_bot_font"
2116 - value="<?php echo esc_attr((get_option('wp_chatbot_bot_font') != '' ? get_option('wp_chatbot_bot_font') : ''));?>">
1075 + value="<?php echo(get_option('wp_chatbot_bot_font') != '' ? get_option('wp_chatbot_bot_font') : '');?>">
2117 1076 <input id="wp_chat_bot_font_family" type="hidden"
2118 1077 name="wp_chat_bot_font_family"
2119 1078 />
2120 1079 </div>
2121 1080 </div>
2122 - </div>
2123 -
2124 - <?php
2125 - $custom_js = "jQuery(function ($) {
2126 - $('#wp_chat_user_font_family').val(JSON.stringify(". esc_attr($user_font_family) ."));
2127 - $('#wp_chat_bot_font_family').val(JSON.stringify(". esc_attr($bot_font_family)."));
2128 - $('#wp_chatbot_user_font')
2129 - .fontpicker()
2130 - .on('change', function() {
2131 - var tmp = this.value.split(':'),
2132 - family = tmp[0],
2133 - variant = tmp[1] || '400',
2134 - weight = parseInt(variant,10),
2135 - italic = /i$/.test(variant);
2136 - var css = {
2137 - fontFamily:family,
2138 - fontWeight: weight,
2139 - fontStyle: italic ? 'italic' : 'normal'
2140 - };
2141 - $('#wp_chat_user_font_family').val(JSON.stringify(css));
2142 - });
2143 - $('#wp_chatbot_bot_font')
2144 - .fontpicker()
2145 - .on('change', function() {
2146 - var tmp = this.value.split(':'),
2147 - family = tmp[0],
2148 - variant = tmp[1] || '400',
2149 - weight = parseInt(variant,10),
2150 - italic = /i$/.test(variant);
2151 - // Set selected font on body
2152 - var css = {
2153 - fontFamily:family,
2154 - fontWeight: weight,
2155 - fontStyle: italic ? 'italic' : 'normal'
2156 - };
2157 - $('#wp_chat_bot_font_family').val(JSON.stringify(css));
2158 - });
2159 - });
2160 - ";
2161 - wp_add_inline_script('qcld-wp-chatbot-admin-js', $custom_js );
2162 -
2163 - ?>
1081 + <script>
1082 + jQuery(function ($) {
1083 + $('#wp_chat_user_font_family').val(JSON.stringify(<?php echo $user_font_family; ?>));
1084 + $('#wp_chat_bot_font_family').val(JSON.stringify(<?php echo $bot_font_family; ?>));
1085 + $('#wp_chatbot_user_font')
1086 + .fontpicker()
1087 + .on('change', function() {
1088 + var tmp = this.value.split(':'),
1089 + family = tmp[0],
1090 + variant = tmp[1] || '400',
1091 + weight = parseInt(variant,10),
1092 + italic = /i$/.test(variant);
1093 + var css = {
1094 + fontFamily: "'" + family + "'",
1095 + fontWeight: weight,
1096 + fontStyle: italic ? 'italic' : 'normal'
1097 + };
1098 +
1099 + $('#wp_chat_user_font_family').val(JSON.stringify(css));
1100 + });
1101 + $('#wp_chatbot_bot_font')
1102 + .fontpicker()
1103 + .on('change', function() {
1104 + var tmp = this.value.split(':'),
1105 + family = tmp[0],
1106 + variant = tmp[1] || '400',
1107 + weight = parseInt(variant,10),
1108 + italic = /i$/.test(variant);
1109 +
1110 + // Set selected font on body
1111 + var css = {
1112 + fontFamily: "'" + family + "'",
1113 + fontWeight: weight,
1114 + fontStyle: italic ? 'italic' : 'normal'
1115 + };
1116 + $('#wp_chat_bot_font_family').val(JSON.stringify(css));
1117 + });
1118 + });
1119 + </script>
1120 + </div>
2164 1121 </div>
2165 1122 </div>
2166 1123 </div>
2167 1124 </div>
2168 1125 </section>
2169 -
2170 1126 <section id="section-flip-4">
2171 1127 <div class="row">
2172 - <div class="col-xs-12">
2173 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
2174 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
2175 - </div> -->
2176 - </div>
1128 + <div class="col-xs-12"> </div>
2177 1129 </div>
2178 1130 <div class="top-section">
2179 - <h3 class="qcld-wpbot-main-tabs-title">
2180 - <?php esc_html_e('Build FAQ Query and Answers', 'chatbot'); ?>
2181 -
2182 - </h3>
2183 -
2184 -<p><b><?php esc_html_e('These FAQs are not searchable. You can use ChatBot->Simple Text Responses for searchable FAQs', 'chatbot'); ?></b></p>
2185 -
2186 - <div class="block-inner ui-sortable qcld-faq-block" id="wp-chatbot-support-builder">
1131 + <h4 class="qc-opt-title">
1132 + <?php esc_html_e('Build FAQ Query and Answers', 'wpchatbot'); ?>
1133 + </h4>
1134 + <div class="block-inner ui-sortable" id="wp-chatbot-support-builder">
2187 1135 <?php
2188 - $support_quereis=$this->qcld_wb_chatbot_str_replace(maybe_unserialize( get_option('support_query')));
2189 - $support_ans=$this->qcld_wb_chatbot_str_replace(maybe_unserialize( get_option('support_ans')));
2190 - if (($support_quereis[0] != '') && ($support_ans[0] != '') && !empty($support_ans[0]) && (count($support_ans) == count($support_quereis))) {
2191 -
2192 - $query_ans_counter=0;
2193 - foreach (array_combine($support_quereis, $support_ans) as $query => $ans) {
2194 - ?>
1136 + $support_quereis=$this->qcld_wb_chatbot_str_replace(unserialize( get_option('support_query')));
1137 + $support_ans=$this->qcld_wb_chatbot_str_replace(unserialize( get_option('support_ans')));
1138 + if (count($support_ans) >= 1) {
1139 + //foreach (get_option('support_ans') as $support_ans){
1140 + $query_ans_counter=0;
1141 + foreach (array_combine($support_quereis, $support_ans) as $query => $ans) {
1142 + ?>
2195 1143 <div class="row"> <span class="pull-right"> </span>
2196 1144 <div class="col-xs-12">
2197 - <button type="button" class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right"> <span class="dashicons dashicons-remove"></span></button>
2198 -
2199 - <div class="cxsc-settings-blocks cxsc-settings-faq-blocks">
2200 - <p>
2201 - <b> <?php esc_html_e('FAQ query ', 'chatbot'); ?> </b>
1145 + <button type="button"
1146 + class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right"> <i class="fa fa-times" aria-hidden="true"></i> </button>
1147 + <span class="wp-chatbot-support-cross pull-right" > <i class="fa fa-crosshairs" aria-hidden="true"></i> </span>
1148 + <div class="cxsc-settings-blocks">
1149 + <p class="qc-opt-dcs-font">
1150 + <?php esc_html_e('FAQ query ', 'wpchatbot'); ?>
2202 1151 </p>
2203 1152 <input type="text" class="form-control" name="support_query[]"
2204 - placeholder="<?php esc_html_e('FAQ query', 'chatbot' ); ?> " value="<?php echo esc_html( $query ); ?>">
1153 + placeholder="<?php esc_html_e('FAQ query ', 'wpchatbot'); ?>" value="<?php echo $query ?>">
2205 1154 <br>
2206 - <p>
2207 - <b><?php esc_html_e('FAQ answer', 'chatbot'); ?></b>
1155 + <p class="qc-opt-dcs-font">
1156 + <?php esc_html_e('FAQ answer', 'wpchatbot'); ?>
2208 1157 </p>
2209 - <?php
2210 - $anss = is_string( $ans ) ? $ans : '';
2211 - $answer = !is_array($ans) ? stripcslashes($ans) : $anss;
2212 -
2213 - wp_editor(html_entity_decode($answer), 'support_ans'.'_'.$query_ans_counter, array('textarea_name' =>
2214 - 'support_ans[]',
2215 - 'textarea_rows' => 20,
2216 - 'editor_height' => 100,
2217 - 'disabled' => 'disabled',
2218 - 'media_buttons' => false,
2219 - 'tinymce' => array(
2220 - 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
2221 - ));
2222 -
2223 - ?>
1158 + <?php wp_editor(html_entity_decode(stripcslashes($ans)), 'support_ans'.'_'.$query_ans_counter, array('textarea_name' =>
1159 + 'support_ans[]',
1160 + 'textarea_rows' => 20,
1161 + 'editor_height' => 100,
1162 + 'disabled' => 'disabled',
1163 + 'media_buttons' => false,
1164 + 'tinymce' => array(
1165 + 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
1166 + )); ?>
2224 1167 </div>
2225 1168 </div>
2226 1169 </div>
2227 1170 <?php
@@ -2229,36 +1172,32 @@
2229 1172 }
2230 1173 //}
2231 1174 } else {
2232 1175 ?>
2233 - <div class="row"> <span class="pull-right"> </span>
1176 + <div class="row">
2234 1177 <div class="col-xs-12">
2235 - <button type="button" class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right"> <span class="dashicons dashicons-remove"></span> </button>
2236 -
2237 -
2238 -
2239 -
1178 + <button type="button"
1179 + class="btn btn-danger btn-sm wp-chatbot-remove-support pull-right"> <i class="fa fa-times" aria-hidden="true"></i> </button>
1180 + <span class="wp-chatbot-support-cross pull-right" > <i class="fa fa-crosshairs" aria-hidden="true"></i> </span>
2240 1181 <div class="cxsc-settings-blocks">
2241 - <p>
2242 - <b> <?php esc_html_e('FAQ Query', 'chatbot'); ?></b>
1182 + <p class="qc-opt-dcs-font">
1183 + <?php esc_html_e('Support query', 'wpchatbot'); ?>
2243 1184 </p>
2244 1185 <input type="text" class="form-control" name="support_query[]"
2245 - placeholder="<?php esc_html_e('FAQ Query ', 'chatbot'); ?> ">
1186 + placeholder="<?php esc_html_e('Support query ', 'wpchatbot'); ?>">
2246 1187 <br>
2247 1188 <p class="qc-opt-dcs-font"><strong>
2248 - <?php esc_html_e('Support answer', 'chatbot'); ?>
1189 + <?php esc_html_e('Support answer', 'wpchatbot'); ?>
2249 1190 </strong></p>
2250 - <?php
2251 - wp_editor(html_entity_decode(stripcslashes('')), 'support_ans_0', array('textarea_name' =>
2252 - 'support_ans[]',
2253 - 'textarea_rows' => 20,
2254 - 'editor_height' => 100,
2255 - 'disabled' => 'disabled',
2256 - 'media_buttons' => false,
2257 - 'tinymce' => array(
2258 - 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
2259 - ));
2260 - ?>
1191 + <?php wp_editor(html_entity_decode(stripcslashes('')), 'support_ans_0', array('textarea_name' =>
1192 + 'support_ans[]',
1193 + 'textarea_rows' => 20,
1194 + 'editor_height' => 100,
1195 + 'disabled' => 'disabled',
1196 + 'media_buttons' => false,
1197 + 'tinymce' => array(
1198 + 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
1199 + )); ?>
2261 1200 </div>
2262 1201 <br>
2263 1202 </div>
2264 1203 </div>
@@ -2269,247 +1208,673 @@
2269 1208 <div class="row">
2270 1209 <div class="col-sm-6 text-left"></div>
2271 1210 <div class="col-sm-6 text-right">
2272 1211 <button class="btn btn-success btn-sm" type="button"
2273 - id="add-more-support-query">
2274 - <span class="dashicons dashicons-plus"></span>
2275 -
1212 + id="add-more-support-query"><i
1213 + class="fa fa-plus" aria-hidden="true"></i>
1214 + <?php esc_html_e('Add More Questions and Answers', 'wpchatbot'); ?>
2276 1215 </button>
2277 1216 </div>
2278 1217 </div>
2279 1218 </div>
2280 1219 </section>
2281 -
2282 -
1220 + <!--<section id="section-flip-4">
1221 + <div class="top-section">
1222 + <div class="notification-block-inner">
1223 + <div class="row">
1224 + <div class="col-xs-12">
1225 + <div class="cxsc-settings-blocks">
1226 + <?php $notification_interval = get_option('qlcd_wp_chatbot_notification_interval') != "" ? get_option('qlcd_wp_chatbot_notification_interval') : 5 ?>
1227 + <h4 class="qc-opt-title"><?php esc_html_e('Interval between notifications (in Seconds).', 'wpchatbot'); ?></h4>
1228 + <input type="text" class="form-control"
1229 + name="qlcd_wp_chatbot_notification_interval"
1230 + value="<?php echo $notification_interval ?>">
1231 + </div>
1232 + </div>
1233 + </div>
1234 +
1235 + <?php
1236 + $notifications = $this->qcld_wb_chatbot_str_replace(unserialize(get_option('qlcd_wp_chatbot_notifications')));
1237 + if (!empty($notifications)) {
1238 + $chatbot_notif_counter=0;
1239 + foreach ($notifications as $notification) {
1240 + ?>
1241 + <div class="row">
1242 + <div class="col-xs-12">
1243 + <button type="button"
1244 + class="btn btn-danger btn-sm wp-chatbot-remove-notification pull-right">
1245 + <i class="fa fa-times" aria-hidden="true"></i>
1246 + </button>
1247 + <div class="cxsc-settings-blocks">
1248 + <?php wp_editor(html_entity_decode(stripcslashes($notification)), 'qlcd_wp_chatbot_notifications_'.$chatbot_notif_counter, array('textarea_name' =>
1249 + 'qlcd_wp_chatbot_notifications[]',
1250 + 'textarea_rows' => 20,
1251 + 'editor_height' => 100,
1252 + 'disabled' => 'disabled',
1253 + 'media_buttons' => false,
1254 + 'tinymce' => array(
1255 + 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
1256 + )); ?>
1257 + </div>
1258 + </div>
1259 +
1260 + </div>
1261 +
1262 + <?php
1263 + $chatbot_notif_counter++;
1264 + }
1265 + //}
1266 + } else {
1267 + ?>
1268 + <div class="row">
1269 + <div class="col-xs-12">
1270 + <button type="button"
1271 + class="btn btn-danger btn-sm wp-chatbot-remove-notification pull-right">
1272 + <i class="fa fa-times" aria-hidden="true"></i>
1273 + </button>
1274 + <div class="cxsc-settings-blocks">
1275 + <?php wp_editor(html_entity_decode(stripcslashes('')), 'qlcd_wp_chatbot_notifications_0', array('textarea_name' =>
1276 + 'qlcd_wp_chatbot_notifications[]',
1277 + 'textarea_rows' => 20,
1278 + 'editor_height' => 100,
1279 + 'disabled' => 'disabled',
1280 + 'media_buttons' => false,
1281 + 'tinymce' => array(
1282 + 'toolbar1' => 'bold,italic,underline,separator,alignleft,aligncenter,alignright,separator,link,unlink',)
1283 + )); ?>
1284 + </div>
1285 + </div>
1286 + </div>
1287 + <?php
1288 + }
1289 + ?>
1290 + </div>
1291 + <div class="row">
1292 + <div class="col-sm-6 text-left"></div>
1293 + <div class="col-sm-6 text-right">
1294 + <button class="btn btn-success btn-sm" type="button"
1295 + id="add-more-notification-message">
1296 + <i class="fa fa-plus" aria-hidden="true"></i> <?php esc_html_e('Add', 'wpchatbot'); ?>
1297 + </button>
1298 + </div>
1299 + </div>
1300 +
1301 + </div>
1302 +
1303 + </section>-->
1304 + <section id="section-flip-5">
1305 + <div class="wp-chatbot-language-center-summmery"> </div>
1306 + <ul class="nav nav-tabs">
1307 + <li class="active"><a data-toggle="tab" href="#wp-chatbot-lng-general">
1308 + <?php esc_html_e('General', 'wpchatbot'); ?>
1309 + </a></li>
1310 + <li><a data-toggle="tab" href="#wp-chatbot-lng-support">
1311 + <?php esc_html_e('FAQ', 'wpchatbot'); ?>
1312 + </a></li>
1313 + <li><a data-toggle="tab" href="#wp-chatbot-lng-reserve-keyword">
1314 + <?php esc_html_e('ChatBot Keywords', 'wpchatbot'); ?>
1315 + </a></li>
1316 + </ul>
1317 + <div class="tab-content">
1318 + <div id="wp-chatbot-lng-general" class="tab-pane fade in active">
1319 + <div class="top-section">
1320 + <div class="row">
1321 + <div class="col-xs-12" id="wp-chatbot-language-section">
1322 + <p>After making changes in the language center or settings, please type reset and hit enter in the ChatBot to start testing from the beginning or open a new Incognito window (Ctrl+Shit+N in chrome).</p>
1323 + <p>You could use &lt;br&gt; tag for line break.</p>
1324 + <div class="form-group">
1325 + <h4 class="qc-opt-title">
1326 + <?php esc_html_e('Your Company or Website Name', 'wpchatbot'); ?>
1327 + </h4>
1328 + <input type="text" class="form-control qc-opt-dcs-font"
1329 + name="qlcd_wp_chatbot_host"
1330 + value="<?php echo(get_option('qlcd_wp_chatbot_host') != '' ? get_option('qlcd_wp_chatbot_host') : 'Our Store'); ?>">
1331 + </div>
1332 + <div class="form-group">
1333 + <h4 class="qc-opt-title">
1334 + <?php esc_html_e('Agent name', 'wpchatbot'); ?>
1335 + </h4>
1336 + <input type="text" class="form-control qc-opt-dcs-font"
1337 + name="qlcd_wp_chatbot_agent"
1338 + value="<?php echo(get_option('qlcd_wp_chatbot_agent') != '' ? get_option('qlcd_wp_chatbot_agent') : 'Carrie'); ?>">
1339 + </div>
1340 + <div class="form-group">
1341 + <h4 class="qc-opt-title">
1342 + <?php esc_html_e('User demo name', 'wpchatbot'); ?>
1343 + </h4>
1344 + <input type="text" class="form-control qc-opt-dcs-font"
1345 + name="qlcd_wp_chatbot_shopper_demo_name"
1346 + value="<?php echo(get_option('qlcd_wp_chatbot_shopper_demo_name') != '' ? get_option('qlcd_wp_chatbot_shopper_demo_name') : 'Amigo'); ?>">
1347 + </div>
1348 + <div class="form-group">
1349 + <h4 class="qc-opt-title">
1350 + <?php esc_html_e('YES', 'wpchatbot'); ?>
1351 + </h4>
1352 + <input type="text" class="form-control qc-opt-dcs-font"
1353 + name="qlcd_wp_chatbot_yes"
1354 + value="<?php echo(get_option('qlcd_wp_chatbot_yes') != '' ? get_option('qlcd_wp_chatbot_yes') : 'YES'); ?>">
1355 + </div>
1356 + <div class="form-group">
1357 + <h4 class="qc-opt-title">
1358 + <?php esc_html_e('NO', 'wpchatbot'); ?>
1359 + </h4>
1360 + <input type="text" class="form-control qc-opt-dcs-font"
1361 + name="qlcd_wp_chatbot_no"
1362 + value="<?php echo(get_option('qlcd_wp_chatbot_no') != '' ? get_option('qlcd_wp_chatbot_no') : 'NO'); ?>">
1363 + </div>
1364 + <div class="form-group">
1365 + <h4 class="qc-opt-title">
1366 + <?php esc_html_e('OR', 'wpchatbot'); ?>
1367 + </h4>
1368 + <input type="text" class="form-control qc-opt-dcs-font"
1369 + name="qlcd_wp_chatbot_or"
1370 + value="<?php echo(get_option('qlcd_wp_chatbot_or') != '' ? get_option('qlcd_wp_chatbot_or') : 'OR'); ?>">
1371 + </div>
1372 + <div class="form-group">
1373 + <h4 class="qc-opt-title">
1374 + <?php esc_html_e('Sorry', 'wpchatbot'); ?>
1375 + </h4>
1376 + <input type="text" class="form-control qc-opt-dcs-font"
1377 + name="qlcd_wp_chatbot_sorry"
1378 + value="<?php echo(get_option('qlcd_wp_chatbot_sorry') != '' ? get_option('qlcd_wp_chatbot_sorry') : 'Sorry'); ?>">
1379 + </div>
1380 + <div class="form-group">
1381 + <?php
1382 + $agent_join_options = unserialize(get_option('qlcd_wp_chatbot_agent_join'));
1383 + $agent_join_option = 'qlcd_wp_chatbot_agent_join';
1384 + $agent_join_text = __('has joined the conversation', 'wpchatbot');
1385 + $this->qcld_wb_chatbot_dynamic_multi_option($agent_join_options, $agent_join_option, $agent_join_text);
1386 + ?>
1387 + </div>
1388 + </div>
1389 + <!--col-xs-12-->
1390 + <div class="col-xs-12" id="wp-chatbot-language-section">
1391 + <h4 class="text-success">
1392 + <?php esc_html_e(' Message setting for Greetings: ', 'wpchatbot'); ?>
1393 + </h4>
1394 + <div class="form-group">
1395 + <?php
1396 + $welcome_to_options = unserialize(get_option('qlcd_wp_chatbot_welcome'));
1397 + $welcome_to_option = 'qlcd_wp_chatbot_welcome';
1398 + $welcome_to_text =__('Welcome to', 'wpchatbot');
1399 + $this->qcld_wb_chatbot_dynamic_multi_option($welcome_to_options, $welcome_to_option, $welcome_to_text);
1400 + ?>
1401 + </div>
1402 + <div class="form-group">
1403 + <?php
1404 + $welcome_back_options = unserialize(get_option('qlcd_wp_chatbot_welcome_back'));
1405 + $welcome_back_option = 'qlcd_wp_chatbot_welcome_back';
1406 + $welcome_back_text = __('Welcome back', 'wpchatbot');
1407 + $this->qcld_wb_chatbot_dynamic_multi_option($welcome_back_options, $welcome_back_option, $welcome_back_text);
1408 + ?>
1409 + </div>
1410 + <div class="form-group">
1411 + <?php
1412 + $back_to_start_options = unserialize(get_option('qlcd_wp_chatbot_back_to_start'));
1413 + $back_to_start_option = 'qlcd_wp_chatbot_back_to_start';
1414 + $back_to_start_text = __('Back to Start', 'wpchatbot');
1415 + $this->qcld_wb_chatbot_dynamic_multi_option($back_to_start_options, $back_to_start_option, $back_to_start_text);
1416 + ?>
1417 + </div>
1418 + <div class="form-group">
1419 + <?php
1420 + $hi_there_options = unserialize(get_option('qlcd_wp_chatbot_hi_there'));
1421 + $hi_there_option = 'qlcd_wp_chatbot_hi_there';
1422 + $hi_there_text = __('Hi There!', 'wpchatbot');
1423 + $this->qcld_wb_chatbot_dynamic_multi_option($hi_there_options, $hi_there_option, $hi_there_text);
1424 + ?>
1425 + </div>
1426 + <div class="form-group">
1427 + <?php
1428 + $hello_options = unserialize(get_option('qlcd_wp_chatbot_hello'));
1429 + $hello_option = 'qlcd_wp_chatbot_hello';
1430 + $hello_text = __('Hello', 'wpchatbot');
1431 + $this->qcld_wb_chatbot_dynamic_multi_option($hello_options, $hello_option, $hello_text);
1432 + ?>
1433 + </div>
1434 + <div class="form-group">
1435 + <?php
1436 + $asking_name_options = unserialize(get_option('qlcd_wp_chatbot_asking_name'));
1437 + $asking_name_option = 'qlcd_wp_chatbot_asking_name';
1438 + $asking_name_text = __('May I know your name?', 'wpchatbot');
1439 + $this->qcld_wb_chatbot_dynamic_multi_option($asking_name_options, $asking_name_option, $asking_name_text);
1440 + ?>
1441 + </div>
1442 + <div class="form-group">
1443 + <?php
1444 + $i_am_options = unserialize(get_option('qlcd_wp_chatbot_i_am'));
1445 + $i_am_option = 'qlcd_wp_chatbot_i_am';
1446 + $i_am_text = __('I am', 'wpchatbot');
1447 + $this->qcld_wb_chatbot_dynamic_multi_option($i_am_options, $i_am_option, $i_am_text);
1448 + ?>
1449 + </div>
1450 + <div class="form-group">
1451 + <?php
1452 + $name_greeting_options = unserialize(get_option('qlcd_wp_chatbot_name_greeting'));
1453 + $name_greeting_option = 'qlcd_wp_chatbot_name_greeting';
1454 + $name_greeting_text = __('Nice to meet you', 'wpchatbot');
1455 + $this->qcld_wb_chatbot_dynamic_multi_option($name_greeting_options, $name_greeting_option, $name_greeting_text);
1456 + ?>
1457 + </div>
1458 + <div class="form-group">
1459 + <?php
1460 + $wildcard_msg_options = unserialize(get_option('qlcd_wp_chatbot_wildcard_msg'));
1461 + $wildcard_msg_option = 'qlcd_wp_chatbot_wildcard_msg';
1462 + $wildcard_msg_text = __('I am here to find what you need. What are you looking for?', 'wpchatbot');
1463 + $this->qcld_wb_chatbot_dynamic_multi_option($wildcard_msg_options, $wildcard_msg_option, $wildcard_msg_text);
1464 + ?>
1465 + </div>
1466 + <div class="form-group">
1467 + <?php
1468 + $empty_filter_msgs = unserialize(get_option('qlcd_wp_chatbot_empty_filter_msg'));
1469 + $empty_filter_msg = 'qlcd_wp_chatbot_empty_filter_msg';
1470 + $empty_filter_msg_text = __('Sorry, I did not understand that', 'wpchatbot');
1471 + $this->qcld_wb_chatbot_dynamic_multi_option($empty_filter_msgs, $empty_filter_msg, $empty_filter_msg_text);
1472 + ?>
1473 + </div>
1474 + <div class="form-group">
1475 + <?php
1476 + $qlcd_wp_chatbot_did_you_mean = unserialize(get_option('qlcd_wp_chatbot_did_you_mean'));
1477 + $qlcd_wp_chatbot_did_you_means = 'qlcd_wp_chatbot_did_you_mean';
1478 + $wp_chatbot_no_result_text = esc_html__('Did you mean?', 'wpchatbot');
1479 + $this->qcld_wb_chatbot_dynamic_multi_option($qlcd_wp_chatbot_did_you_mean, $qlcd_wp_chatbot_did_you_means, $wp_chatbot_no_result_text);
1480 + ?>
1481 + </div>
1482 + <h4 class="text-success">
1483 + <?php esc_html_e('Message setting for Editor Box ', 'wpchatbot'); ?>
1484 + </h4>
1485 + <div class="form-group">
1486 + <?php
1487 + $is_typing_options = unserialize(get_option('qlcd_wp_chatbot_is_typing'));
1488 + $is_typing_option = 'qlcd_wp_chatbot_is_typing';
1489 + $is_typing_text = __('is typing...', 'wpchatbot');
1490 + $this->qcld_wb_chatbot_dynamic_multi_option($is_typing_options, $is_typing_option, $is_typing_text);
1491 + ?>
1492 + </div>
1493 + <div class="form-group">
1494 + <?php
1495 + $send_a_msg_options = unserialize(get_option('qlcd_wp_chatbot_send_a_msg'));
1496 + $send_a_msg_option = 'qlcd_wp_chatbot_send_a_msg';
1497 + $send_a_msg_text =__('Send a message', 'wpchatbot');
1498 + $this->qcld_wb_chatbot_dynamic_multi_option($send_a_msg_options, $send_a_msg_option, $send_a_msg_text);
1499 + ?>
1500 + </div>
1501 + <div class="form-group">
1502 + <?php
1503 + $choose_option_options = unserialize(get_option('qlcd_wp_chatbot_choose_option'));
1504 + $choose_option_option = 'qlcd_wp_chatbot_choose_option';
1505 + $choose_option_text = __('Choose an option', 'wpchatbot');
1506 + $this->qcld_wb_chatbot_dynamic_multi_option($choose_option_options, $choose_option_option, $choose_option_text);
1507 + ?>
1508 + </div>
1509 + <div class="form-group">
1510 + <?php
1511 + $asking_email_options = unserialize(get_option('qlcd_wp_chatbot_asking_email'));
1512 + $asking_email_option = 'qlcd_wp_chatbot_asking_email';
1513 + $asking_email_text = __('Please provide your email address', 'wpchatbot');
1514 + $this->qcld_wb_chatbot_dynamic_multi_option($asking_email_options, $asking_email_option, $asking_email_text);
1515 + ?>
1516 + </div>
1517 + <div class="form-group">
1518 + <?php
1519 + $invalid_email_options = unserialize(get_option('qlcd_wp_chatbot_invalid_email'));
1520 + $invalid_email_option = 'qlcd_wp_chatbot_invalid_email';
1521 + $invalid_email_text = __('Sorry, Email address is not valid! Please provide a valid email.', 'wpchatbot');
1522 + $this->qcld_wb_chatbot_dynamic_multi_option($invalid_email_options, $invalid_email_option, $invalid_email_text);
1523 + ?>
1524 + </div>
1525 + <div class="form-group">
1526 + <?php
1527 + $asking_msg_options = unserialize(get_option('qlcd_wp_chatbot_asking_msg'));
1528 + $asking_msg_option = 'qlcd_wp_chatbot_asking_msg';
1529 + $asking_msg_text = __('Thank you for email address. Please write your message now.', 'wpchatbot');
1530 + $this->qcld_wb_chatbot_dynamic_multi_option($asking_msg_options, $asking_msg_option, $asking_msg_text);
1531 + ?>
1532 + </div>
1533 + <div class="form-group">
1534 + <h4 class="qc-opt-title">
1535 + <?php esc_html_e('WPBot Support Mail Subject', 'wpchatbot'); ?>
1536 + </h4>
1537 + <input type="text" class="form-control qc-opt-dcs-font"
1538 + name="qlcd_wp_chatbot_email_sub"
1539 + value="<?php echo(get_option('qlcd_wp_chatbot_email_sub') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_email_sub')) : 'Support Email Subject'); ?>">
1540 + </div>
1541 + <div class="form-group">
1542 + <?php
1543 + $support_option_again_options = unserialize(get_option('qlcd_wp_chatbot_support_option_again'));
1544 + $support_option_again_option = 'qlcd_wp_chatbot_support_option_again';
1545 + $support_option_again_text = __('You may choose option from below.', 'wpchatbot');
1546 + $this->qcld_wb_chatbot_dynamic_multi_option($support_option_again_options, $support_option_again_option, $support_option_again_text);
1547 + ?>
1548 + </div>
1549 + <div class="form-group">
1550 + <h4 class="qc-opt-title">
1551 + <?php esc_html_e('Your email was sent successfully.Thanks!', 'wpchatbot'); ?>
1552 + </h4>
1553 + <input type="text" class="form-control qc-opt-dcs-font"
1554 + name="qlcd_wp_chatbot_email_sent"
1555 + value="<?php echo(get_option('qlcd_wp_chatbot_email_sent') != '' ? get_option('qlcd_wp_chatbot_email_sent') : 'Your email was sent successfully.Thanks!'); ?>">
1556 + </div>
1557 + <div class="form-group">
1558 + <h4 class="qc-opt-title">
1559 + <?php esc_html_e('Sorry! I could not send your mail! Please contact the webmaster.', 'wpchatbot'); ?>
1560 + </h4>
1561 + <input type="text" class="form-control qc-opt-dcs-font"
1562 + name="qlcd_wp_chatbot_email_fail"
1563 + value="<?php echo(get_option('qlcd_wp_chatbot_email_fail') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_email_fail')) : 'Sorry! fail to send email'); ?>">
1564 + </div>
1565 + <div class="form-group">
1566 + <?php
1567 + $asking_phone_options = unserialize(get_option('qlcd_wp_chatbot_asking_phone'));
1568 + $asking_phone_option = 'qlcd_wp_chatbot_asking_phone';
1569 + $asking_phone_text = __('Please provide your Phone number', 'wpchatbot');
1570 + $this->qcld_wb_chatbot_dynamic_multi_option($asking_phone_options, $asking_phone_option, $asking_phone_text);
1571 + ?>
1572 + </div>
1573 + <div class="form-group">
1574 + <?php
1575 + $thanks_phone_options = unserialize(get_option('qlcd_wp_chatbot_thank_for_phone'));
1576 + $thanks_phone_option = 'qlcd_wp_chatbot_thank_for_phone';
1577 + $thanks_phone_text = __('Thank you for Phone number', 'wpchatbot');
1578 + $this->qcld_wb_chatbot_dynamic_multi_option($thanks_phone_options, $thanks_phone_option, $thanks_phone_text);
1579 + ?>
1580 + </div>
1581 + <div class="form-group">
1582 + <h4 class="qc-opt-title">
1583 + <?php esc_html_e('Thanks for your phone number. We will call you ASAP!', 'wpchatbot'); ?>
1584 + </h4>
1585 + <input type="text" class="form-control qc-opt-dcs-font"
1586 + name="qlcd_wp_chatbot_phone_sent"
1587 + value="<?php echo(get_option('qlcd_wp_chatbot_phone_sent') != '' ? get_option('qlcd_wp_chatbot_phone_sent') : 'Thanks for your phone number. We will call you ASAP!'); ?>">
1588 + </div>
1589 + <div class="form-group">
1590 + <h4 class="qc-opt-title">
1591 + <?php esc_html_e('Sorry! I could not collect phone number! Please contact the webmaster.', 'wpchatbot'); ?>
1592 + </h4>
1593 + <input type="text" class="form-control qc-opt-dcs-font"
1594 + name="qlcd_wp_chatbot_phone_fail"
1595 + value="<?php echo(get_option('qlcd_wp_chatbot_phone_fail') != '' ? wp_unslash(get_option('qlcd_wp_chatbot_phone_fail')) : 'Sorry! I could not collect phone number!'); ?>">
1596 + </div>
1597 + </div>
1598 + </div>
1599 + </div>
1600 + </div>
1601 + <div id="wp-chatbot-lng-support" class="tab-pane fade">
1602 + <div class="top-section">
1603 + <div class="row">
1604 + <div class="col-xs-12" id="wp-chatbot-language-section">
1605 + <div class="form-group">
1606 + <?php
1607 + $support_welcome_options = unserialize(get_option('qlcd_wp_chatbot_support_welcome'));
1608 + $support_welcome_option = 'qlcd_wp_chatbot_support_welcome';
1609 + $support_welcome_text = __('Welcome to FAQ Section', 'wpchatbot');
1610 + $this->qcld_wb_chatbot_dynamic_multi_option($support_welcome_options, $support_welcome_option, $support_welcome_text);
1611 + ?>
1612 + </div>
1613 +
1614 + <!--<div class="form-group">
1615 + <?php
1616 + $feedback_label_options = unserialize(get_option('qlcd_wp_chatbot_feedback_label'));
1617 + $feedback_label_option = 'qlcd_wp_chatbot_feedback_label';
1618 + $feedback_label_text = __('Send Feedback!', 'wpchatbot');
1619 + $this->qcld_wb_chatbot_dynamic_multi_option($feedback_label_options, $feedback_label_option, $feedback_label_text);
1620 + ?>
1621 + </div>-->
1622 +
1623 + </div>
1624 + </div>
1625 + </div>
1626 + </div>
1627 + <div id="wp-chatbot-lng-reserve-keyword" class="tab-pane fade">
1628 + <div class="top-section">
1629 + <div class="row">
1630 + <div class="col-xs-12" id="wp-chatbot-language-section">
1631 + <div class="form-group">
1632 + <h4 class="qc-opt-title">
1633 + <?php esc_html_e('Start Keyword', 'wpchatbot'); ?>
1634 + </h4>
1635 + <input type="text" class="form-control qc-opt-dcs-font"
1636 + name="qlcd_wp_chatbot_sys_key_help"
1637 + value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_help') != '' ? get_option('qlcd_wp_chatbot_sys_key_help') : 'start'); ?>">
1638 + </div>
1639 + <div class="form-group">
1640 + <h4 class="qc-opt-title"><strong>
1641 + <?php esc_html_e('FAQ', 'wpchatbot'); ?>
1642 + </strong>
1643 + <?php esc_html_e('Keyword', 'wpchatbot'); ?>
1644 + </h4>
1645 + <input type="text" class="form-control qc-opt-dcs-font"
1646 + name="qlcd_wp_chatbot_sys_key_support"
1647 + value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_support') != '' ? get_option('qlcd_wp_chatbot_sys_key_support') : 'faq'); ?>">
1648 + </div>
1649 + <div class="form-group">
1650 + <h4 class="qc-opt-title"><strong>
1651 + <?php esc_html_e('Converstion History Clear', 'wpchatbot'); ?>
1652 + </strong>
1653 + <?php esc_html_e('Keyword', 'wpchatbot'); ?>
1654 + </h4>
1655 + <input type="text" class="form-control qc-opt-dcs-font"
1656 + name="qlcd_wp_chatbot_sys_key_reset"
1657 + value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_reset') != '' ? get_option('qlcd_wp_chatbot_sys_key_reset') : 'reset'); ?>">
1658 + </div>
1659 + <div class="form-group">
1660 + <h4 class="qc-opt-title"><strong>
1661 + <?php esc_html_e('eMail', 'wpchatbot'); ?>
1662 + </strong>
1663 + <?php esc_html_e('Keyword to Send eMail', 'wpchatbot'); ?>
1664 + </h4>
1665 + <input type="text" class="form-control qc-opt-dcs-font"
1666 + name="qlcd_wp_chatbot_sys_key_email"
1667 + value="<?php echo(get_option('qlcd_wp_chatbot_sys_key_email') != '' ? get_option('qlcd_wp_chatbot_sys_key_email') : 'email'); ?>">
1668 + </div>
1669 + <div class="form-group">
1670 + <?php
1671 + $help_welcome_options = unserialize(get_option('qlcd_wp_chatbot_help_welcome'));
1672 + $help_welcome_option = 'qlcd_wp_chatbot_help_welcome';
1673 + $help_welcome_text = 'Welcome to Help Section';
1674 + $this->qcld_wb_chatbot_dynamic_multi_option($help_welcome_options, $help_welcome_option, $help_welcome_text);
1675 + ?>
1676 + </div>
1677 + <div class="form-group">
1678 + <?php
1679 + $help_msg_options = unserialize(get_option('qlcd_wp_chatbot_help_msg'));
1680 + $help_msg_option = 'qlcd_wp_chatbot_help_msg';
1681 + $help_msg_text = '<h3>Type and Hit Enter</h3> 1. <b>start</b> Get back to the main menu. <br> 2. <b>faq</b> for FAQ. <br> 3. <b>eMail </b> to Send eMail <br> 4. <b>reset</b> To clear chat history and start from the beginning.';
1682 + $this->qcld_wb_chatbot_dynamic_multi_option($help_msg_options, $help_msg_option, $help_msg_text);
1683 + ?>
1684 + </div>
1685 + <div class="form-group">
1686 + <?php
1687 + $reset_options = unserialize(get_option('qlcd_wp_chatbot_reset'));
1688 + $reset_option = 'qlcd_wp_chatbot_reset';
1689 + $reset_text = 'Do you want to clear our chat history and start over?';
1690 + $this->qcld_wb_chatbot_dynamic_multi_option($reset_options, $reset_option, $reset_text);
1691 + ?>
1692 + </div>
1693 + </div>
1694 + <!-- col-xs-12-->
1695 + </div>
1696 + <!-- row-->
1697 + </div>
1698 + <!-- top-section-->
1699 + </div>
1700 + </div>
1701 + <!-- tab-content-->
1702 + </section>
2283 1703 <section id="section-flip-6">
2284 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
2285 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
2286 - </div> -->
2287 1704 <?php
2288 - wp_enqueue_style('qcld-wp-chatbot-common-style', plugins_url(basename(plugin_dir_path(__FILE__)) . '/css/common-style.css', basename(__FILE__)), '', esc_attr(QCLD_wpCHATBOT_VERSION), 'screen');
2289 - ?>
1705 + wp_enqueue_style('qcld-wp-chatbot-common-style', plugins_url(basename(plugin_dir_path(__FILE__)) . '/css/common-style.css', basename(__FILE__)), '', QCLD_wpCHATBOT_VERSION, 'screen');
1706 + ?>
2290 1707 <div class="top-section">
2291 1708 <div class="notification-block-inner">
2292 1709 <div class="row">
2293 1710 <div class="col-xs-12">
2294 - <div id="qcld-show-more-wrapper-box">
2295 - <div class="qcld-show-more-text qcld-show-more-show-more-height">
2296 - <div class="row">
1711 + <div class="row">
2297 1712 <div class="col-xs-12">
2298 - <h3 class="qcld-wpbot-main-tabs-title"><?php echo esc_attr('Predefined Intents'); ?></h3>
1713 + <h2>Predefined Intents</h2>
2299 1714 <div class="row">
2300 1715 <div class="col-xs-12">
2301 - <div class="form-group">
2302 - <h4 class="qc-opt-title" style="margin-bottom: 20px;">
2303 - <?php esc_html_e('Site Search', 'chatbot'); ?>
1716 + <h4 class="qc-opt-title">
1717 + <?php esc_html_e('Call Me', 'wpchatbot'); ?>
2304 1718 </h4>
2305 - <div class="wpbot-cards-grid" style="margin-top: 0;">
2306 - <label class="wpbot-checkbox-card">
2307 - <input value="<?php echo esc_attr('1' ); ?>" id="disable_wp_chatbot_site_search" type="checkbox"
2308 - name="disable_wp_chatbot_site_search" <?php echo(get_option('disable_wp_chatbot_site_search') == 1 ? esc_attr('checked' ): ''); ?>>
2309 - <div class="card-body">
2310 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
2311 - <div class="icon-wrapper"><i class="dashicons dashicons-search" style="font-size:24px;width:24px;height:24px;"></i></div>
2312 - <h4><?php esc_html_e('Disable site search feature and button on Start Menu', 'chatbot'); ?></h4>
2313 - <p><?php esc_html_e('Disable site search feature and button on Start Menu.', 'chatbot'); ?></p>
2314 - </div>
1719 + <div class="cxsc-settings-blocks">
1720 + <input value="1" id="disable_wp_chatbot_call_gen" type="checkbox"
1721 + name="disable_wp_chatbot_call_gen" <?php echo(get_option('disable_wp_chatbot_call_gen') == 1 ? 'checked' : ''); ?>>
1722 + <label for="disable_wp_chatbot_call_gen">
1723 + <?php esc_html_e('Disable Call Me feature and button on Start Menu', 'wpchatbot'); ?>
2315 1724 </label>
2316 - <label class="wpbot-checkbox-card">
2317 - <input value="<?php echo esc_attr('1' ); ?>" id="enable_wp_chatbot_post_content" type="checkbox"
2318 - name="enable_wp_chatbot_post_content" <?php echo(get_option('enable_wp_chatbot_post_content') == 1 ? esc_attr('checked' ): ''); ?>>
2319 - <div class="card-body">
2320 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
2321 - <div class="icon-wrapper"><i class="dashicons dashicons-media-text" style="font-size:24px;width:24px;height:24px;"></i></div>
2322 - <h4><?php esc_html_e('Enable Searching Post Contents as well', 'chatbot'); ?></h4>
2323 - <p><?php esc_html_e('Enable searching within post contents as well.', 'chatbot'); ?></p>
2324 - </div>
2325 - </label>
2326 1725 </div>
2327 - <small style="display:block; margin-bottom: 15px; color: #64748b;"><?php echo esc_html( '(You can disable searching post contents option so it searches only the post Titles for most relevancy)'); ?></small>
2328 1726 </div>
2329 - </div>
2330 1727 </div>
2331 - <div class="form-group">
1728 + <div class="form-group" style="margin-bottom:0px">
2332 1729 <h4 class="qc-opt-title">
2333 - <?php esc_html_e('Button Label', 'chatbot'); ?>
1730 + <?php esc_html_e('Button Label', 'wpchatbot'); ?>
2334 1731 </h4>
2335 1732 <input type="text" class="form-control qc-opt-dcs-font"
2336 - name="qlcd_wp_chatbot_wildcard_site_search"
2337 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_wildcard_site_search') != '' ? get_option('qlcd_wp_chatbot_wildcard_site_search') : 'Site Search')); ?> ">
2338 - </div>
2339 - <div class="row">
2340 - <div class="col-xs-12">
2341 - <div class="form-group">
2342 - <h4 class="qc-opt-title">
2343 - <?php esc_html_e('Call Me', 'chatbot'); ?>
2344 - </h4>
2345 - <div class="wpbot-cards-grid" style="margin-top: 15px;">
2346 - <label class="wpbot-checkbox-card">
2347 - <input value="<?php echo esc_attr('1'); ?>" id="disable_wp_chatbot_call_gen" type="checkbox"
2348 - name="disable_wp_chatbot_call_gen" <?php echo(get_option('disable_wp_chatbot_call_gen') == 1 ? esc_attr('checked' ): ''); ?>>
2349 - <div class="card-body">
2350 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
2351 - <div class="icon-wrapper"><i class="dashicons dashicons-phone" style="font-size:24px;width:24px;height:24px;"></i></div>
2352 - <h4><?php esc_html_e('Disable Call Me feature and button on Start Menu', 'chatbot'); ?></h4>
2353 - <p><?php esc_html_e('Disable Call Me feature and button on Start Menu.', 'chatbot'); ?></p>
2354 - </div>
2355 - </label>
2356 - </div>
2357 - </div>
2358 - </div>
2359 - </div>
2360 - <div class="form-group">
2361 - <h4 class="qc-opt-title">
2362 - <?php esc_html_e('Button Label', 'chatbot'); ?>
2363 - </h4>
2364 - <input type="text" class="form-control qc-opt-dcs-font"
2365 1733 name="qlcd_wp_chatbot_support_phone"
2366 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_support_phone') != '' ? get_option('qlcd_wp_chatbot_support_phone') : 'Leave your number. We will call you back!')); ?> ">
1734 + value="<?php echo(get_option('qlcd_wp_chatbot_support_phone') != '' ? get_option('qlcd_wp_chatbot_support_phone') : 'Leave your number. We will call you back!'); ?>">
2367 1735 </div>
2368 1736 <div class="row">
2369 1737 <div class="col-xs-12">
2370 - <div class="form-group">
2371 - <h4 class="qc-opt-title">
2372 - <?php esc_html_e('Email', 'chatbot'); ?>
1738 + <h4 class="qc-opt-title">
1739 + <?php esc_html_e('Email', 'wpchatbot'); ?>
2373 1740 </h4>
2374 - <div class="wpbot-cards-grid" style="margin-top: 15px;">
2375 - <label class="wpbot-checkbox-card">
2376 - <input value="<?php echo esc_attr('1' ); ?>" id="disable_wp_chatbot_feedback" type="checkbox"
2377 - name="disable_wp_chatbot_feedback" <?php echo esc_attr((get_option('disable_wp_chatbot_feedback') == 1 ? 'checked' : ''), 'chatbot' ); ?>>
2378 - <div class="card-body">
2379 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
2380 - <div class="icon-wrapper"><i class="dashicons dashicons-email" style="font-size:24px;width:24px;height:24px;"></i></div>
2381 - <h4><?php esc_html_e('Disable Email feature and button on Start Menu', 'chatbot'); ?></h4>
2382 - <p><?php esc_html_e('Disable Email feature and button on Start Menu.', 'chatbot'); ?></p>
2383 - </div>
1741 + <div class="cxsc-settings-blocks">
1742 + <input value="1" id="disable_wp_chatbot_feedback" type="checkbox"
1743 + name="disable_wp_chatbot_feedback" <?php echo(get_option('disable_wp_chatbot_feedback') == 1 ? 'checked' : ''); ?>>
1744 + <label for="disable_wp_chatbot_feedback">
1745 + <?php esc_html_e('Disable Email feature and button on Start Menu', 'wpchatbot'); ?>
2384 1746 </label>
2385 1747 </div>
2386 1748 </div>
2387 - </div>
2388 1749 </div>
2389 - <div class="form-group">
1750 + <div class="form-group" style="margin-bottom:0px">
2390 1751 <h4 class="qc-opt-title">
2391 - <?php esc_html_e('Button Label', 'chatbot'); ?>
1752 + <?php esc_html_e('Button Label', 'wpchatbot'); ?>
2392 1753 </h4>
2393 1754 <input type="text" class="form-control qc-opt-dcs-font"
2394 1755 name="qlcd_wp_chatbot_support_email"
2395 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_support_email') != '' ? get_option('qlcd_wp_chatbot_support_email') : 'Send us Email')); ?> ">
1756 + value="<?php echo(get_option('qlcd_wp_chatbot_support_email') != '' ? get_option('qlcd_wp_chatbot_support_email') : 'Send us Email'); ?>">
2396 1757 </div>
2397 1758 <div class="row">
2398 1759 <div class="col-xs-12">
2399 - <div class="form-group">
2400 - <h4 class="qc-opt-title">
2401 - <?php esc_html_e('FAQ', 'chatbot'); ?>
1760 + <h4 class="qc-opt-title">
1761 + <?php esc_html_e('FAQ', 'wpchatbot'); ?>
2402 1762 </h4>
2403 - <div class="wpbot-cards-grid" style="margin-top: 15px;">
2404 - <label class="wpbot-checkbox-card">
2405 - <input value="<?php echo esc_attr('1' ); ?>" id="disable_wp_chatbot_faq" type="checkbox"
2406 - name="disable_wp_chatbot_faq" <?php echo(get_option('disable_wp_chatbot_faq') == 1 ? esc_attr('checked' ): ''); ?>>
2407 - <div class="card-body">
2408 - <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div>
2409 - <div class="icon-wrapper"><i class="dashicons dashicons-editor-help" style="font-size:24px;width:24px;height:24px;"></i></div>
2410 - <h4><?php esc_html_e('Disable FAQ feature and button on Start Menu', 'chatbot'); ?></h4>
2411 - <p><?php esc_html_e('Disable FAQ feature and button on Start Menu.', 'chatbot'); ?></p>
2412 - </div>
1763 + <div class="cxsc-settings-blocks">
1764 + <input value="1" id="disable_wp_chatbot_faq" type="checkbox"
1765 + name="disable_wp_chatbot_faq" <?php echo(get_option('disable_wp_chatbot_faq') == 1 ? 'checked' : ''); ?>>
1766 + <label for="disable_wp_chatbot_faq">
1767 + <?php esc_html_e('Disable FAQ feature and button on Start Menu', 'wpchatbot'); ?>
2413 1768 </label>
2414 1769 </div>
2415 1770 </div>
2416 - </div>
2417 1771 </div>
2418 - <div class="form-group">
1772 + <div class="form-group" style="margin-bottom:0px">
2419 1773 <h4 class="qc-opt-title">
2420 - <?php esc_html_e('Button Label', 'chatbot'); ?>
1774 + <?php esc_html_e('Button Label', 'wpchatbot'); ?>
2421 1775 </h4>
2422 1776 <input type="text" class="form-control qc-opt-dcs-font"
2423 1777 name="qlcd_wp_chatbot_wildcard_support"
2424 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_wildcard_support') != '' ? get_option('qlcd_wp_chatbot_wildcard_support') : 'FAQ')); ?> ">
1778 + value="<?php echo(get_option('qlcd_wp_chatbot_wildcard_support') != '' ? get_option('qlcd_wp_chatbot_wildcard_support') : 'FAQ'); ?>">
2425 1779 </div>
2426 -
2427 1780 </div>
2428 1781 </div>
2429 - </div>
2430 - <div class="qcld-show-more-show-more"><div class="Expandmore">Expand for More Options<span>+</span></div></div>
2431 - </div>
2432 1782 <div class="qc_menu_setup_area">
2433 - <h3 class="qcld-wpbot-main-tabs-title"><?php esc_html_e('Menu Sorting & Customization Area', 'chatbot'); ?></h3>
2434 - <p style="color:red"><?php esc_html_e('Always open a new Incognito window (Ctrl+Shit+N in chrome) to test after making any change.', 'chatbot'); ?></p>
2435 - <p><?php esc_html_e('To adjust the Active Menu ordering just drag it up or down.', 'chatbot'); ?><br>
2436 - <?php esc_html_e('To add a menu item in the', 'chatbot'); ?> <b><?php esc_html_e('Active Menu', 'chatbot'); ?> </b> <?php esc_html_e('simply drag a menu item from Available Menu column to the Active Menu. Double click to remove ', 'chatbot'); ?>.</p>
2437 - <p style="color:red;font-size:16px"><?php esc_html_e('**If you change any button label like FAQ, remove it from the active Menu Area. Add it back and save.', 'chatbot'); ?></p>
2438 -
2439 - <div class="qc_menu_area_box">
1783 + <h2>Menu Sorting & Customization Area</h2>
1784 + <p style="color:red">After making changes in the settings, please clear browser cache and cookies before reloading the page or open a new Incognito window (Ctrl+Shit+N in chrome).</p>
1785 + <p>In this section you can control the UI of the menu.<br>
1786 + To adjust the <b>Active Menu</b> ordering just drag it up or down. To add a menu item in <b>Active Menu</b> simply drag a menu item from <b>Available Menu</b> and drop it to <b>Active Menu</b> . To remove a menu item from <b>Active Menu</b> simple drag the menu item and drop it to <b>Available Menu</b>.</p>
1787 + <br>
2440 1788 <div class="qc_menu_area">
2441 - <h4><?php esc_html_e( 'Acitve Menu', 'chatbot'); ?></h4>
1789 + <h4>Acitve Menu</h4>
2442 1790 <div class="qc_menu_area_container" id="qc_menu_area">
2443 1791 <?php
2444 - if(get_option('qc_wpbot_menu_order')!=''):
2445 - if( is_string( get_option('qc_wpbot_menu_order') ) ):
2446 - echo wp_kses_post(wp_kses_stripslashes(get_option('qc_wpbot_menu_order')));
2447 - endif;
2448 - else:
2449 - $site_search_label = get_option('qlcd_wp_chatbot_wildcard_site_search') != '' ? get_option('qlcd_wp_chatbot_wildcard_site_search') : 'Site Search';
2450 - $support_email_label = get_option('qlcd_wp_chatbot_support_email') != '' ? get_option('qlcd_wp_chatbot_support_email') : 'Send us Email.';
2451 - $support_phone_label = get_option('qlcd_wp_chatbot_support_phone') != '' ? get_option('qlcd_wp_chatbot_support_phone') : 'Leave your number. We will call you back!';
2452 - echo '<span class="qcld-chatbot-wildcard qc_draggable_item qcld-chatbot-site-search" data-wildcart="site_search">' . esc_attr($site_search_label) . '</span>';
2453 - echo '<span class="qcld-chatbot-suggest-email qc_draggable_item">' . esc_attr($support_email_label) . '</span>';
2454 - echo '<span class="qcld-chatbot-suggest-phone qc_draggable_item">' . esc_attr($support_phone_label) . '</span>';
2455 - endif;
2456 - ?>
1792 + if(get_option('qc_wpbot_menu_order')!=''):
1793 + echo stripslashes(get_option('qc_wpbot_menu_order'));
1794 + else:?>
1795 + <?php if(get_option('disable_wp_chatbot_faq')==''): ?>
1796 + <span class="qcld-chatbot-wildcard qc_draggable_item_remove" data-wildcart="support"><?php echo get_option('qlcd_wp_chatbot_wildcard_support'); ?></span>
1797 + <?php endif; ?>
1798 + <?php if(get_option('enable_wp_chatbot_messenger')=='1'): ?>
1799 + <span class="qcld-chatbot-wildcard qc_draggable_item_remove" data-wildcart="messenger"><?php echo qcld_choose_random(unserialize(get_option('qlcd_wp_chatbot_messenger_label'))) ?></span>
1800 + <?php endif; ?>
1801 + <?php if(get_option('enable_wp_chatbot_whats')=='1'): ?>
1802 + <span class="qcld-chatbot-wildcard qc_draggable_item_remove" data-wildcart="whatsapp"><?php echo qcld_choose_random(unserialize(get_option('qlcd_wp_chatbot_whats_label'))); ?></span>
1803 + <?php endif; ?>
1804 + <?php if(get_option('disable_wp_chatbot_feedback')==''): ?>
1805 + <span class="qcld-chatbot-suggest-email qc_draggable_item_remove"><?php echo get_option('qlcd_wp_chatbot_support_email'); ?></span>
1806 + <?php endif; ?>
1807 + <?php if(get_option('disable_wp_chatbot_call_gen')==''): ?>
1808 + <span class="qcld-chatbot-suggest-phone qc_draggable_item_remove" ><?php echo get_option('qlcd_wp_chatbot_support_phone'); ?></span>
1809 + <?php endif; ?>
1810 + <?php
1811 + if(class_exists('Qcformbuilder_Forms_Admin')){
1812 + global $wpdb;
1813 +
1814 + $results = $wpdb->get_results("SELECT * FROM ". $wpdb->prefix."wfb_forms where 1 and type='primary'");
1815 + if(!empty($results)){
1816 + ?>
1817 + <?php
1818 + foreach($results as $result){
1819 + $form = unserialize($result->config);
1820 + ?>
1821 + <span class="qcld-chatbot-wildcard qcld-chatbot-form qc_draggable_item_remove" data-form="<?php echo $form['ID']; ?>" ><?php echo $form['name']; ?></span>
1822 + <?php
1823 + }
1824 + ?>
1825 + <?php
1826 + }
1827 + }
1828 + ?>
1829 + <?php endif; ?>
2457 1830 </div>
2458 1831 </div>
2459 1832 <div class="qc_menu_list_area">
2460 - <h4><?php esc_html_e('Available Menu', 'chatbot'); ?></h4>
1833 + <h4>Available Menu</h4>
2461 1834 <div class="qc_menu_list_container">
2462 - <p><?php esc_html_e('Predefined Intents', 'chatbot'); ?></p>
1835 + <p>Predefined Intents</p>
2463 1836 <ul>
2464 1837 <li>
2465 1838 <?php if(get_option('disable_wp_chatbot_faq')==''): ?>
2466 - <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="support"><?php echo esc_attr(get_option('qlcd_wp_chatbot_wildcard_support')); ?></span>
1839 + <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="support"><?php echo get_option('qlcd_wp_chatbot_wildcard_support'); ?></span>
2467 1840 <?php endif; ?>
2468 1841 </li>
2469 1842 <li>
2470 - <?php if(get_option('disable_wp_chatbot_site_search')==''): ?>
2471 - <span class="qcld-chatbot-wildcard qc_draggable_item qcld-chatbot-site-search" data-wildcart="site_search"><?php echo esc_attr(get_option('qlcd_wp_chatbot_wildcard_site_search')); ?></span>
2472 - <?php endif; ?>
2473 - </li>
2474 - <li>
2475 1843 <?php if(get_option('enable_wp_chatbot_messenger')=='1'): ?>
2476 - <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="messenger"><?php echo wp_kses_post(qcld_choose_random(maybe_unserialize(get_option('qlcd_wp_chatbot_messenger_label')))) ?></span>
1844 + <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="messenger"><?php echo qcld_choose_random(unserialize(get_option('qlcd_wp_chatbot_messenger_label'))) ?></span>
2477 1845 <?php endif; ?>
2478 1846 </li>
2479 1847 <li>
2480 1848 <?php if(get_option('enable_wp_chatbot_whats')=='1'): ?>
2481 - <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="whatsapp"><?php echo wp_kses_post(qcld_choose_random(maybe_unserialize(get_option('qlcd_wp_chatbot_whats_label')))); ?></span>
1849 + <span class="qcld-chatbot-wildcard qc_draggable_item" data-wildcart="whatsapp"><?php echo qcld_choose_random(unserialize(get_option('qlcd_wp_chatbot_whats_label'))); ?></span>
2482 1850 <?php endif; ?>
2483 1851 </li>
2484 1852 <li>
2485 1853 <?php if(get_option('disable_wp_chatbot_feedback')==''): ?>
2486 - <span class="qcld-chatbot-suggest-email qc_draggable_item"><?php echo esc_attr(get_option('qlcd_wp_chatbot_support_email')); ?></span>
1854 + <span class="qcld-chatbot-suggest-email qc_draggable_item"><?php echo get_option('qlcd_wp_chatbot_support_email'); ?></span>
2487 1855 <?php endif; ?>
2488 1856 </li>
2489 1857 <li>
2490 1858 <?php if(get_option('disable_wp_chatbot_call_gen')==''): ?>
2491 - <span class="qcld-chatbot-suggest-phone qc_draggable_item" ><?php echo esc_attr(get_option('qlcd_wp_chatbot_support_phone')); ?></span>
1859 + <span class="qcld-chatbot-suggest-phone qc_draggable_item" ><?php echo get_option('qlcd_wp_chatbot_support_phone'); ?></span>
2492 1860 <?php endif; ?>
2493 1861 </li>
2494 1862 </ul>
2495 1863 <?php
2496 - if(class_exists('Qcformbuilder_Forms_Admin')){
2497 -
2498 - global $wpdb;
1864 + if(class_exists('Qcformbuilder_Forms_Admin')){
1865 + global $wpdb;
2499 1866
2500 - //To Do: Need to use prepared statement
2501 -
2502 - $results = $wpdb->get_results($wpdb->prepare("SELECT * FROM ". $wpdb->prefix."wfb_forms where 1 and type=%s",'primary')); // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, PluginCheck.Security.DirectDB.UnescapedDBParameter
2503 - if(!empty($results)){
2504 - ?>
2505 - <p><?php esc_html_e('Conversational Form', 'chatbot'); ?></p>
1867 + $results = $wpdb->get_results("SELECT * FROM ". $wpdb->prefix."wfb_forms where 1 and type='primary'");
1868 + if(!empty($results)){
1869 + ?>
1870 + <p>Conversational Form</p>
2506 1871 <ul>
2507 1872 <?php
2508 - foreach($results as $result){
2509 - $form = maybe_unserialize($result->config);
2510 - ?>
2511 - <li><span class="qcld-chatbot-wildcard qcld-chatbot-form qc_draggable_item" data-form="<?php echo esc_attr($form['ID']); ?>" ><?php echo esc_html($form['name']); ?></span></li>
1873 + foreach($results as $result){
1874 + $form = unserialize($result->config);
1875 + ?>
1876 + <li><span class="qcld-chatbot-wildcard qcld-chatbot-form qc_draggable_item" data-form="<?php echo $form['ID']; ?>" ><?php echo $form['name']; ?></span></li>
2512 1877 <?php
2513 1878 }
2514 1879 ?>
2515 1880 </ul>
@@ -2518,14 +1883,10 @@
2518 1883 }
2519 1884 ?>
2520 1885 </div>
2521 1886 </div>
2522 -
2523 1887 </div>
2524 -
2525 -
2526 - </div>
2527 - <input id="qc_wpbot_menu_order" type="hidden" name="qc_wpbot_menu_order" value='<?php echo esc_attr(wp_kses_stripslashes(get_option('qc_wpbot_menu_order'))); ?>' />
1888 + <input id="qc_wpbot_menu_order" type="hidden" name="qc_wpbot_menu_order" value='<?php echo stripslashes(get_option('qc_wpbot_menu_order')); ?>' />
2528 1889 </div>
2529 1890 </div>
2530 1891 </div>
2531 1892 </div>
@@ -2530,51 +1891,39 @@
2530 1891 </div>
2531 1892 </div>
2532 1893 </section>
2533 1894 <section id="section-flip-7">
2534 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
2535 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
2536 - </div> -->
2537 1895 <div class="top-section">
2538 1896 <div class="wp-chatbot-language-center-summmery">
2539 1897 <p>
2540 - <?php esc_html_e('DialogFlow as Artificial Intelligences Engine for wpwBot', 'chatbot'); ?>
1898 + <?php esc_html_e('DialogFlow as Artificial Intelligences Engine for wpwBot', 'wpchatbot'); ?>
2541 1899 </p>
2542 1900 </div>
2543 -
2544 - <div class="row wp-chatbot-language-center-summmery-checkbox">
1901 + <div class="row">
2545 1902 <div class="col-xs-12">
2546 - <div class="wrapTexttop-lite">
2547 - <h3 class="qcld-wpbot-main-tabs-title"><?php esc_html_e('Enable DialogFlow as AI Engine to Detect Intent', 'chatbot'); ?> </h3>
2548 - <div class="alert alert-warning" role="alert">
2549 - <h5 style="color: #f00;font-weight:900"><?php esc_html_e('Please do not enable DialogFlow and OpenAI both at the same time.', 'chatbot'); ?> </h5>
2550 - <h5 style="color: #f00;font-weight:900 "><?php esc_html_e(' Enable either DialogFlow or OpenAI', 'chatbot'); ?> </h5>
2551 - </div>
2552 - <div class="cxsc-settings-blocks">
2553 - <input value="1" id="enable_wp_chatbot_dailogflow" type="checkbox"
2554 - name="enable_wp_chatbot_dailogflow" <?php echo(get_option('enable_wp_chatbot_dailogflow') == 1 ? esc_attr('checked' ): ''); ?>>
2555 - <label for="enable_wp_chatbot_dailogflow"><?php esc_html_e('Enable DialogFlow AI Engine to process Natural Language commands from users.', 'chatbot'); ?> </label> <br>
2556 -
2557 - </div>
2558 - </div>
2559 -
2560 -
2561 - <div class="qcld-dialogflow-enable-notice">If you Enable DialogFlow but do not configure it properly, the ChatBot will not respond.</div>
2562 - </div>
2563 -
1903 + <p class="wpqcld_chk_seft"> <a target="_blank" href="https://www.quantumcloud.com/custom-chatbot-services/"><img src="<?php echo QCLD_wpCHATBOT_IMG_URL ?>/chatbot-custom-service.jpg" alt="" /></a> </p>
1904 + </div>
1905 + </div>
1906 + <div class="row">
1907 + <div class="col-xs-12">
1908 + <h4 class="qc-opt-title"><?php echo esc_html__('Enable DialogFlow as AI Engine to Detect Intent', 'wpchatbot'); ?> </h4>
1909 + <div class="cxsc-settings-blocks">
1910 + <input value="1" id="enable_wp_chatbot_dailogflow" type="checkbox"
1911 + name="enable_wp_chatbot_dailogflow" <?php echo(get_option('enable_wp_chatbot_dailogflow') == 1 ? 'checked' : ''); ?>>
1912 + <label for="enable_wp_chatbot_dailogflow"><?php echo esc_html__('Enable DialogFlow AI Engine to process Natural Language commands from users.', 'wpchatbot'); ?> </label>
1913 + </div>
1914 + </div>
1915 + <div class="col-xs-12"> <br>
1916 + <p><?php echo esc_html__('Log in to DialogFlow Console from', 'wpchatbot'); ?> <a class="wpbot_df_instruction" href="<?php echo esc_url('https://dialogflow.com/'); ?>" target="_blank"><?php echo esc_html__('Here', 'wpchatbot'); ?></a> <?php echo esc_html__('with your gmail account.', 'wpchatbot'); ?> <a class="wpbot_df_instruction" href="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'download/wpwBot.zip'); ?>" download ><?php echo esc_html__('Download', 'wpchatbot'); ?></a> <?php echo esc_html__('the agent training data and import from DialogFlow->Settings->Export and Import tab. You can add your own intents in that agent but do not modify our following training intents which are', 'wpchatbot'); ?> <b>email, email subscription, faq, get email, get name, help, phone, reset, site search and start.</b> </p>
1917 + </div>
2564 1918 <div class="col-xs-12" id="wp-chatbot-dialflow-section">
2565 - <p><?php esc_html_e('Log in to DialogFlow Console from', 'chatbot'); ?>
2566 - <a class="wpbot_df_instruction" href="<?php echo esc_url('https://dialogflow.com/', 'chatbot'); ?>"
2567 - target="_blank">
2568 - <?php esc_html_e('Here', 'chatbot'); ?></a>
2569 - <?php esc_html_e('with your gmail account.', 'chatbot'); ?> <a class="wpbot_df_instruction" href="<?php echo esc_url(QCLD_wpCHATBOT_PLUGIN_URL.'download/wpwBot.zip'); ?>" download ><?php esc_html_e('Download', 'chatbot'); ?></a> <?php esc_html_e('the agent training data and import from DialogFlow->Settings->Export and Import tab. You can add your own intents in that agent but do not modify our following training intents which are', 'chatbot'); ?> <b><?php esc_html_e('email, email subscription, faq, get email, get name, help, phone, reset, site search and start.', 'chatbot'); ?></b> </p>
2570 - <h4 class="qc-opt-title"><?php esc_html_e('DialogFlow API Version', 'chatbot'); ?></h4>
1919 + <h4 class="qc-opt-title"><?php echo esc_html__('DialogFlow API Version', 'wpchatbot'); ?></h4>
2571 1920 <div class="form-group">
2572 - <label class="radio-inline ">
1921 + <label class="radio-inline">
2573 1922 <input id="wp-chatbot-df-api" type="radio"
2574 1923 name="wp_chatbot_df_api"
2575 1924 value="v2" checked>
2576 - <?php esc_html_e('Dialogflow API V2', 'chatbot'); ?> </label>
1925 + <?php echo esc_html__('Dialogflow API V2', 'wpchatbot'); ?> </label>
2577 1926 </div>
2578 1927 <div id="wp-chatbot-df-section-v2" style="display:block">
2579 1928 <!-- Dialogflow V2 Configuration -->
2580 1929
@@ -2579,24 +1928,24 @@
2579 1928 <!-- Dialogflow V2 Configuration -->
2580 1929
2581 1930 <?php if(!file_exists(QCLD_wpCHATBOT_GC_DIRNAME.'/autoload.php')): ?>
2582 1931 <div class="form-group"> <br>
2583 - <h4 class="qc-opt-title" style="color:red "><?php esc_html_e('For Interacting with Dialogflow V2 the Google Client Package is Required!', 'chatbot'); ?></h4>
2584 - <p><?php esc_html_e('Please click the download button below to download the Google Client package. The package will be downloaded inside your Wordpress`s', 'chatbot'); ?> <b><?php esc_html_e('/wp-content', 'chatbot'); ?></b> <?php esc_html_e('folder. This package is around', 'chatbot'); ?> <b><?php esc_html_e('0 MB', 'chatbot'); ?></b><?php esc_html_e(' in zip file format and it will be about', 'chatbot'); ?> <b><?php esc_html_e('49 MB', 'chatbot'); ?></b> <?php esc_html_e('after unzipping. Please make sure that your server has enough space to store that package.', 'chatbot'); ?></p>
1932 + <h4 class="qc-opt-title" style="color:red"><?php echo esc_html__('For Interacting with Dialogflow V2 the Google Client Package is Required!', 'wpchatbot'); ?></h4>
1933 + <p>Please click the download button below to download the Google Client package. The package will be downloaded inside your Wordpress's <b>/wp-content</b> folder. This package is around <b>10 MB</b> in zip file format and it will be about <b>49 MB</b> after unzipping. Please make sure that your server has enough space to store that package.</p>
2585 1934 <div class="qcld-wpbot-gcdownload-area">
2586 - <button class="btn btn-primary" id="qc_wpbot_gc_download" <?php echo (!is_writable(QCLD_wpCHATBOT_GC_ROOT)?'disabled':''); ?>><?php esc_html_e('Download and Install the Google Client', 'chatbot'); ?></button>
1935 + <button class="btn btn-primary" id="qc_wpbot_gc_download" <?php echo (!is_writable(QCLD_wpCHATBOT_GC_ROOT)?'disabled':''); ?>>Download and Install the Google Client</button>
2587 1936 <?php
2588 - if(!is_writable(QCLD_wpCHATBOT_GC_ROOT)){
2589 - echo '<span style="color:red;font-size: 12px; "><b>'.esc_html('wp-content').' </b> '.esc_html('folder is not writable.').'</span>';
2590 - }
2591 - ?>
1937 + if(!is_writable(QCLD_wpCHATBOT_GC_ROOT)){
1938 + echo '<span style="color:red;font-size: 12px;"><b>wp-content</b> folder is not writable.</span>';
1939 + }
1940 + ?>
2592 1941 <br>
2593 1942 <br>
2594 - <p><?php esc_html_e('Alternatively, If the download operation fails for some reason like folder permission or server timeout issue then you can manually upload the ', 'chatbot'); ?> <u title="Google Client"><?php esc_html_e('GC', 'chatbot'); ?></u> <?php esc_html_e('package by following some simple steps.', 'chatbot'); ?></p>
2595 - <p><?php esc_html_e('1. Download GC package from:', 'chatbot'); ?> <a href="<?php echo esc_url('https://github.com/qcloud/gc/archive/master.zip'); ?>" target="_blank"><?php esc_attr_e('https://github.com/qcloud/gc/archive/master.zip', 'chatbot'); ?></a></p>
2596 - <p><?php esc_html_e('2. Unzip the', 'chatbot'); ?> <b><?php esc_html_e('wpbotgc.zip', 'chatbot'); ?></b> <?php esc_html_e('inside to your computer.', 'chatbot'); ?></p>
2597 - <p><?php esc_html_e('3. Create a folder with name ', 'chatbot'); ?><b><?php esc_html_e('wpbot-dfv2-client', 'chatbot'); ?></b> <?php esc_html_e('under ', 'chatbot'); ?><b><?php esc_html_e('wp-content', 'chatbot'); ?></b> <?php esc_html_e('into your server.', 'chatbot'); ?></p>
2598 - <p><?php esc_html_e('4. Upload the upziped files and folders into', 'chatbot'); ?> <b><?php esc_html_e('wpbot-dfv2-client', 'chatbot'); ?></b><?php esc_html_e(' via FTP.', 'chatbot'); ?></p>
1943 + <p>Alternatively, If the download operation fails for some reason like folder permission or server timeout issue then you can manually upload the <u title="Google Client">GC</u> package by following some simple steps.</p>
1944 + <p>1. Download GC package from: <a href="https://github.com/qcloud/gc/archive/master.zip" target="_blank">https://github.com/qcloud/gc/archive/master.zip</a></p>
1945 + <p>2. Unzip the <b>wpbotgc.zip</b> inside to your computer.</p>
1946 + <p>3. Create a folder with name <b>wpbot-dfv2-client</b> under <b>wp-content</b> into your server.</p>
1947 + <p>4. Upload the upziped files and folders into <b>wpbot-dfv2-client</b> via FTP.</p>
2599 1948 <div class="qcld_wpbot_download_statuses"> </div>
2600 1949 </div>
2601 1950 <br>
2602 1951 </div>
@@ -2601,51 +1950,51 @@
2601 1950 <br>
2602 1951 </div>
2603 1952 <?php else: ?>
2604 1953 <div class="form-group">
2605 - <h4 class="qc-opt-title" style="color:green "><?php esc_html_e('Google Client Package is Installed on Your Website.', 'chatbot'); ?></h4>
1954 + <h4 class="qc-opt-title" style="color:green"><?php echo esc_html__('Google Client Package is Installed on Your Website.', 'wpchatbot'); ?></h4>
2606 1955 </div>
2607 1956 <?php endif; ?>
2608 1957 <div class="form-group">
2609 - <h4 class="qc-opt-title" ><?php esc_html_e('Please follow along with this', 'chatbot'); ?> <a href="<?php echo esc_url('https://www.wpbot.pro/dialogflow-integration'); ?>" target="_blank"><?php esc_html_e('tutorial.', 'chatbot'); ?> </a><?php esc_html_e(' It will help you to create a project id, private key and integrate WPBot with Dialogflow. For DialogFlow agent region, try choosing any region other than the EU region which has known issues.', 'chatbot'); ?> </h4>
1958 + <h4 class="qc-opt-title" >Please follow along with this <a href="https://www.wpbot.pro/dialogflow-integration" target="_blank">tutorial</a>. It will help you to create a project id, private key and integrate WPBot with Dialogflow. For DialogFlow agent region, try choosing any region other than the EU region which has known issues.</h4>
2610 1959 </div>
2611 1960 <div class="form-group">
2612 - <h4 class="qc-opt-title"><?php esc_html_e('DialogFlow Project ID', 'chatbot'); ?></h4>
2613 - <p><?php esc_html_e('You can follow the', 'chatbot'); ?> <a href="<?php echo esc_url('https://www.youtube.com/watch?v=qY-EHFY2wH8" '); ?>" target="_blank"><?php esc_html_e('tutorial', 'chatbot'); ?> </a><?php esc_html_e(' to get the Project ID.', 'chatbot'); ?> </p>
1961 + <h4 class="qc-opt-title"><?php echo esc_html__('DialogFlow Project ID', 'wpchatbot'); ?></h4>
1962 + <p>You can follow the <a href="https://www.youtube.com/watch?v=qY-EHFY2wH8" target="_blank">tutorial</a> to get the Project ID. </p>
2614 1963 <input type="text" class="form-control qc-opt-dcs-font"
2615 1964 name="qlcd_wp_chatbot_dialogflow_project_id"
2616 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_dialogflow_project_id') != '' ? get_option('qlcd_wp_chatbot_dialogflow_project_id') : '')); ?>" placeholder="<?php echo esc_attr('DialogFlow Project ID'); ?> ">
1965 + value="<?php echo(get_option('qlcd_wp_chatbot_dialogflow_project_id') != '' ? get_option('qlcd_wp_chatbot_dialogflow_project_id') : ''); ?>" placeholder="<?php echo esc_html__('DialogFlow Project ID', 'wpchatbot'); ?>">
2617 1966 </div>
2618 1967 <?php
2619 1968
2620 - $placeholderPrivatekey = '{
2621 - "type": "service_account",
2622 - "project_id": "YOUR_PROJECT_ID",
2623 - "private_key_id": "YOUR_PRIVATE_KEY_ID",
2624 - "private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY\n-----END PRIVATE KEY-----\n",
2625 - "client_email": "YOUR_CLIENT_EMAIL",
2626 - "client_id": "YOUR_CLIENT_ID",
2627 - "auth_uri": "https://accounts.google.com/o/oauth2/auth",
2628 - "token_uri": "https://oauth2.googleapis.com/token",
2629 - "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
2630 - "client_x509_cert_url": "YOUR_CLIENT_X509_CERT_URL"
2631 - }';
1969 +$placeholderPrivatekey = '{
1970 + "type": "service_account",
1971 + "project_id": "PLACEYOUROWNID",
1972 + "private_key_id": "31e300128..........c48",
1973 + "private_key": "-----BEGIN PRIVATE KEY-----\nTHIS IS A DEMO PRIVATE KEY to SHOW HOW IT SHOULD LOOK. Replace with ACTUAL KEY.+OdT09MGEdAjlgSF2HMDA3fl8Ey4dmTxRfAN9No6G3Ugs3BrpZHfY\nSviWzS4JQ0GkCubcJc0DzJ8AqG6xX7E3SfKpdtKEn1eYV7sfQL3C2lm2lTj6nWdt\nxrkhJVHn61kxfPAWChnkdPa5EbMNFnV5mN5rhwaOxR+tEjW9nWBjVFG0NMnOMWF4\nsu6QJVjQMtI99jPBCid1r4XV/sPABSXh8dscWdMinGhZfuCjF4sOGHUUaw+VDGb6\nZpPOh65nw5fsdOHETsb4BN/LW72Khux+870Ig4jkuLIN3PnSF9QfwO8U2qTG5sZK\nn5nxhT9zAgMBAAECggEAX1NSWRGnrcVsu6n1jn9xUpzvxyy+CJe1Z1DvHo1tmHNS\n0Q8OI/Y........THIS IS A DEMO PRIVATE KEY to SHOW HOW IT SHOULD LOOK. Replace with your own key......................................paqQKBgQCJ\nvNCZIHpLGVqwiw4SVYgZW2i+VsZ78sOw0SuuhjZNmOlGjpalbQCjKs9l5dSz5t5D\nVleJVyriFaXyvVty/iF6orqTgv0EhcLO2RI9KSrTpbOXcIkgeunAhRM3oloxSndt\n98H3f1xRvTLIm1enERLkOyGHmm7nWFV0BQWD+CxeCwKBgDtBGn+uBgNgZjSaLnkJ\noemAoIBN6aD4+QWduPldRgTilH6ABQ26SL+t4sa9jbAtkMuD/hWOMLBqmz98tfCC\ndy6cPghea+b0S7lj/wmUaDA1Vmz7luCLm+lO+fe3K6WIlEhAP/9MXVH90Sj6CllF\nAn4stWzIKHrRKA3lIvgJv+9W\n-----END PRIVATE KEY-----\n",
1974 + "client_email": "dialogflow-evysjn@wpbotpro.iam.gserviceaccount.com",
1975 + "client_id": "1026.....032997",
1976 + "auth_uri": "https://accounts.google.com/o/oauth2/auth",
1977 + "token_uri": "https://oauth2.googleapis.com/token",
1978 + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
1979 + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/dialogflow-evysjn%40wpbotpro.iam.gserviceaccount.com"
1980 +}';
2632 1981
2633 - ?>
1982 +?>
2634 1983 <div class="form-group">
2635 - <h4 class="qc-opt-title"><?php esc_html_e('Private Key', 'chatbot'); ?></h4>
2636 - <p><?php esc_html_e("Paste your google service account's private key JSON file's contents (string) here", 'chatbot'); ?> <a href="<?php echo esc_url('https://www.youtube.com/watch?v=qY-EHFY2wH8'); ?>" target="_blank"><?php esc_html_e('tutorial', 'chatbot'); ?></a> <?php esc_html_e('to get private key JSON file. ', 'chatbot'); ?></p>
2637 - <textarea class="form-control" rows="20" name="qlcd_wp_chatbot_dialogflow_project_key" placeholder='<?php echo esc_attr($placeholderPrivatekey); ?>'><?php echo esc_html(get_option('qlcd_wp_chatbot_dialogflow_project_key') != '' ? get_option('qlcd_wp_chatbot_dialogflow_project_key') : ''); ?></textarea>
1984 + <h4 class="qc-opt-title"><?php echo esc_html__('Private Key', 'wpchatbot'); ?></h4>
1985 + <p>Put your google service account's private key JSON string here. You can follow the <a href="https://www.youtube.com/watch?v=qY-EHFY2wH8" target="_blank">tutorial</a> to get private key JSON file. </p>
1986 + <textarea class="form-control" rows="20" name="qlcd_wp_chatbot_dialogflow_project_key" placeholder='<?php echo $placeholderPrivatekey; ?>'><?php echo(get_option('qlcd_wp_chatbot_dialogflow_project_key') != '' ? get_option('qlcd_wp_chatbot_dialogflow_project_key') : ''); ?></textarea>
2638 1987 </div>
2639 1988
2640 1989 <!-- End Dialogflow V2 Configuration -->
2641 1990 </div>
2642 1991 <div class="form-group">
2643 - <h4 class="qc-opt-title"><?php esc_html_e('Please Click the Button Below to Test Dialogflow Connection.', 'chatbot'); ?> </h4>
2644 - <p style="color:red "><?php esc_html_e('*Save settings before pressing Test Dialogflow Connection', 'chatbot'); ?><br>
2645 - <?php esc_html_e('*You must have owner permission for the service account your are using in Dialogflow agent.', 'chatbot'); ?></p>
1992 + <h4 class="qc-opt-title"><?php echo esc_html__('Please Click the Button Below to Test Dialogflow Connection.', 'wpchatbot'); ?> </h4>
1993 + <p style="color:red"><?php echo esc_html__('*Save settings before pressing Test Dialogflow Connection', 'wpchatbot'); ?><br>
1994 + <?php echo esc_html__('*You must have owner permission for the service account your are using in Dialogflow agent.', 'wpchatbot'); ?></p>
2646 1995 <div class="cxsc-settings-blocks">
2647 - <button class="btn btn-primary" id="qc_wpbot_df_status"><?php esc_html_e('Test Dialogflow Connection', 'chatbot'); ?></button>
1996 + <button class="btn btn-primary" id="qc_wpbot_df_status">Test Dialogflow Connection</button>
2648 1997 <div class="qcwp_df_status"></div>
2649 1998 </div>
2650 1999 </div>
2651 2000 <br>
@@ -2650,284 +1999,91 @@
2650 1999 </div>
2651 2000 <br>
2652 2001 <div class="form-group">
2653 2002 <h4 class="qc-opt-title">
2654 - <?php esc_html_e('DialogFlow Default reply', 'chatbot'); ?>
2003 + <?php esc_html_e('DialofFlow Default reply', 'wpchatbot'); ?>
2655 2004 </h4>
2656 2005 <input type="text" class="form-control qc-opt-dcs-font"
2657 2006 name="qlcd_wp_chatbot_dialogflow_defualt_reply"
2658 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') != '' ? get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') : 'Sorry, I did not understand you. You may browse')); ?>" placeholder="<?php esc_html_e('DialogFlow default reply', 'chatbot'); ?> ">
2007 + value="<?php echo(get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') != '' ? get_option('qlcd_wp_chatbot_dialogflow_defualt_reply') : 'Sorry, I did not understand you. You may browse'); ?>" placeholder="<?php esc_html_e('DialogFlow default reply', 'wpchatbot'); ?>">
2659 2008 </div>
2660 2009 <div class="form-group">
2661 - <h4 class="qc-opt-title"><?php esc_html_e('DialogFlow Agent Language (Ex: en)', 'chatbot'); ?></h4>
2010 + <h4 class="qc-opt-title"><?php echo esc_html__('DialogFlow Agent Language (Ex: en)', 'wpchatbot'); ?></h4>
2662 2011 <input type="text" class="form-control qc-opt-dcs-font"
2663 2012 name="qlcd_wp_chatbot_dialogflow_agent_language"
2664 - value="<?php echo esc_attr((get_option('qlcd_wp_chatbot_dialogflow_agent_language') != '' ? get_option('qlcd_wp_chatbot_dialogflow_agent_language') : 'en')); ?>" placeholder="<?php esc_html_e('DialogFlow Agent Language', 'chatbot'); ?>">
2013 + value="<?php echo (get_option('qlcd_wp_chatbot_dialogflow_agent_language') != '' ? get_option('qlcd_wp_chatbot_dialogflow_agent_language') : 'en'); ?>" placeholder="<?php echo esc_html__('DialogFlow Agent Language', 'wpchatbot'); ?>">
2665 2014 </div>
2666 2015 </div>
2667 2016 </div>
2668 2017 </div>
2669 2018 </section>
2670 -
2671 - <section id="section-flip-9">
2672 - <div class="cxsc-settings-blocks-addon"><?php esc_html_e('Install the Conversational Form Builder to Collect Information from the users and create Button (menu) Driven Conversations.', 'chatbot'); ?></br>
2673 - <?php esc_html_e('After creating a Conversational form, you can add it to the ChatBot`s Start Menu from the ChatBot Settings->Start Menu', 'chatbot'); ?></b></div>
2674 -
2675 - <div class="qcld-recommendbot-conv-feature">
2676 - <?php include_once QCLD_wpCHATBOT_PLUGIN_DIR_PATH . '/qcld-recommendbot-plugin.php'; ?>
2677 - </div>
2678 - <div class="qcld-seo-help-feature">
2679 - <h3><?php esc_html_e('What Can You Do with it?', 'chatbot'); ?></h3>
2680 - <p><?php esc_html_e('Conversation Forms Pro allows you to create a wide variety of forms, that might include:', 'chatbot'); ?></p>
2681 - <ul>
2682 - <li><?php esc_html_e('🚀 Conditional Menu Driven Conversations', 'chatbot'); ?></li>
2683 - <li><?php esc_html_e('🚀 Standard Contact Forms', 'chatbot'); ?></li>
2684 - <li><?php esc_html_e('🚀 Dynamic, conditional Forms – where fields can change based on the user selections', 'chatbot'); ?></li>
2685 - <li><?php esc_html_e('🚀 Job Application Forms', 'chatbot'); ?></li>
2686 - <li><?php esc_html_e('🚀 Lead Capture Forms', 'chatbot'); ?></li>
2687 - <li><?php esc_html_e('🚀 Various types of Calculators', 'chatbot'); ?></li>
2688 - <li><?php esc_html_e('🚀 Feedback Survey Forms etc.', 'chatbot'); ?></li>
2689 - <li><?php esc_html_e('🚀 Submit Forms to OpenAI for a Response with your instructions and user submitted data. Supports multi-modal mode. Users can upload an Image or Audio file along with other form fields that you create. Check this article on how Conversational forms work with OpenAI', 'chatbot'); ?>.</li>
2690 - </ul>
2691 -
2692 - <h3><?php esc_html_e('How it Works?', 'chatbot'); ?></h3>
2693 - <p><?php esc_html_e('After creating a Conversation or form, you can show it in the ChatBot in different ways.', 'chatbot'); ?></p>
2694 - <ul>
2695 - <li><?php esc_html_e('🚀 Add it to the Start menu', 'chatbot'); ?></li>
2696 - <li><?php esc_html_e('🚀 Invoke the form intent with a system command to start inside ChatBot any time', 'chatbot'); ?></li>
2697 - <li><?php esc_html_e('🚀 Load the single intent/form inside a ChatBot widget on any page', 'chatbot'); ?></li>
2698 - <li><?php esc_html_e('🚀 Load the intent/form inside the ChatBot using a Click to Chat button that can be placed anywhere inside your content on any page.', 'chatbot'); ?></li>
2699 - <li><?php esc_html_e('🚀 Trigger another conversational form or Intent like Live Chat using conditions', 'chatbot'); ?></li>
2700 - </ul>
2701 - <h3><?php esc_html_e('Feature Highlights', 'chatbot'); ?></h3>
2702 -
2703 -
2704 - <div class="qcld-seo-help-feature-left">
2705 - <ul>
2706 - <li><?php esc_html_e('🚀 Easy to use visual drag and drop conversations and form builder', 'chatbot'); ?></li>
2707 - <li><?php esc_html_e('🚀 Create conversational form or just conversation using the HTML element', 'chatbot'); ?></li>
2708 - <li><?php esc_html_e('🚀 Add text fields, single option selection or multiple option selection with checkboxes', 'chatbot'); ?></li>
2709 - <li><?php esc_html_e('🚀 Add HTML contents inside the conversation forms', 'chatbot'); ?></li>
2710 - <li><?php esc_html_e('🚀 eMail conversations or forms to the admin at the end of conversation', 'chatbot'); ?></li>
2711 - <li><?php esc_html_e('🚀 Set different recipient email addresses for different conversation forms', 'chatbot'); ?></li>
2712 - <li><?php esc_html_e('🚀 Clone form', 'chatbot'); ?></li>
2713 - <li><?php esc_html_e('🚀 Export/Import Forms', 'chatbot'); ?></li>
2714 - <li><?php esc_html_e('🚀 Form Entries saved into database', 'chatbot'); ?></li>
2715 - <li><?php esc_html_e('🚀 Export Form Entries as CSV', 'chatbot'); ?></li>
2716 - <li><?php esc_html_e('🚀 12 Ready Form Templates to Get Started with (Contact Form, Feedback form. Survey Form, BMR Calculator, Appointment Request, Booking Form, Room Area Calculator)', 'chatbot'); ?></li>
2717 - <li><?php esc_html_e('🚀 11 Input Fields (Simple Text, Hidden, Email Address, Number, URL, Calculation, Select Option, Checkbox, DateTime Picker, HTML, File Upload, OpenAI Instructions)', 'chatbot'); ?></li>
2718 - <li><?php esc_html_e('🚀 Processor – Auto Responder – Send an auto response e-mail for form submission', 'chatbot'); ?></li>
2719 - <li><?php esc_html_e('🚀 Unlimited Conditional Field creation', 'chatbot'); ?></li>
2720 - <li><?php esc_html_e('🚀 Trigger another conversational form or Intent like Live Chat using conditions (**NEW)', 'chatbot'); ?></li>
2721 - <li><?php esc_html_e('🚀 Unlimited Variables creation', 'chatbot'); ?></li>
2722 - <li><?php esc_html_e('🚀 Form Revisions', 'chatbot'); ?></li>
2723 - <li><?php esc_html_e('🚀 Create system command to initiate form for ChatBot', 'chatbot'); ?></li>
2724 - <li><?php esc_html_e('🚀 Add form to Start Menu', 'chatbot'); ?></li>
2725 - <li><?php esc_html_e('🚀 Submit Forms to OpenAI for a Response with your instructions and user submitted data. Supports multi-modal mode. Users can upload an Image or Audio file along with other form fields that you create. Check this article on how Conversational forms work with OpenAI.', 'chatbot'); ?></li>
2726 - </ul>
2727 - </div>
2728 -
2729 - </div>
2730 - </section>
2731 -
2732 - <section id="section-flip-13">
2733 - <!-- <div class="<?php // esc_attr_e( 'cxsc-settings-blocks-notic" style="<?php // echo esc_attr('background: #2271B1'); ?>">
2734 - <p class="<?php // esc_attr_e( 'd-ib"><?php // esc_html_e('New horizontal/wide template is now available. Select from Icons and Themes', 'chatbot'); ?>
2735 - </div> -->
2019 + <section id="section-flip-7">
2736 2020 <div class="top-section">
2737 2021 <div class="row">
2738 2022 <div class="col-xs-12">
2739 - <h4 class="qc-opt-dcs"><?php esc_html_e('You can paste or write your custom css here.', 'chatbot'); ?></h4>
2023 + <h4 class="qc-opt-dcs"><?php echo esc_html__('You can paste or write your custom css here.', 'wpchatbot'); ?></h4>
2740 2024 <textarea name="wp_chatbot_custom_css"
2741 2025 class="form-control wp-chatbot-custom-css"
2742 2026 cols="10"
2743 - rows="16"><?php echo esc_textarea(get_option('wp_chatbot_custom_css')); ?></textarea>
2027 + rows="16"><?php echo get_option('wp_chatbot_custom_css'); ?></textarea>
2744 2028 </div>
2745 2029 </div>
2746 - <!-- row-->
2030 + <!-- row-->
2747 2031 </div>
2748 2032 </section>
2749 -
2750 - <section id="section-flip-11">
2751 - <div class="cxsc-settings-blocks-addon">
2752 - <?php esc_html_e('Harness the power of AI to generate SEO Freindly contents quickly. Install our SEO Help plugin with One Click Turbo AI Content Writer, YouTube Subtitle to SEO Article Generator with AI, Global AI writing panel, AI Image Generator and RSS Feed AutoBlogging with OpenAI or Google Gemini.', 'chatbot'); ?></div>
2753 -
2754 - <div class="qcld-recommendbot-conv-feature">
2755 - <?php include_once QCLD_wpCHATBOT_PLUGIN_DIR_PATH . '/qcld-recommendbot-ai-plugin.php'; ?>
2756 -
2757 - </div>
2758 - <div class="qcld-seo-help-feature">
2759 - <h3><?php esc_html_e('SEO Help Features', 'chatbot'); ?></h3>
2760 - <h4><?php esc_html_e('OpenAI ChatGPT or Google Gemini Powered Content Generator', 'chatbot'); ?></h4>
2761 - <p>
2762 - <?php esc_html_e('🚀 Supports both Google Gemini AI and OpenAI (ChatGPT)', 'chatbot'); ?><br>
2763 - <?php esc_html_e('🚀 Generate Text Contents for your Blog with the Click of a Button – Turbo content generator', 'chatbot'); ?><br>
2764 - <?php esc_html_e('🚀 Generate Single Articles directly from your Blog post edit page', 'chatbot'); ?><br>
2765 - <?php esc_html_e('🚀 Generate BULK articles and schedule each article’s publish time', 'chatbot'); ?><br>
2766 - <?php esc_html_e('🚀 Select to auto publish or save in draft', 'chatbot'); ?><br>
2767 - <?php esc_html_e('🚀 Generate summeries for Blog Posts automatically using OpenAI ChatGPT. Automatic content summary (summarizer) or TLDR can be helpful for both your readers and SEO. Blog Post Article Summaries are automatically added to your contents and can make your content look fresh to Search Engines if you enable Generate multiple summaries and use them randomly.', 'chatbot'); ?><br>
2768 - <?php esc_html_e('🚀 Automatically Create and Insert AI Images inside your articles', 'chatbot'); ?><br>
2769 - <?php esc_html_e('🚀 Options to fine tune your articles (How many headings?, Heading Tag, Writing Style, Writing Tone, Image Size, Language, Add Image, Add Tagline, Add Introduction, Add Conclusion, Add Faq, Anchor Text, Target URL, Add Call-to-Action, Call-to-Action Position, Add Keywords, Keywords to Avoid, Make Keywords Bold etc.)', 'chatbot'); ?><br>
2770 - <?php esc_html_e('🚀 A Collection of hundreds of ready Prompts for your ideas', 'chatbot'); ?><br>
2771 - <?php esc_html_e('🚀 Generate royalty free AI Images with many different options (Artist, Style, Photography, Lighting, Subject, Camera, Composition, Resolution, Color, Special Effects, Size9(up to 4K))', 'chatbot'); ?><br>
2772 - <?php esc_html_e('🚀 Save AI Generated images to Media Library with one click', 'chatbot'); ?><br>
2773 - <?php esc_html_e('🚀 AI Image Gutenberg Block. Create and Insert Image directly into your blog post', 'chatbot'); ?><br>
2774 - <?php esc_html_e('🚀 Generate Meta Description with one click', 'chatbot'); ?><br>
2775 - <?php esc_html_e('🚀 Add meta description tag automatically to the page source', 'chatbot'); ?><br>
2776 - <?php esc_html_e('🚀 OpenAI playground', 'chatbot'); ?><br>
2777 - <?php esc_html_e('🚀 ChatGPT and Google Gemini in WordPress backend', 'chatbot'); ?><br>
2778 - <?php esc_html_e('🚀 Humanize article so they do not sound AI written', 'chatbot'); ?></p>
2779 - <h4><?php esc_html_e('YouTube Video Subtitle to SEO Article Generator with AI', 'chatbot'); ?></h4>
2780 - <p>
2781 - <?php esc_html_e('🚀 Generate Articles from YouTube Subtitles. Works Best for Long form Videos', 'chatbot'); ?><br>
2782 - <?php esc_html_e('🚀 Rewrite subtitle to a SEO Friendly Blog Article', 'chatbot'); ?><br>
2783 - <?php esc_html_e('🚀 Fine tune your articles (How many headings?, Heading Tag, Writing Style, Writing Tone, Image Size, Language, Add Image, Add Tagline, Add Introduction, Add Conclusion, Add Faq, Anchor Text, Target URL, Add Call-to-Action, Call-to-Action Position, Add Keywords, Keywords to Avoid, Make Keywords Bold etc.)', 'chatbot'); ?><br>
2784 - <?php esc_html_e('🚀 Directly Generate a Blog Post Draft', 'chatbot'); ?><br>
2785 - <?php esc_html_e('🚀 Humanize article so they do not sound AI written', 'chatbot'); ?></p>
2786 - <h4><?php esc_html_e('RSS Feed to Post, Auto Blogging', 'chatbot'); ?></h4>
2787 - <p>
2788 - <?php esc_html_e('🚀 Automatically Import and Convert RSS feed items to WordPress pages, posts, and custom post type.', 'chatbot'); ?><br>
2789 - <?php esc_html_e('🚀 Automatically import and aggregate unlimited RSS feeds from unlimited sources', 'chatbot'); ?><br>
2790 - <?php esc_html_e('🚀 Schedule RSS Feed to Post according to your need for Autoblogging', 'chatbot'); ?><br>
2791 - <?php esc_html_e('🚀 Rewrite RSS feeds with OpenAI AI before publishing to prevent duplicate contents', 'chatbot'); ?></p>
2792 - <h4><?php esc_html_e('SEO Features', 'chatbot'); ?></h4>
2793 - <p>
2794 - <?php esc_html_e('🚀 Outputs all the essential meta tags that are essential for Search Engine Optimization', 'chatbot'); ?><br>
2795 - <?php esc_html_e('🚀 Meta tags can be set for each Post type', 'chatbot'); ?><br>
2796 - <?php esc_html_e('🚀 Configure Meta Tags Globally and Per Post basis', 'chatbot'); ?><br>
2797 - <?php esc_html_e('🚀 Generate and Add Meta Description with one click', 'chatbot'); ?><br>
2798 - <?php esc_html_e('🚀 Set the OGP information required for Social Networking Websites such as Facebook and Twitter.', 'chatbot'); ?><br>
2799 - <?php esc_html_e('🚀 Customize the meta tag information individually for each post, page, and term.', 'chatbot'); ?><br>
2800 - <?php esc_html_e('🚀 Easily set the Google Analytics measurement code and Webmaster Tools verification code.', 'chatbot'); ?><br>
2801 - <?php esc_html_e('🚀 Works out of the box', 'chatbot'); ?></p>
2802 - <h4><?php esc_html_e('SEO Optimized Images', 'chatbot'); ?></h4>
2803 - <p>
2804 - <?php esc_html_e('🚀 Dynamically insert SEO-Friendly “alt” and “title” attributes to your images. Simply activate the plugin, provide the pattern, and you are ready to go.', 'chatbot'); ?><br>
2805 - <?php esc_html_e('🚀 Dynamically replaces the “alt” and “title” tags. It does not make any changes to the database. This means that if you deactivate the plugin, everything will return to the original settings.', 'chatbot'); ?><br>
2806 - <?php esc_html_e('🚀 Insert an image name, a post title and a post category in the “title” and “alt” attributes of the image.', 'chatbot'); ?></p>
2807 - <h4><?php esc_html_e('No-Index Features', 'chatbot'); ?></h4>
2808 - <p>
2809 - <?php esc_html_e('🚀 Easily add a meta-tag for robots noindex tags to parts of your WordPress site as necessary from a central location', 'chatbot'); ?>
2810 - </p>
2811 - <h5><?php esc_html_e('1. Pages and Posts', 'chatbot'); ?></h5>
2812 - <p>
2813 - <?php esc_html_e('🚀 Front Page: Block the indexing of the website’s front page.', 'chatbot'); ?><br>
2814 - <?php esc_html_e('🚀 Home Page: Block the indexing of the website’s home page.', 'chatbot'); ?><br>
2815 - <?php esc_html_e('🚀 Page: Block the indexing of the site’s pages.', 'chatbot'); ?><br>
2816 - <?php esc_html_e('🚀 Privacy Policy Page: Block the indexing of the website’s privacy policy page.', 'chatbot'); ?><br>
2817 - <?php esc_html_e('🚀 Single Post: Block the indexing of a post on the site.', 'chatbot'); ?>
2818 - </p>
2819 - <h5><?php esc_html_e('2. Taxonomies', 'chatbot'); ?></h5>
2820 - <p>
2821 - <?php esc_html_e('🚀 Categories: Block the indexing of the website categories.', 'chatbot'); ?><br>
2822 - <?php esc_html_e('🚀 Tags: Block the indexing of the website’s tags.', 'chatbot'); ?>
2823 - </p>
2824 - <h5><?php esc_html_e('3. Dates', 'chatbot'); ?></h5>
2825 - <p>
2826 - <?php esc_html_e('🚀 Date: Block the indexing based on any date-based archive pages.', 'chatbot'); ?><br>
2827 - <?php esc_html_e('🚀 Day, Month, Time, Year: Block the indexing for daily, monthly, by time, or yearly archive of the site.', 'chatbot'); ?>
2828 - </p>
2829 - <h5><?php esc_html_e('4. Archives', 'chatbot'); ?></h5>
2830 - <p>
2831 - <?php esc_html_e('🚀 Archive: Block the indexing of any type of Archive page. Category, Tag, Author and Date based pages etc. are all types of Archives.', 'chatbot'); ?><br>
2832 - <?php esc_html_e('🚀 Author: Block the indexing of the author’s page, where the author’s publications appear.', 'chatbot'); ?><br>
2833 - <?php esc_html_e('🚀 Post Type Archive: Block the indexing of any post type page.', 'chatbot'); ?>
2834 - </p>
2835 - <h5><?php esc_html_e('5. Pagination and Search', 'chatbot'); ?></h5>
2836 - <p>
2837 - <?php esc_html_e('🚀 Pagination: Block the indexing of the pagination, i.e. all pages other than the main page of an archive.', 'chatbot'); ?><br>
2838 -
2839 - <?php esc_html_e('🚀 Search: Block the indexing of the internal search result pages.', 'chatbot'); ?>
2840 - </p>
2841 - <h5><?php esc_html_e('6. Attachments and Previews', 'chatbot'); ?></h5>
2842 - <p>
2843 - <?php esc_html_e('🚀 Attachment: Block the indexing of an attachment document to a post or page.', 'chatbot'); ?><br>
2844 - <?php esc_html_e('🚀 Customize Preview: Block the indexing when a content is being displayed in customize mode', 'chatbot'); ?><br>
2845 - <?php esc_html_e('🚀 Preview: Block the indexing when a single post is being displayed in draft mode.', 'chatbot'); ?>
2846 - </p>
2847 - <h5><?php esc_html_e('7. Error Page', 'chatbot'); ?></h5>
2848 - <p>
2849 - <?php esc_html_e('🚀 Error 404: This will cause an error page to be blocked from being indexed. As it is an error page, it should not be indexed per se, but just in case.', 'chatbot'); ?>
2850 - </p>
2851 - <h5><?php esc_html_e('8. Other Features', 'chatbot'); ?></h5>
2852 - <p>
2853 - <?php esc_html_e('🚀 Works with all modern browsers', 'chatbot'); ?><br>
2854 - <?php esc_html_e('🚀 Scan for Broken Links on your website', 'chatbot'); ?><br>
2855 - <?php esc_html_e('🚀 Open External links in new window', 'chatbot'); ?><br>
2856 - <?php esc_html_e('🚀 Priority, Premium Support', 'chatbot'); ?><br>
2857 - <?php esc_html_e('🚀 Auto Upgrades for Plugin', 'chatbot'); ?></p>
2858 - </div>
2859 - </section>
2860 -
2861 -
2862 - <footer class="wp-chatbot-admin-footer">
2033 + <!--<section id="section-flip-10">
2034 + <div class="wp-chatbot-language-center-summmery">
2035 + <p><?php esc_html_e('Enable the Mobile App feature ONLY if you bought ', 'wpchatbot'); ?> <a target="_blank" href="https://www.quantumcloud.com/products/wpcommerce-chatbot-wpwbot/#app"><?php esc_html_e(' the Mobile App Addon.', 'wpchatbot'); ?></a>
2036 + </div>
2037 + <div class="top-section">
2038 + <div class="row">
2039 + <div class="col-xs-12">
2040 + <h4 class="qc-opt-title"><?php esc_html_e('Mobile App Pages', 'wpchatbot'); ?> </h4>
2041 + <div class="cxsc-settings-blocks">
2042 + <input value="1" id="wp_chatbot_app_pages" type="checkbox"
2043 + name="wp_chatbot_app_pages" <?php echo(get_option('wp_chatbot_app_pages') == 1 ? 'checked' : ''); ?>>
2044 + <label for="wp_chatbot_app_pages"><?php esc_html_e('Create pages for WpBot Mobile App', 'wpchatbot'); ?> </label>
2045 + </div>
2046 + <br>
2047 + <p class="qc-opt-title-font"><?php esc_html_e('Following pages will be created to use in', 'wpchatbot'); ?> <strong> <?php esc_html_e('WpBot', 'wpchatbot'); ?> </strong> <?php esc_html_e(' Android or IOS Mobile App', 'wpchatbot'); ?>.</p>
2048 + <ol>
2049 + <li><?php esc_html_e('WpBot Mobile App', 'wpchatbot'); ?></li>
2050 + <li><?php esc_html_e('WpBot App Checkout', 'wpchatbot'); ?></li>
2051 + <li><?php esc_html_e('WpBot App Order Thank You', 'wpchatbot'); ?></li>
2052 + </ol>
2053 + <p class="qc-opt-title-font"><?php esc_html_e('Follow the', 'wpchatbot'); ?> <strong> <?php esc_html_e('Documentation', 'wpchatbot'); ?> </strong> <?php esc_html_e('to build & publish a Mobile Application (Android or IOS ) for your store using any of', 'wpchatbot'); ?> </p>
2054 + <ol>
2055 + <li><?php esc_html_e('WpBot Ionic FrameWork package', 'wpchatbot'); ?></li>
2056 + <li><?php esc_html_e('WpBot PhoneGap package', 'wpchatbot'); ?></li>
2057 + </ol>
2058 + </div>
2059 + </div>
2060 + </div>
2061 +
2062 + </section>-->
2063 +
2064 +
2065 + </div>
2066 + <!-- /content -->
2067 + </div>
2068 + <!-- /wp-chatbot-tabs -->
2069 + <footer class="wp-chatbot-admin-footer">
2863 2070 <div class="row">
2864 -
2865 -
2071 + <div class="text-left col-sm-3 col-sm-offset-3">
2072 + <input type="button" class="btn btn-warning submit-button"
2073 + id="qcld-wp-chatbot-reset-option"
2074 + value="<?php esc_html_e('Reset all options to Default', 'wpchatbot'); ?>"/>
2075 + </div>
2076 + <div class="text-right col-sm-6">
2866 2077 <input type="submit" class="btn btn-primary submit-button" name="submit"
2867 - id="submit" value="Save Settings"/>
2868 -
2078 + id="submit" value="<?php esc_html_e('Save Settings', 'wpchatbot'); ?>"/>
2079 + </div>
2869 2080 </div>
2870 2081 <!-- row-->
2871 2082 </footer>
2872 -
2873 - </div>
2874 -
2875 -
2876 -
2877 -<div class="wp-chatbot-admin-upgrade-pro-sidebar">
2878 - <div class="wp-chatbot-admingradient-color">
2879 - <img class="wp-chatbot-admin-banner" src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/template-sample.gif' ); ?>" alt="">
2880 - <h3 class="wp-chatbot-admincart-title">Upgrade To <span>Pro</span></h3>
2881 - <ul class="feature-list">
2882 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Core WPBot Pro</li>
2883 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Chat Sessions and Histories</li>
2884 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Extended Search Module</li>
2885 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">OpenAI Basic and DialogFlow</li>
2886 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Simple text Responses Pro Module</li>
2887 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Conversational Forms Pro Module</li>
2888 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">WooCommerce Module</li>
2889 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">OpenAI Pro Adv. (Fine Tuning, Assistant)</li>
2890 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Live (Human) Chat Module</li>
2891 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Tavily Search API module</li>
2892 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Extended UI Module</li>
2893 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">WebHook & Mailing List Module</li>
2894 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">White Label Module</li>
2895 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">FaceBook Messenger Module</li>
2896 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">WhatsApp through Twilio Module</li>
2897 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Multi Language Module</li>
2898 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Settings Export Import Module</li>
2899 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Voice Message Module</li>
2900 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Voice Chat Module</li>
2901 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Telegram Module</li>
2902 - <li><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/check2.svg' ); ?>" alt="">Priority Technical Support</li>
2903 - </ul>
2904 -
2905 - <a class="wp-chatbot-admin-pro-upgrade-button" target="_blank" href="https://www.wpbot.pro/">Upgrade to Pro <img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/external-white.svg' ); ?>" alt=""></a>
2906 - </div>
2907 -
2908 - </div>
2909 -
2910 -
2911 -
2912 -
2913 - </div>
2914 -
2915 2083 </section>
2916 -
2917 -
2918 -
2919 -
2920 -
2921 -
2922 2084 </div>
2923 2085 <?php wp_nonce_field('wp_chatbot'); ?>
2924 2086 </form>
2925 -
2926 -
2927 -</div>
2928 -
2929 -
2930 -
2931 -
2932 -
2933 -
2087 +<script>
2088 +
2089 +</script>