hi
I've added review element into form in version 5.1.2, and then I've added [wpdrating metakey="all" show-lable=true show-count=true show-average=true itemprop=true] into last paragraph of my post. I left 2 comment but No scores are displayed by displaying the written post.
my theme is colormag.
thanks .
Hi nasser110,
This is a CSS conflict with your theme. You need to insert the following CSS code in your current active theme Stylesheet (style.css) file.
.wpd-custom-field .wcf-activ-star {
color: #FFD700 !important;
}
Don't forget to delete all caches, do CTRL + F5 on frontend.
thanks for your response , but my problem is still exist.
I viewed the code of my page with F12 and inspected that element, but there was no anything in that place (such as numbers and ...). so it seems the problem isn't related to css style.
thanks a lot
Hi nasser110,
Could you please leave your website URL? We'll check it.