Missing Review Star

Hi,

I don’t know if you are able to help with this one or not. I am using a testimonial plug-in on several of the websites I have designed, but with all Pro Theme sites there is a wierd problem with the star ratings.

I have been in contact with the creator of the plug-in, who has been really helpful, but can find no coding errors. However, with further testing, I have noticed that the “missing” star only happens when using Pro Theme! When inspecting the page, I can see the missing star in the html, but it does not render. An example of a website with this problem is https://www.cotswoldwebsites.co.uk/testimonial/. If I use anotehr theme, free or premium, all 5 stars show up.

Any help would be appreciated.

Thanks,
Christopher

Hi Christopher,

Thanks for writing in! You have this custom CSS rule which causing this issue.

.p-meta > span:nth-child(1), span:nth-child(3) {
    display: none;
}

Basically from this part span:nth-child(3), it will hide your 3rd review star. Try removing it and test your issue again.

Hope that helps.

Hi,

I apologise for the late reply - yes, your solution did it! I hadn’t thought about the stars being meta data in the same way as a normal post. Obvious now you have mentioned it!

Thanks for the help,
Christopher

Glad to hear it’s sorted, Christopher.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.