Review counter on the right of stars badge that matches google maps

So currently the only review count feature is text at the bottom that says “read our __ reviews.” But there are 2 issues with this:

  1. It only includes the ratings with a comment, so it doesn’t match the amount google maps says
  2. There is no options for a parentheses with the rating count only.

I’ve attached an image of the discrepancy I’m talking about, alongside a visual of how I envision the feature to look.

I would really appreciate if this was implemented!! Thank you for all your help.

2 Likes

Hi there, @Jaafar_Sadeq and welcome to the Community :waving_hand:

Glad to say that it’s possible to implement this design using the widget’s settings.

You can remove the Read our reviews text and add parentheses in the Edit Texts section on the Settings tab:


To display the number of reviews in the same line with the rating, please add this code to the Custom CSS field on the Style tab of your widget’s settings:

.es-badge-container {
    position: relative; 
}

.es-badge-total-reviews {
    position: absolute;
    right: 0;
    top: 70px;
    margin-left: 5px;
}

Also, I’d like to note that our widget shows the total number of reviews, not just reviews with texts. Your widget currently shows 2 out of 7 reviews because of the cache.

The thing is that the new reviews don’t appear in the widget right away because of the cache, which is 72 hours in our Reviews widgets.

If it’s been more than 72 hours and the new reviews still didn’t appear, please let me know. I’ll be happy to help :wink:

2 Likes

Perfect! Thank you so much!!

2 Likes

Great, you’re welcome!

In the meantime, we’d like to invite you to participate in our Birhday Contest, where you can win a 12-month extension for your subscription - Birthday Contest: 10 Winners, 10 Free Years with Elfsight! :wrapped_gift:

Check the details and join in :wink: