Chat widget only appears after hover-over
For myself and most people I've spoken with, the chat widget appears immediately or within a few seconds of loading our webpage.
However, one of my coworkers reports that she has to hover over the bottom right corner before the widget will show. The Zendesk support team asked me to have her update her browser (Chrome) and disable any extensions. She did update Chrome, and it's still not working. She's not interested in further troubleshooting with me on it, but I believe there might be a bug and I'm just posting the topic so that if others are seeing the same thing, they can chime in and possibly identify the cause.
-
Hi Nikki,
Thanks a lot for your question. Technically it can be related to web performance issues for your coworker.
We highly recommend checking your webpage via web page performance tools such as
Google Lighthouse - https://developers.google.com/web/tools/lighthouse
Page Speed - https://pagespeed.web.dev/
Please take a look at our general recommendations on how to increase your site's loading speed, optimize it:- Reduce the number of HTTP requests. For example, using CSS sprites for images or combining JavaScript and CSS.
- Remove resources that can block page rendering. For example, CSS or scripts that are not needed for rendering. Place them at the bottom of the page or implement them using asynchronous or deferred loading.
- Reduce the size of CSS, JavaScript, and HTML files through minification.
- Use the CDN (Content Delivery Network or Content Distribution Network) for uploading images, JavaScript, and CSS files.
- Configure caching and GZIP compression.
- Use image compression.
- Defer the loading of images that are not in the visible area of the screen until all the necessary resources are loaded.
- Optimize server code and available system resources.
- Use only fast CSS animations.
- Reduce the number of redirects by linking to the appropriate resource directly.
Hope it helps,
サインインしてコメントを残してください。
1 コメント