• Resolved fluzonix

    (@fluzonix)


    Hello to the Support

    Is there, a way I can use Review counters Instead of Percentage?

    And Also, is there a way for Filter?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Paul

    (@pryley)

    To display the review count instead of the rating percentage in the Rating Summary, add this custom CSS to your website:

    .glsr-summary-bar-percent::before {
    content: attr(data-reviews);
    }

    OR:

    1. Install the Pattern CSS plugin
    2. Add the Rating Summary block to your page
    3. Add the following CSS to the Pattern CSS block option:
    [block] .glsr-summary-bar-percent::before {
    content: attr(data-reviews);
    }

    You will need to use the Review Filters addon to add filter controls to the reviews and rating summary.

    Thread Starter fluzonix

    (@fluzonix)

    Thanks so much, Am i going to use css to style the font size and colors?

    Plugin Contributor Paul

    (@pryley)

    Use the block options to change the color and font size.

    For additional styling options, either use custom CSS or the Review Themes addon with Site Reviews Premium.

    Thread Starter fluzonix

    (@fluzonix)

    Please, Am Using Elementor

    Plugin Contributor Paul

    (@pryley)

    You can do the same with the Elementor widgets.

    Thread Starter fluzonix

    (@fluzonix)

    Please, I can see the space to style the Font size, Color and others

    Secondly How about the Rating Filter or is not available?

    Plugin Contributor Paul

    (@pryley)

    You will need to use the Review Filters addon to add filter controls to the reviews and rating summary.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.