• Resolved benincasapcm

    (@benincasapcm)


    Hi,
    I would like to know if it is possible to hide the messages which appear when an agent enters, leaves or ends a chat.
    Is there an option or some php trick?
    Thank you

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

    (@wp3cx)

    Hi @benincasapcm ,

    Unfortunately there currently is no option for this and I would certainly not recommend messing around with the PHP of the plugin (or any plugin ?? )

    P.S: You can probably achieve that with CSS, hiding essentially the system messages:

    .wplc-system-notification{display:none!important;}

    Keep in mind though that ALL system messages will be hidden which might not be ideal as errors etc will not be shown. It will also affect the functionality of “Direct user to page” as it is being sent as a system message. If you acknowledge the “risk” and the possibility of the “trick” not working then you can try it ??

Viewing 1 replies (of 1 total)
  • The topic ‘hide message “Agent entered”’ is closed to new replies.