Troubleshooting Widgets Not Displaying
One of the most frustrating experiences when setting up Review Multiplier is configuring a widget only to find it doesn't appear on your storefront. This comprehensive guide will walk you through the most common causes and their solutions, helping you get your review widgets displaying correctly as quickly as possible.
Before you start troubleshooting: Most widget display issues stem from just a few common causes. Following this guide systematically will help you identify and resolve the problem efficiently.
Quick Diagnostic Checklistβ
Before diving into detailed troubleshooting, run through this quick checklist. Many widget display issues can be resolved by verifying these basics:
- Widget Configuration ID is correct - The ID in your theme editor matches the one from Review Multiplier app
- Widget status is "Active" - Check in Review Multiplier app admin that your widget is enabled
- Reviews exist - You have reviews available that match your widget's filters
- Browser cache cleared - Try hard refresh (Ctrl+Shift+R on Windows/Linux, Cmd+Shift+R on Mac)
- JavaScript console has no errors - Open browser DevTools (F12) and check Console tab
- Theme is OS 2.0 compatible - If using Theme Extensions, verify your theme supports app blocks
- Installation method is correct - You're using either Theme Extension OR manual code, not mixing both
If checking these items doesn't solve your problem, continue to the detailed troubleshooting sections below.
Issue 1: Widget Not Appearing At Allβ
Symptoms: The widget location appears empty. No reviews display, no error messages, just blank space where the widget should be.
Cause A: Incorrect Widget Configuration IDβ
This is the #1 most common cause of widgets not displaying.
How It Happensβ
When you create a widget in Review Multiplier, the app generates a unique Widget Configuration ID (looks like clxtk7m8q0001...). This ID must be entered in your theme editor settings to link the widget block to your configuration. If the ID is missing, incorrect, or truncated, the widget can't load your reviews.
How to Fixβ
-
Find your Widget Configuration ID:
- Open Review Multiplier app in Shopify admin
- Navigate to Review Display > Widgets
- Click on your widget
- Look for the Widget Configuration ID (usually displayed prominently with a copy button)
-
Verify the ID in your theme:
- Open Online Store > Themes > Customize
- Click on your review widget block in the theme editor
- Find the Widget Configuration ID field
- Compare it character-by-character with the ID from step 1
-
Common mistakes to avoid:
- β Using "default" instead of your actual widget ID
- β Copying only part of the ID (truncation)
- β Adding extra spaces before or after the ID
- β Mixing up IDs from different widgets
-
Correct the ID:
- Delete the current value in the Widget Configuration ID field
- Copy the complete ID from Review Multiplier app
- Paste into theme editor field
- Save your theme
- Hard refresh your storefront (Ctrl+Shift+R)
Always use the Copy button in the Review Multiplier app rather than manually selecting and copying the ID. This prevents truncation and ensures you get the complete ID.
Cause B: Widget Status is Inactiveβ
Widgets in Review Multiplier can be set to "Active" or "Inactive" status. Inactive widgets won't display any reviews, even if properly installed.
How to Checkβ
- Open Review Multiplier app
- Go to Review Display > Widgets
- Look at your widget's status badge
- If it shows "Inactive", click into the widget settings
- Find the Status toggle and enable it
- Save the widget configuration
Cause C: Theme Extension Not Properly Addedβ
If you're using the Theme Extension installation method (recommended for Shopify 2.0 themes), the app block must be added to your theme's layout.
How to Verifyβ
- Open Online Store > Themes > Customize
- Navigate to the page where widget should appear (Homepage, Product page, etc.)
- Check if you see the review widget block in your theme sections:
- Look in the sidebar for sections list
- Scroll through to find "Review [Widget Type]" under the Apps section
- If missing, the block wasn't added
How to Fixβ
- From the Review Multiplier widget install page, click Add to Theme
- Select the page type (Homepage, Product pages, Collection pages, etc.)
- Theme editor will open with the widget pre-selected
- Drag the widget block to your desired location in the layout
- Enter your Widget Configuration ID in the settings
- Save theme
Review Multiplier supports two installation methods:
- Theme Extension (Shopify 2.0 themes) - Drag and drop installation via theme editor
- Manual Code (All themes) - Copy/paste embed code into theme files
Use Theme Extension when possibleβit's easier and doesn't require code editing.
Cause D: Browser Cache Preventing Displayβ
Modern browsers aggressively cache website assets for performance. Sometimes this cache prevents updated widgets from appearing.
How to Fixβ
-
Hard Refresh your storefront page:
- Windows/Linux: Press
Ctrl + Shift + R - Mac: Press
Cmd + Shift + R - This bypasses cache and reloads everything fresh
- Windows/Linux: Press
-
Clear browser cache completely:
- Chrome: Settings > Privacy and security > Clear browsing data > Cached images and files
- Firefox: Settings > Privacy & Security > Cookies and Site Data > Clear Data
- Safari: Develop menu > Empty Caches
-
Test in Incognito/Private browsing mode:
- This uses a clean browser session with no cache
- If widget appears in incognito but not regular browsing, cache is the culprit
- Clear cache as described above
Cause E: JavaScript Errors Blocking Executionβ
JavaScript errors anywhere on your page can prevent widgets from loading. These errors might come from your theme, other apps, or custom code.
How to Checkβ
- Open your storefront where widget should appear
- Press F12 to open browser Developer Tools
- Click the Console tab
- Look for red error messages
- Note any errors mentioning "Review" or "widget"
How to Fixβ
If errors mention Review Multiplier:
- Take a screenshot of the error
- Contact Review Multiplier support with the screenshot
- Include your store URL and which widget is affected
If errors are from other sources:
- These may be blocking our widget JavaScript
- Try disabling other apps temporarily to test
- Contact your theme developer if errors are theme-related
- Check with other app developers for their errors
Common JavaScript conflicts:
- Outdated jQuery versions
- Multiple JavaScript libraries loading
- Theme code errors
- Conflicting apps modifying the DOM
Issue 2: "[Widget Name] Not Added" Error (Theme Extension)β
Symptoms: When clicking "Add to Theme" button, the theme editor opens but shows an error message: "[Widget name] not added. There is a problem with the app block."
This error is specific to the Theme Extension installation method and indicates the widget block couldn't be added to your theme.
Cause A: Target Section Doesn't Existβ
The deep link URL includes a target section (like "main-product" for product pages). If your theme doesn't have this section, the block can't be added.
How to Fixβ
-
Try selecting a different page type from the install page dropdown
-
For product pages specifically:
- Your theme must have a
sections/main-product.liquidfile - Some custom themes use different section names
- Check with your theme developer for the correct section name
- Your theme must have a
-
Alternative: Use Manual Installation method instead
- Click "Manual Installation" tab on widget install page
- Copy the embed code
- Paste into your theme code where desired
Cause B: Theme Compatibility Issuesβ
Some themes, especially heavily customized ones, may have app block compatibility issues.
How to Check Theme Compatibilityβ
- Your theme must be Shopify 2.0 (Online Store 2.0)
- Check theme version:
- Online Store > Themes
- Click ... (three dots) next to your theme
- Select Edit code
- Look for
{% schema %}blocks in section filesβthese indicate OS 2.0
If Theme is Not Compatibleβ
-
Use the Manual Installation method:
- Get embed code from widget install page
- Add to theme files where you want widget to appear
- This works with all themes (vintage and modern)
-
Consider upgrading to a Shopify 2.0 theme:
- Most modern themes support app blocks
- Easier widget management
- Better long-term compatibility
Issue 3: Widget Shows Empty Stateβ
Symptoms: Widget appears on your storefront, but shows a message like "No reviews yet" or "No reviews match your filters" instead of displaying reviews.
This means the widget is correctly installed and working, but no reviews are available to display based on your configuration.
Cause A: No Reviews Availableβ
How to Checkβ
- Open Review Multiplier app
- Go to Reviews page
- Check if you have any reviews at all
- If review count is 0, you need to collect some reviews first
How to Fixβ
-
Collect reviews using Review Multiplier:
- Set up review request emails (Review Collection > Email Settings)
- Import existing reviews if you have them
- Wait for customer orders to receive review requests
-
Import reviews from other platforms:
- Review Multiplier can import from CSV
- Connect platforms like Google, Trustpilot, Facebook
- Navigate to Connections to set up imports
Cause B: Rating Filter Too Restrictiveβ
If your widget is set to only show 5-star reviews, but you only have 3-4 star reviews, nothing will display.
How to Checkβ
- Go to your widget configuration in Review Multiplier app
- Check the Minimum Rating Filter setting
- Compare with the actual ratings of your reviews
How to Fixβ
- Edit widget configuration
- Change Minimum Rating Filter to "All ratings" or "4+ stars"
- Save configuration
- Widget will immediately update on storefront (no theme changes needed)
Showing a mix of ratings (including some 4-star reviews) actually increases conversion by up to 15% compared to showing only 5-star reviews. Customers trust mixed ratings more than perfect scores.
Cause C: Source Filter Excluding Reviewsβ
If you've filtered to show only "Google reviews" but your reviews are from Trustpilot or native collection, nothing will display.
How to Fixβ
- Edit widget in Review Multiplier app
- Change Review Source Filter to "All sources"
- Alternatively, verify you have reviews from the selected source
- Save and check storefront
Cause D: Product-Specific Reviews Settingβ
On product pages, if "Show Product-Specific Reviews" is enabled but you don't have reviews for that specific product, the widget will be empty.
How to Check and Fixβ
- Open theme editor
- Click on your widget block
- Find Show Product-Specific Reviews toggle
- Option A: Disable this to show all reviews
- Option B: Ensure you have reviews for the current product
Issue 4: Widget Partially Workingβ
Symptoms: Reviews appear, but some features don't work (arrows, auto-rotate, images, etc.).
Auto-Rotate Not Working (Carousel)β
Causes and Fixesβ
-
Auto-rotate disabled in settings:
- Theme editor > Click carousel > Check "Auto-Rotate Slides" toggle
- Enable it and save
-
JavaScript error blocking carousel:
- Check browser console (F12) for errors
- Resolve any JavaScript conflicts
-
"Pause on hover" is active:
- If your mouse is hovering over the carousel, auto-rotate pauses
- Move mouse away to resume
Navigation Arrows/Dots Not Showingβ
Causes and Fixesβ
-
Navigation disabled in settings:
- Theme editor > Click widget
- Enable "Show Navigation Arrows" and "Show Navigation Dots"
- Save theme
-
Not enough reviews to paginate:
- Arrows and dots only appear if you have more reviews than fit in one view
- Add more reviews or reduce "Reviews to show at once" setting
-
Theme CSS hiding navigation:
- This is rare but possible
- Contact your theme developer if settings are enabled but arrows still don't show
Review Images Not Displayingβ
Causes and Fixesβ
-
Images disabled in settings:
- Widget configuration in Review Multiplier app
- Enable "Show Review Images"
- Save configuration
-
No reviews have images:
- Encourage customers to upload photos with their reviews
- Check if "Allow image uploads" is enabled in Review Collection settings
-
Image optimization issue:
- Review Multiplier automatically optimizes images
- If images aren't loading, check browser console for 404 errors
- Contact support if images are missing
Pagination Not Appearingβ
Causes and Fixesβ
-
Not enough reviews:
- Pagination only appears when reviews exceed "Reviews per page" setting
- Example: If showing 6 per page and you have 5 reviews, no pagination
-
Pagination disabled:
- Theme editor > Widget settings
- Enable "Show Pagination"
- Save theme
Issue 5: Performance Issuesβ
Symptoms: Widget loads slowly, page feels sluggish, or widget causes lag.
Cause A: Too Many Reviews Loadingβ
Loading 20+ reviews per page can slow down your site, especially on mobile devices.
How to Fixβ
-
Reduce reviews per page:
- Theme editor > Widget settings
- Change "Reviews per Page" or "Maximum Reviews to Load" to 6-9
- Save theme
-
Enable pagination:
- This loads reviews in chunks rather than all at once
- Much better performance
Cause B: Image Optimization Not Enabledβ
Customer-uploaded images can be large files. Review Multiplier automatically optimizes them, but this must be enabled.
How to Fixβ
- Open Review Multiplier app
- Go to Settings > Display Settings
- Ensure Image Optimization is enabled
- This compresses images for faster loading
Cause C: Multiple Widgets on Same Pageβ
Having 3-4 widgets on a single page can cause performance issues.
Best Practicesβ
-
Limit to 1-2 widgets per page:
- Use one main review display (grid or carousel)
- Optionally add a summary badge
- Avoid multiple grids/carousels on same page
-
Use lighter widget types:
- Review Badge is very lightweight
- Summary widgets are more performant than full review grids
Installation Method Troubleshootingβ
Theme Extension (Shopify 2.0) Issuesβ
When to use:
- Your theme supports Shopify 2.0 (app blocks)
- You want drag-and-drop installation
- Easiest method for non-technical users
Common issues:
- "[Widget] not added" error β See Issue 2 above
- Widget disappears after theme update β Re-add from theme editor
- Settings not saving β Hard refresh browser and try again
Manual Installation Issuesβ
When to use:
- Vintage themes (non-2.0)
- Highly customized themes
- When Theme Extension method doesn't work
Common issues:
-
Code pasted in wrong location:
- Ensure you're editing the correct template file
- For product pages:
sections/main-product.liquidortemplates/product.liquid - For homepage:
sections/main-homepage.liquidortemplates/index.liquid
-
Code syntax error:
- Copy the complete embed code without modifications
- Ensure no extra characters before/after the code
- Don't remove any parts of the code
-
Theme editor auto-formatting:
- Some theme editors auto-format code and break it
- Use "Disable formatting" if available
- Paste code exactly as provided
Browser & Cache Issuesβ
Hard Refresh Instructionsβ
Always try a hard refresh before assuming something is broken:
- Chrome (Windows/Linux):
Ctrl + Shift + R - Chrome (Mac):
Cmd + Shift + R - Firefox (Windows/Linux):
Ctrl + Shift + R - Firefox (Mac):
Cmd + Shift + R - Safari:
Cmd + Option + R - Edge:
Ctrl + Shift + R
Testing in Incognito/Private Modeβ
Incognito mode uses a completely fresh browser session with no cache or cookies. This helps isolate cache-related issues.
How to open incognito:
- Chrome:
Ctrl + Shift + N(Windows/Linux) orCmd + Shift + N(Mac) - Firefox:
Ctrl + Shift + P(Windows/Linux) orCmd + Shift + P(Mac) - Safari:
Cmd + Shift + N - Edge:
Ctrl + Shift + N
If widget works in incognito but not regular browsing:
- The issue is definitely browser cache
- Clear your cache completely (instructions above)
- Close and reopen browser
Mobile vs Desktop Differencesβ
Sometimes widgets appear on desktop but not mobile (or vice versa).
Common Causesβ
-
Responsive settings:
- Some widgets have separate mobile/desktop settings
- Check "Mobile columns" settings in theme editor
-
Mobile theme customization:
- Your theme may use different sections for mobile
- Test on actual mobile device, not just browser resize
-
Mobile caching:
- Mobile browsers cache aggressively
- Hard refresh on mobile (varies by browser)
- Try mobile incognito mode
Still Having Issues?β
If you've worked through this guide and your widget still isn't displaying:
Gather This Informationβ
Before contacting support, collect:
- Store URL (the actual storefront URL where widget should appear)
- Widget Configuration ID (from Review Multiplier app)
- Installation method (Theme Extension or Manual)
- Browser console errors (F12 > Console tab > screenshot any red errors)
- What you've tried (from this guide)
- Screenshot of the empty widget area
Contact Supportβ
- Open Review Multiplier app
- Click Support or Help in the bottom navigation
- Provide all the information gathered above
- Support team will investigate and respond quickly
Related Documentationβ
- Create a Widget - Step-by-step widget creation guide
- Carousel Widget Settings Reference - Complete carousel configuration
- Grid Widget Settings Reference - Complete grid configuration
- Review Badge Widget Reference - Badge widget settings
- ShareYourOpinion Review Collection - Understanding review collection
Summaryβ
Most widget display issues fall into these categories:
- Incorrect Widget Configuration ID (most common)
- Widget status is inactive
- No reviews available or filtered out
- Theme extension installation incomplete
- Browser cache preventing updates
Quick troubleshooting workflow:
- Verify Widget Configuration ID is correct
- Check widget status is Active
- Confirm reviews exist
- Hard refresh browser
- Check browser console for errors
- Review filter settings
Follow this guide systematically and you'll have your widgets displaying correctly in no time. If you're still stuck after trying these solutions, don't hesitate to contact our support teamβwe're here to help!