Fixing a widget that does not appear
If the Vynix widget does not appear on your site, it usually means the script is not loading, is blocked, or is not enabled for the current page. Use the checks below to find the cause.
- Confirm the Vynix install snippet is present on the page you are testing. Check that it was added to the live site, not only to a local or draft version.
- Reload the page and clear cache. If your site uses a build step, CDN, or caching plugin, publish the latest version and purge cached assets.
- Open the browser developer tools and check the Console and Network tabs. Look for blocked script requests, load errors, permission errors, or content security policy messages.
- Check that the widget is allowed to run on the current domain, path, and environment. Some tools only load on approved sites or when a project setting is enabled.
- Disable browser extensions that block scripts, ads, tracking, or third-party resources, then test again in a private window or another browser.
- If the widget still does not appear, compare your setup with the current Vynix installation docs at https://www.vynix.in/docs and update the snippet if needed.
The most common reason the Vynix widget is not showing up is that the widget script is missing, outdated, cached, or blocked before it can run. This can happen after a site deploy, theme change, tag manager update, or a stricter security policy.
The widget may also be hidden if it is not enabled for the current site or page. Check your Vynix project settings and make sure you are testing on the same domain and environment that you configured.
If the script loads but the widget still does not appear, inspect the page for JavaScript errors. Errors from other scripts can sometimes stop later code from running correctly.

Related questions
Why is the Vynix widget not showing up?
Usually because the install script is not on the page, the latest site version has not been deployed, the script is blocked by a browser or site policy, or the widget is not enabled for that domain or page.
Can I test whether Vynix is being blocked?
Yes. Open the site in a private window, disable blocking extensions, and check the browser Console and Network tabs for failed or blocked requests. If you see security policy or blocked script messages, update the site policy or allow the Vynix script as described in the docs.
Read the full documentation or email hello@vynix.in.