The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
User reviews and ra...
 
Share:
Notifications
Clear all

User reviews and ratings via comments

9 Posts
2 Users
0 Reactions
177 Views
Posts: 17
Topic starter
(@marsm)
Eminent Member
Joined: 4 years ago

I can’t seem to find an answer to this, but is there a way to allow users/visitors, to, as part of their comment, write a review, upload some photos and rate their experience as part of the review over say five criteria, is using a 1-5 star rating?


8 Replies
Posts: 17
Topic starter
(@marsm)
Eminent Member
Joined: 4 years ago

I've solved it and go it working.

Now the thing is the formatting is a mess. See attached over see here: https://renewableheatinghub.co.uk/blakemore-renewables/

Screenshot 2025 10 07 at 09.44.58

Reply
Posts: 17
Topic starter
(@marsm)
Eminent Member
Joined: 4 years ago

Any help or guidance would be greatly appreciated.


Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8163

@marsm 

This is just a small CSS conflict with the theme or other plugins. Please leave the direct URL where we can see the issue so we can debug and provide a solution for you.


Reply
Posts: 17
Topic starter
(@marsm)
Eminent Member
Joined: 4 years ago
Reply
2 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8163

@marsm 

Please try this code: 

.wpdiscuz-post-rating-wrap.wpd-custom-field {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

Reply
(@marsm)
Joined: 4 years ago

Eminent Member
Posts: 17

@asti thank you. Worked perfectly.


Reply
Posts: 17
Topic starter
(@marsm)
Eminent Member
Joined: 4 years ago

Just one more thing. Sorry. Is there anyway I can bump the characters of the titles to not be cut weirdly in the middle of words?

Attached and same link: https://renewableheatinghub.co.uk/blakemore-renewables/

Screenshot 2025 10 09 at 14.05.46

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8163

@marsm 

Please add this CSS code as well: 

.wpd-rating .wpd-rating-wrap .wpd-rating-title {
    word-break: auto-phrase;
}

Reply
Share: