| @@ -270,9 +270,9 @@ | ||
| 270 | 270 | <?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'); ?>. |
| 271 | 271 | </p> |
| 272 | 272 | <h4><?php esc_html_e('Conversational Form Builder Free or Pro version works with the WPBot Free or Pro versions.', 'chatbot'); ?></h4> |
| 273 | 273 | <a class="FormBuilder" href="https://wordpress.org/plugins/conversational-forms/" target="_blank"><?php esc_html_e('Download Free Version', 'chatbot'); ?></a> |
| 274 | - <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> | |
| 274 | + <a class="FormBuilder" href="https://www.quantumcloud.net/products/conversations-and-form-builder/" target="_blank"><?php esc_html_e('Grab the Pro version', 'chatbot'); ?></a> | |
| 275 | 275 | <h4><?php esc_html_e('What Can You Do with it?', 'chatbot'); ?></h4> |
| 276 | 276 | <p><?php esc_html_e('Conversation Forms allows you to create a wide variety of forms, that might include:', 'chatbot'); ?></p> |
| 277 | 277 | <ul> |
| 278 | 278 | <li><?php esc_html_e('Create menu or button driven conversations', 'chatbot'); ?></li> |
| @@ -603,11 +603,11 @@ | ||
| 603 | 603 | flex-direction: column; |
| 604 | 604 | position: relative; |
| 605 | 605 | } |
| 606 | 606 | .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body { |
| 607 | - border-color: #5b4e96; | |
| 607 | + border-color: var(--woobot-primary); | |
| 608 | 608 | background: #eff6ff; |
| 609 | - box-shadow: 0 0 0 1px #5b4e96, 0 8px 24px rgba(37, 99, 235, 0.15); | |
| 609 | + box-shadow: 0 0 0 1px var(--woobot-primary), 0 8px 24px rgba(37, 99, 235, 0.15); | |
| 610 | 610 | } |
| 611 | 611 | .wpbot-checkbox-card .check-icon { |
| 612 | 612 | position: absolute; |
| 613 | 613 | top: 30px; |
| @@ -623,10 +623,10 @@ | ||
| 623 | 623 | transition: all 0.2s ease; |
| 624 | 624 | z-index: 2; |
| 625 | 625 | } |
| 626 | 626 | .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .check-icon { |
| 627 | - background: #5b4e96; | |
| 628 | - border-color: #5b4e96; | |
| 627 | + background: var(--woobot-primary); | |
| 628 | + border-color: var(--woobot-primary); | |
| 629 | 629 | } |
| 630 | 630 | .wpbot-checkbox-card .check-icon svg { |
| 631 | 631 | width: 14px; |
| 632 | 632 | height: 14px; |
| @@ -654,9 +654,9 @@ | ||
| 654 | 654 | } |
| 655 | 655 | .wpbot-checkbox-card input[type="checkbox"]:checked + .card-body .icon-wrapper { |
| 656 | 656 | border-color: #e0e7ff; |
| 657 | 657 | background: #f0fdf4; |
| 658 | - color: #5b4e96; | |
| 658 | + color: var(--woobot-primary); | |
| 659 | 659 | } |
| 660 | 660 | .wpbot-checkbox-card h4 { |
| 661 | 661 | margin: 0 0 8px 0 !important; |
| 662 | 662 | font-size: 16px !important; |
| @@ -725,9 +725,9 @@ | ||
| 725 | 725 | </div> |
| 726 | 726 | <div class="wpbot-cards-grid-divider"> </div> |
| 727 | 727 | <div class="wpbot-cards-grid"> |
| 728 | 728 | <label class="wpbot-checkbox-card"> |
| 729 | - <span class="pro-badge" style="display:inline-block; padding:2px 8px; background:#5B4E96; color:#fff; border-radius:20px; font-size:9px; font-weight:bold; text-transform:uppercase; vertical-align:middle;position: relative;top: 10px;z-index: 999;">PRO</span> | |
| 729 | + <span class="pro-badge" style="display:inline-block; padding:2px 8px; background:var(--woobot-primary); color:#fff; border-radius:20px; font-size:9px; font-weight:bold; text-transform:uppercase; vertical-align:middle;position: relative;top: 10px;z-index: 999;">PRO</span> | |
| 730 | 730 | <input value="1" id="skip_wp_greetings_trigger_intent" type="checkbox" name="skip_wp_greetings_trigger_intent" disabled /> |
| 731 | 731 | <div class="card-body"> |
| 732 | 732 | <div class="check-icon"><svg viewBox="0 0 14 14"><path d="M4 7.2L6.2 9.4L10 5" /></svg></div> |
| 733 | 733 | <div class="icon-wrapper"><i class="dashicons dashicons-controls-skipforward" style="font-size:24px;width:24px;height:24px;"></i></div> |
| @@ -734,9 +734,9 @@ | ||
| 734 | 734 | <h4><?php echo esc_html__("Skip Greetings and Trigger an Intent", 'chatbot'); ?> </h4> |
| 735 | 735 | <p><?php echo esc_html__("Skip Asking for Name and Trigger an Intent", 'chatbot'); ?></p> |
| 736 | 736 | <div class="qc_wp_intent_select_container" style="margin-top: 10px; "> |
| 737 | 737 | <div style="margin-bottom: 8px;"> |
| 738 | - <label style="font-weight: 600; font-size: 13px; color: #5b4e96; display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for non logged in user', 'chatbot'); ?></label> | |
| 738 | + <label style="font-weight: 600; font-size: 13px; color: var(--woobot-primary); display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for non logged in user', 'chatbot'); ?></label> | |
| 739 | 739 | <select name="qlcd_wp_chatbot_intent_for_non_logged_in_user" id="qlcd_wp_chatbot_intent_for_non_logged_in_user" style="width: 100%; max-width: 250px;" disabled> |
| 740 | 740 | <option value=""><?php esc_html_e('Select Intent', 'chatbot'); ?></option> |
| 741 | 741 | |
| 742 | 742 | </select> |
| @@ -741,9 +741,9 @@ | ||
| 741 | 741 | |
| 742 | 742 | </select> |
| 743 | 743 | </div> |
| 744 | 744 | <div> |
| 745 | - <label style="font-weight: 600; font-size: 13px; color: #5b4e96; display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for Logged in User', 'chatbot'); ?></label> | |
| 745 | + <label style="font-weight: 600; font-size: 13px; color: var(--woobot-primary); display: block; margin-bottom: 4px;"><?php esc_html_e('Select an Intent for Logged in User', 'chatbot'); ?></label> | |
| 746 | 746 | <select name="qlcd_wp_chatbot_intent_for_logged_in_user" id="qlcd_wp_chatbot_intent_for_logged_in_user" style="width: 100%; max-width: 250px;" disabled> |
| 747 | 747 | <option value=""><?php esc_html_e('Select Intent', 'chatbot'); ?></option> |
| 748 | 748 | </select> |
| 749 | 749 | </div> |