The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Star rating appear ...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Issue [Solved] Star rating appear backwards

3 Posts
2 Users
0 Reactions
976 Views
Posts: 6
Topic starter
(@lamayas)
Active Member
Joined: 2 years ago

Hello,

I have a comment form set up with the rating as a form field because I only want users to rate when sending a comment. My issue is that the stars display reversed, showing from 5 to 1 instead of 1 to 5. This is causing confussion with my users and some of the comments, which are really positive, have a 1 star rating. 

I don't see where to change this from the settings. Is it supossed to work like this? How can I change it so the stars display from 1 to 5?

Thanks in advance.

Topic Tags
2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

@lamayas,

Please use the CSS code below: 

#wpdcom fieldset.wpdiscuz-rating {
    flex-direction: row-reverse;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 6
Topic starter
(@lamayas)
Active Member
Joined: 2 years ago

Thank you! That works perfectly.

Share: