eratik
Forum Replies Created
-
Go to the Customer Chat option in the admin menu where you can copy the code snippet. Add this line under theme_color=’#FFFFFF’ (But before the >
greeting_dialog_display=’hide’
I used this to just completely hide it, but there are other options you can try.
show: The greeting dialog will always be shown when the plugin loads.
fade: The greeting dialog of the plugin will be shown, then fade away and stay hidden afterwards.
hide: The greeting dialog of the plugin will always be hidden until a user clicks on the plugin.So it should look like this:
theme_color=’#FFFFFF’
greeting_dialog_display=’hide’
>So it should look like this:
theme_color=’#FFFFFF’
greeting_dialog_display=’hide’
>Go to the Customer Chat option in the admin menu where you can copy the code snippet. Add this line under theme_color=’#FFFFFF’ (But before the >
greeting_dialog_display=’hide’
I used this to just completely hide it, but there are other options you can try.
show: The greeting dialog will always be shown when the plugin loads.
fade: The greeting dialog of the plugin will be shown, then fade away and stay hidden afterwards.
hide: The greeting dialog of the plugin will always be hidden until a user clicks on the plugin.Forum: Plugins
In reply to: [NMI Gateway For WooCommerce] Failed Transitions@johnboy85 Did you get a response to this? I have the same question.