Plugin Directory

Changeset 3082992


Ignore:
Timestamp:
05/08/2024 06:34:01 AM (22 months ago)
Author:
lorybot
Message:

1.3.4
fix css bugs

Location:
lorybot-ai-chatbot
Files:
39 added
7 edited

Legend:

Unmodified
Added
Removed
  • lorybot-ai-chatbot/trunk/assets/css/style.css

    r3078284 r3082992  
    2323    animation-iteration-count: infinite;
    2424    z-index: 9999;
     25    padding: 0;
    2526}
    2627@keyframes scaleUp1 {
     
    124125    color: var(--title-color);
    125126    margin: 0;
     127    font-family: "Poppins", sans-serif;
    126128}
    127129.chatbot .chatbot-header .profile p {
     
    131133    color: rgba(255, 255, 255, 0.73);
    132134    margin: 0;
     135    font-family: "Poppins", sans-serif;
     136
    133137}
    134138
     
    150154    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
    151155    cursor: pointer;
     156    padding: 0;
    152157}
    153158.chatbot .chatbot-header .chatbot-close-btn span {
     
    281286.chatbot .chatbot-message .profile {
    282287    background-color: var(--main-color);
    283     background-image: var(--profile-image-url); 
    284     background-size: 25px;         
    285     background-repeat: no-repeat;     
    286     background-position: center center; 
     288    background-image: var(--profile-image-url);
     289    background-size: 22px;
     290    background-repeat: no-repeat;
     291    background-position: center center;
    287292    width: 36px;
    288293    height: 36px;
     
    317322    max-width: 100%;
    318323    word-wrap: break-word;
     324    font-family: "Poppins", sans-serif;
    319325}
    320326.chatbot .chatbot-message ul li .bold {
     
    551557    border: 1px solid var(--main-color);
    552558    background-color: var(--main-color);
    553     background-image: var(--send-icon-url); 
    554     background-size: 20px;         
    555     background-repeat: no-repeat;     
    556     background-position: center center; 
     559    background-image: var(--send-icon-url);
     560    background-size: 20px;
     561    background-repeat: no-repeat;
     562    background-position: center center;
    557563    display: flex;
    558564    align-items: center;
    559565    justify-content: center;
    560566    cursor: pointer;
     567    padding: 0;
    561568}
    562569
     
    644651        right: 10px;
    645652    }
    646     .chatbot-toggler img {
    647         width: 25px;
     653    .chatbot-toggler div {
     654        background-size: 22px;
    648655    }
    649656    .chatbot {
  • lorybot-ai-chatbot/trunk/includes/functions-enqueue-scripts.php

    r3082786 r3082992  
    1818
    1919    // Enqueue the chatbot's main JavaScript, making sure jQuery is loaded as a dependency
    20     wp_enqueue_script('lorybot-script', plugin_dir_url(__FILE__) . '../assets/js/script.js', ['jquery'], '1.3.3', true);
     20    wp_enqueue_script('lorybot-script', plugin_dir_url(__FILE__) . '../assets/js/script.js', ['jquery'], '1.3.4', true);
    2121
    2222    // Enqueue the chatbot's main stylesheet
    23     wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.3.3');
     23    wp_enqueue_style('lorybot-style', plugin_dir_url(__FILE__) . '../assets/css/style.css', [], '1.3.4');
    2424
    2525    // Localize the script with data from PHP
  • lorybot-ai-chatbot/trunk/lorybot.php

    r3082786 r3082992  
    44 * Plugin URI: https://www.lorybot.com
    55 * Description: Build better customer relationships and boost sales with LoryBot's AI chatbot. Using your unique business data, LoryBot provides personalized, helpful responses, creating meaningful conversations that keep visitors engaged. Optimize the return from your website traffic with tailored, individualized interactions powered by leading-edge AI technology.
    6  * Version: 1.3.3
     6 * Version: 1.3.4
    77 * Author: Danilo Vaccalluzzo
    88 * Author URI: https://www.linkedin.com/in/danilovaccalluzzo/
  • lorybot-ai-chatbot/trunk/readme.txt

    r3082786 r3082992  
    33Tags: AI Chatbot, Chatbot plugin, Customer support chat, Artificial Intelligence Chat, WP ChatBot, Conversational AI, Virtual assistant, Automated customer service, Chatbot analytics, Multilingual chatbot, AI-driven customer engagement, Natural Language Processing (NLP), Chatbot customization, Chatbot integration, AI customer support, AI-powered chat, Ecommerce chatbot, Chatbot for sales, Lead generation chatbot, Personalized chat experience, Chatbot templates, Rule-based chatbots, Chatbot builder, Chatbot for WordPress, AI chatbot for business, Chatbot user interface design, Chatbot performance metrics, AI chat support, Chatbot development tools, Chatbot conversation design
    44Tested up to: 6.4.2
    5 Stable tag: 1.3.3
     5Stable tag: 1.3.4
    66Requires PHP: 5.3
    77Requires at least: 4.9
     
    9393== Changelog ==
    9494
     95= 1.3.4 - 08.05.2024 -
     96- Fix: CSS improvements
     97
    9598= 1.3.3 - 07.05.2024 -
    9699- Fix: Big with Scrolling the chat
Note: See TracChangeset for help on using the changeset viewer.