Gorgias logo
Gorgias logo

All articles

32 Results for "advanced chat customization"

Add custom CSS

... 't use the 1-click Chat installation when using Advanced Chat Customization, as the 1-click simply re-injects the Chat snippet in it's default state. If you want to customize the visual aspect of the Chat widget, you can add additional ...

Webinars

... recorded and sent to all registrants including those not in attendance. This session is suitable for beginners. For those interested in: Setting up a Chat channel Basic Chat customization Answering Chat tickets Advanced Chat customization Register (US/EU timezone) Gorgias Masterclass: Macros If you' ...

Using URL query parameters

... "Hello", you can combine all the parameters in a single URL by separating them with an &. So the URL would be www.my-store.com?gs_open_chat&gs_chat_page=conversation&gs_chat_message=Hello.

Customize Chat with HTML 101

... -index in the style, you have to go into their Theme Manager → Edit Theme and find the home.html file. Using the Gorgias Chat JavaScript API The Gorgias Chat Javascript API helps you configure and customize your Chat in many advanced ways - it's available in ...

Stop Chat from conflicting with other widgets

... code to your site: #gorgias-chat-container iframe#chat-window, #gorgias-chat-container iframe#chat-campaigns { z-index: 2147483647 !important; } #gorgias-chat-container iframe#chat-button { ...

Remove the Chat on specific page(s) of the store

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background. var pagesToHide = [ 'INSERT_PAGE_URL_ONE', 'INSERT_PAGE ...

Remove the Chat based on country code

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background. If you only work with certain countries you might want to only handle Chat messages coming from ...

Disable Segment

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background. To disable Segment (a script used to gather analytics), use the following script: ...