• Resolved esia168

    (@esia168)


    Hi, in desktop, all the reviews will be shown as 5 stars, even there are some 4 stars, when you click on that individual review only then I will see 4 stars.

    In Mobile, all individual review cannot be clicked, also all reviews are shown as 5 stars, even though there are some 4 stars. Is this a bug ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,
    Please include your product url here. I will help you fix it with some extra css.

    Thread Starter esia168

    (@esia168)

    Hi, can provide an email, I send to your email instead ? Thanks

    You can send to [email protected]

    Please add this to custom css field in Photo Reviews for WooCommerce settings:

    .star-rating span:before {
        backface-visibility: visible !important;
    }
    Thread Starter esia168

    (@esia168)

    that’s great, it worked, thank you so much !!

    Thread Starter esia168

    (@esia168)

    Hi, there’s one more issue though, in mobile, the review can’t be clicked to show full review. so it’s not showing complete text review. Any ideas ?

    With the current version, you can only click the images of reviews on mobile.
    Please add this css to show full review content:

    .wcpr-content .review-content-container .wcpr-review-content {
        max-height: unset !important;
    }
    Thread Starter esia168

    (@esia168)

    Works well now. Sorry, I have one more question, does your plugin has the ability to show just the first name of the customer ? Just show the first letter then show *** then the last letter such as.

    Michael shown as M*****l

    Sorry this option is available for pro version only.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Stars count shown not accurate’ is closed to new replies.