• Hello, I can not find an option to activate a send button in the chat window (“click to send”, or a paperplane icon). Is this available in the plugin? I need it for neophyte or mobile users.
    Thank you

Viewing 1 replies (of 1 total)
  • Hi @multitech,

    Thank you for getting in touch, we do appreciate your time.

    Unfortunately, this is not supported by default. However, it is possible to show the hidden button with some custom CSS.

    Please add the following to your site:

    input#wplc_send_msg {
        display: block !important;
        z-index: 9999;
        position: absolute;
        margin-top: 21px;
    }

    This can be added under Live Chat -> Settings -> Custom Scripts -> Within the Custom CSS box.

    I hope this helps?

Viewing 1 replies (of 1 total)

The topic ‘No send button’ is closed to new replies.