Archived topic
Comment with image.
5 replies · Started by Jusung on March 2, 2023
Hello. I am trying to figure out how I can make photo review for woocommerce.
Basically, this is the smae with wordpress comment with image.
I wonder if there is any function to add image on review or do you have any recommendation for it.?
Hi there,
you would need a plugin to do that, as Woocommerce doesn't have that feature as standard.
I found this plugin, i have not tested but it has reasonably good reviews:
I actually tried to use it.
on the link, when you click the comment, there is scroll bar.
idk why the text is over the box.
Could you fix that?
You should raise it with the plugin developer, but this CSS should stop that from happening if you have a long string of text:
.wcpr-review-content {
overflow-wrap: anywhere;
}
Thank you always!!
You're welcome