Notifications
Clear all

sum of scores of reviews in the posts are not displayed

4 Posts
2 Users
0 Likes
1,014 Views
(@nasser110)
Active Member
Joined: 6 years ago
Posts: 6
Topic starter  

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 .


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5938
 

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. 

CSS

 


   
ReplyQuote
(@nasser110)
Active Member
Joined: 6 years ago
Posts: 6
Topic starter  

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


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5938
 

Hi nasser110,

Could you please leave your website URL? We'll check it. 


   
ReplyQuote
Share:
Scroll to top