App reviews, troubleshooting, and recommendations
Hello, I would like to use Shopify's Online store chat on my store, but it auto opens / expands when the page is loaded. I would like it to stay closed as the circle icon and only opens when someone clicks on it. Can someone provide assistance?
I am having the same issue. On mobile, the chat window covers the entire screen. There should be a setting to turn this off.
In your websites code
theme.liquid
add the following
<script>
window.onload = function() {
setTimeout(function() {
if (window.ShopifyChat && window.ShopifyChat.hideChat) {
ShopifyChat.hideChat();
}
}, 1000);
};
</script>
Charles
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024