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

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

    Unfortunately, this is not supported within the settings, however, it can be achieved with a bit of custom JavaScript.

    Please add the following code to your website:

    jQuery('body').on('click', '#wp-live-chat-header:not(.active)', function(){
    	setTimeout(function(){
    		jQuery('#speeching_button').click();
        }, 100);
    });

    Please note, you will need to use a 3rd party scripting plugin like: https://wordpress.org/plugins/custom-css-js/

    I hope this helps?

Viewing 1 replies (of 1 total)
  • The topic ‘disable Pre chat dialog’ is closed to new replies.