• Resolved nicoter

    (@nicoter)


    Hi,

    First of all: Thanks for making this free plugin available and providing support here in the forums.

    How can I display resp. embed the chatbot at a fix position of a page rather than having it float in the corner?

    Thanks

    PS: It would be awesome if you can provide this functionality as a Gutenberg block!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nicoter

    (@nicoter)

    Ok, I figured I can move the whole html code of the chat bot by adding this code:

    <div id="watsonconv-floating-box"></div>

    and overriding some CSS:

    #watson-float {
        bottom: auto;
        right: auto;
        position: static;
    }
    Plugin Author Intela-bot Help

    (@intelahelp)

    Hello @nicoter. Thanks for reaching out to us.
    You can add chatbox in a page editor by adding [watson-chat-box] shortcode to the page. Shortcodes still work fine in Gutenberg. We will consider adding Gutenberg block functionality in one of the next releases.

    If you have any more questions, don’t hesitate to ask them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed the chatbot window in a div’ is closed to new replies.