Available on the Awesome plan
The All Reviews widget displays both product reviews and store reviews in a single widget, organized into two separate tabs. Its layout is similar to the Review Widget, but with the added ability to switch between product reviews and store reviews.
You can use the All Reviews widget to:
Create a dedicated Reviews page or Happy Customers page that highlights all your feedback in one place.
Show reviews from all products on each product page, giving shoppers a broader view of your store’s reputation.
How to set it up
Customize the All Reviews widget with built-in settings
To update the look and feel of the All Reviews widget:
From your Judge.me admin, go to Settings > Widgets.
Scroll down to find the All Reviews Page card and click Customize.
There, you can adjust the following elements:
1. Product images
To show product images together with the review images:
Scroll down to the Theme section.
Under Responsiveness, check the boxes for the options you want to enable:
"Display images on desktop devices"
"Display images on mobile and tablet devices"
Click Save.
2. Loading behavior
To change how the reviews are loaded in the All Reviews widget:
Scroll down to the Theme section.
Under Loading behavior, choose from the following options:
"Load new reviews automatically when scrolling down" (default)
"Load new reviews by clicking a button" to add a Load more button. You can also customize the Load more button text (default texts: “Load More Reviews”).
Click Save.
Just a heads-up! Unlike the Review Widget, the All Reviews Page is fixed to show 25 reviews at a time, regardless of whether it loads infinitely or using a Load More button, and this can't be changed at the moment.
3. Store and Product reviews subtabs
To adjust the tabs on your All Reviews widget:
Scroll down to the Store reviews section.
In the Subtab order dropdown, you can choose to show either:
"Product reviews first"
"Store reviews first"
You can also change the tab title and the button text in the following fields and click Save:
Field | Default text |
Store reviews title | Shop Reviews |
Product reviews title | Product Reviews |
Write a store review button text | Write a Store Review |
These changes also apply to the Floating Reviews Tab.
4. Store medals
To show or hide Judge.me medals in your All Reviews widget (and Floating Reviews Tab):
Scroll down to the Judge.me Medals section.
Check the "Show store medals" box to display the medals. Uncheck the box to hide them.
Click Save.
Customize the All Reviews widget with CSS
To apply more custom styling to your All Reviews widget:
From your Judge.me admin, go to Settings > Widgets.
Scroll down to find the All Reviews Page card and click Customize.
Scroll down to the Advanced section at the bottom.
Open the Custom CSS (Advanced) editor.
Paste the CSS code from the table below into the editor.
Click Save.
What you want to change | CSS code |
To change the width or to set a max width for the All Reviews widget | .jdgm-all-reviews-widget { |
To add more columns to the All Reviews widget Cards theme | @media only screen and (min-width: 800px) {
In general, divide 100% by the number of columns to get the right percentage. For example:
The pixel can go from 10 - 20px but you can leave it on 15 most of the time. |
To change the color of the Store and Product reviews tab title in the All Reviews widget | .jdgm-subtab__name.jdgm--active { |