• Resolved millonario

    (@millonario)


    Hi, I have two questions, is there a way to show only the number of reviews? I want to do as amazon, ★★★?? (6) <—- number of reviews ..

    The other question is … is there a way to enable responses to opinions? that other users can respond to the reviews?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    1. To do this you can first hide the rating:
    [site_reviews_summary hide="rating"]

    And customise the translation:

    You may also need to add some custom CSS:

    .glsr-summary-text {
        display: inline;
        font-size: 18px;
        vertical-align: text-bottom;
    }

    2. It is not possible for people to reply to reviews (like you can with comments). Only the site owner can publicly respond to a review (as shown in the plugin screenshots).

    • This reply was modified 6 years, 9 months ago by Gemini Labs.
    Thread Starter millonario

    (@millonario)

    Thanks Mucho you best

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show only the number of reviews?’ is closed to new replies.