Back to Community

Why Your Trustindex Widget Isn't Showing and How to Fix It

38 threads Sep 17, 2025 PluginWidgets for google reviews

Content

One of the most common issues users face with the Widgets for Google Reviews plugin is the widget not displaying on their website. This can be frustrating, especially after a successful setup. Based on community reports and solutions, here’s a breakdown of why this happens and the most effective troubleshooting steps.

Common Causes for Widgets Not Displaying

  • Caching and Optimization Conflicts: Aggressive caching, CSS/JS minification, or unused CSS removal in plugins like WP Rocket can prevent the widget's necessary JavaScript from loading correctly.
  • Code Placement Issues: For floating widgets, the embed code might be placed in a location where it's covered by other HTML elements, requiring a specific placement in the site's code.
  • Plugin or Theme Conflicts: A recent update to the plugin, your theme, or another plugin can sometimes cause unexpected conflicts.
  • Configuration Errors: Incorrect shortcode usage or block configuration in the page editor can stop the widget from rendering.

Top Troubleshooting Steps to Try

1. Address Caching and Optimization Plugins

This is the most frequent culprit. If you use a caching plugin (e.g., WP Rocket, W3 Total Cache), you must exclude the Trustindex script from certain optimization processes.

  • Exclude from Minification/Combination: In your caching plugin's settings, find the section for excluding JavaScript files. Add the following URL to the exclusion list: https://cdn.trustindex.io/loader.js or https://cdn.trustindex.io/*.
  • Exclude from "Remove Unused CSS": Features that remove unused CSS can break the widget. Add the same URL (https://cdn.trustindex.io/loader.js) to your CSS safelist or exclusion list. As a last resort, you may need to temporarily disable this feature to confirm it's the cause.
  • Clear All Caches: After making any changes, clear your plugin, server, and browser caches before testing again.

2. Use the Plugin's Recreate Function

Within the WordPress admin, navigate to the Widgets for Google Reviews plugin settings. Find the "Advanced" tab and look for a "Recreate plugin" button. Clicking this can often reset the connection and resolve display issues.

3. Check the Troubleshooting Tab

The plugin includes a valuable diagnostic tool. In the "Advanced" tab, you'll find a "Troubleshooting" section. Click "Copy to clipboard" to copy your system's configuration details. This information is often requested by support volunteers and can help pinpoint specific server-related issues like PHP configuration or missing CURL libraries.

4. Verify Code Placement and Implementation

  • For Floating Widgets: The Trustindex team suggests placing the embed code for floating widgets right below the <body> tag in your theme's header.php file to ensure it appears above other elements.
  • For Shortcodes/Blocks: Ensure you are using the correct shortcode or Gutenberg block. If a shortcode isn't working on a specific page (like a homepage), try using the dedicated Trustindex block instead, as some page builders or themes may process them differently.

5. Test for Conflicts

Temporarily switch to a default WordPress theme (like Twenty Twenty-Four) and disable all other plugins. If the widget appears, reactivate your plugins and theme one by one to identify the conflict.

When to Provide More Information

If none of the above steps work, the community will likely need more details to help. Be prepared to provide:

  • The URL of the page where the widget should appear.
  • The full text from the "Troubleshooting" tab.
  • The name and version of your theme and caching plugins.

Most display issues can be resolved by carefully managing cache exclusions and using the plugin's built-in troubleshooting tools. Following these steps will help you get your reviews back online.

Related Support Threads Support