• Resolved Chris Yau

    (@chris-yau)


    Is here any options to change request and response bubbles to be aligned either left or right? thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi Chris,

    Can you share the page link so we can see the template you are using? We might be able to give you some custom CSS

    Thanks

    Thread Starter Chris Yau

    (@chris-yau)

    @quantumcloud

    Hi,

    https://nam-yang.com/

    Please help to check how to change request and response bubbles to be aligned either left or right.

    Meanwhile, I have another question, how to default open the chatbot diaglog and remember open state when navigating website?

    Million thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Can’t access your site. Probably country restricted. I will get back to you with some CSS after getting a VPN access.

    To automatically open the ChatBot and maintain it open throughout the user session you need the WPBot pro version.

    Thank you

    Thread Starter Chris Yau

    (@chris-yau)

    Hi,

    I have disabled the country restricted temproary, please check. And I have upgraded to WPBot pro version and where the option I can enable to auto and maintain open? Many thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    Thank you. Please add the following CSS from WPBot Settings->Custom CSS and save. Purge all caches and check:

    #wp-chatbot-chat-container {
        left: 30px !important;
    }
    .wp-chatbot-board-container:after {
        left: 0 !important;
    }
    .wp-chatbot-ball {
        float: left !important;
    }
    .wp-chatbot-board-container:after {
        border-right: 30px solid transparent;
        border-left: 0 solid transparent;
    }

    Let me know if it works.

    Thank you

    Thread Starter Chris Yau

    (@chris-yau)

    @quantumcloud

    Thanks for the css, but there may misunderstanding, the provided css only for the Chatbot icon and whole message window. I am meaning to change the message bubble of request by visitors and message bubble of response by Chatbot to exchage the alignment from right to left and left to right 🙂

    Thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    We are resolving this request in the ticket you opened.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Message Alignment’ is closed to new replies.