PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.6
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | includes/simple_text_response.php +60 -7 8.5.08.7.6 View file →
@@ -37,9 +37,9 @@
37 37 }
38 38 ?>
39 39 <div class="qcld-wp-chatbot-wrap-header">
40 40
41 - <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>
41 + <div class="qcld-wp-chatbot-wrap-header-logo"><a href="#" class="qcld-wp-chatbot-wrap-site__logo"><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/chatbot.png' ); ?>" alt="Dialogflow CX"> WPBot Control Panel </a>
42 42 <p><strong>Core Version:</strong> v<?php echo esc_html( QCLD_wpCHATBOT_VERSION ); ?></p>
43 43 </div>
44 44 <ul class="qcld-wp-chatbot-wrap-version-wrapper">
45 45 <li>
@@ -124,9 +124,9 @@
124 124 <?php else: ?>
125 125
126 126 <div class="qcld-wp-chatbot-wrap-header">
127 127
128 - <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>
128 + <a href="#" class="qcld-wp-chatbot-wrap-site__logo"><img src="<?php echo esc_url( QCLD_wpCHATBOT_IMG_URL . '/chatbot.png' ); ?>" alt="Dialogflow CX"> WPBot Control Panel </a>
129 129 <p><strong>Core Version:</strong> v<?php echo esc_html( QCLD_wpCHATBOT_VERSION ); ?></p>
130 130 <ul class="qcld-wp-chatbot-wrap-version-wrapper">
131 131 <li>
132 132 <a class="wpchatbot-Upgrade" href="https://www.wpbot.pro/" target="_blank">Upgrade To Pro</a>
@@ -137,9 +137,9 @@
137 137
138 138 <div class="qcld-wp-chatbot-wrap-header_inn">
139 139 <div class="qcld-wp-chatbot-wrap-header_inn_heading">
140 140 <h1 class="wp-heading-inline"><?php esc_html_e('Simple Text Responses', 'chatbot'); ?></h1>
141 - <a href="<?php echo esc_url( add_query_arg( 'action', 'edit', admin_url('admin.php?page=simple-text-response') ) ); ?>" class="button page-title-action"><?php esc_html_e('Add New', 'chatbot'); ?></a>
141 + <a style="visibility: hidden;" href="<?php echo esc_url( add_query_arg( 'action', 'edit', admin_url('admin.php?page=simple-text-response') ) ); ?>" class="button page-title-action"><?php esc_html_e('Add New', 'chatbot'); ?></a>
142 142 </div>
143 143 <?php if(class_exists('Qcld_str_pro')): ?>
144 144
145 145 <a href="<?php echo esc_url( add_query_arg( 'action', 'manage-categories', admin_url('admin.php?page=simple-text-response') ) ); ?>" class="button page-title-action"><?php esc_html_e('Manage Categories', 'chatbot'); ?></a>
@@ -226,9 +226,9 @@
226 226
227 227
228 228
229 229 </div>
230 - <div class="qcld-show-more-show-more"><i class="dashicons dashicons-plus-alt" aria-hidden="true"></i></div>
230 + <div class="qcld-show-more-show-more"><div class="Expandmore">Expand for More Options<span>+</span></div></div>
231 231 </div>
232 232
233 233 <div id="poststuff">
234 234 <div id="post-body" class="metabox-holder">
@@ -438,9 +438,9 @@
438 438 .qcld-wp-chatbot-wrap-header_inn {
439 439 position: relative;
440 440 }
441 441 .notice.is-dismissible.qcbot-str-top-notic {
442 - width: 96%;
442 + width: 95%;
443 443 }
444 444
445 445 .TextResponsesouter i {
446 446 position: relative;
@@ -550,17 +550,70 @@
550 550 .qcld-wp-chatbot-wrap-header-logo {
551 551 display: flex;
552 552 align-items: center;
553 553 gap: 10px;
554 +}
555 +
556 +.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action {
557 + padding: 8px 15px;
558 + background: #ffffff;
559 + color: #5B4E96;
560 + border: 2px solid #5B4E96;
561 + border-radius: 6px;
562 + font-weight: bold;
563 + position: absolute;
564 + top: 30px;
565 + left: 280px;
566 + line-height: normal;
567 + min-height: unset;
554 568 }
569 +.qcld-wp-chatbot-wrap-header_inn a.button.page-title-action:hover {
570 + padding: 8px 15px;
571 + background: #5B4E96;
572 + color: #fff;
573 + border: 2px solid #5B4E96;
574 + border-radius: 6px;
575 + font-weight: bold;
576 + position: absolute;
577 + top: 30px;
578 + left: 280px;
579 +}
580 +
581 +.Expandmore {
582 + background: #23ab10;
583 + display: inline-block;
584 + padding: 4px 10px;
585 + font-size: 14px;
586 + border-radius: 6px;
587 + position: relative;
588 + top: 0;
589 +}
590 +
591 +.Collapsemore {
592 + background: #ff0000;
593 + display: inline-block;
594 + padding: 4px 10px;
595 + font-size: 14px;
596 + border-radius: 6px;
597 + position: relative;
598 + top: 0;
599 +
600 +}
601 +
602 +.Expandmore span {
603 + color: #fff;
604 + margin: 0 0 0 8px;
605 + padding: 0 5px;
606 + font-size: 18px;
607 +}
555 608 </style>
556 609
557 610 <script type="text/javascript">
558 611 jQuery(".qcld-show-more-show-more").click(function () {
559 612 if(jQuery(".qcld-show-more-text").hasClass("qcld-show-more-show-more-height")) {
560 - jQuery(this).html('<i class="dashicons dashicons-remove" aria-hidden="true"></i>');
613 + jQuery(this).html('<div class="Collapsemore">Collapse Options</div>');
561 614 } else {
562 - jQuery(this).html('<i class="dashicons dashicons-plus-alt" aria-hidden="true"></i>');
615 + jQuery(this).html('<div class="Expandmore">Expand for More Options<span>+</span></div>');
563 616 }
564 617
565 618 jQuery(".qcld-show-more-text").toggleClass("qcld-show-more-show-more-height");
566 619 });