• Resolved qnkov

    (@qnkov)


    Hello, is there a way to hide/show the chat in box? Instead to be shown always. Is there function inside for that or we should write code?

Viewing 1 replies (of 1 total)
  • Plugin Author Marcin

    (@marcinlawrowski)

    Hello,

    Unfortunately, there is no such feature. You may try Javascript:

    <button onclick="$('.wcContainer').hide()">Hide Chat</button>

    <button onclick="$('.wcContainer').show()">ShowChat</button>
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.