Gorgias logo
Gorgias logo

All articles

33 Results for "advanced chat customization"

Add custom CSS

... implemented by someone with a technical background. Chat cannot be installed on your store using Quick installation for Shopify method if you want to use Advanced Chat Customization. Quick install re-injects chat in its default state, removing any visual customization. If you want to customize the visual ...

Display the chat widget after some time spent on the website

To only display the chat after a certain amount of time, use the following method: var initGorgiasChatPromise = (window.GorgiasChat) ? window.GorgiasChat.init() : new Promise(function (resolve) { window.addEventListener('gorgias-widget-loaded', function ...

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

If your Chat widget is conflicting or hidden behind some other elements on the page (the accessibility widget, rewards widget, etc.), changing the z-index should overlay the Chat on top of any other element. To do this, add this code to your ...

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.

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: ...