This topic has 4 replies, 2 voices, and was last updated 2 weeks ago ago by Luca Rossi
Comments in ascending or descending order according to date
1. How to sort comments in ascending or descending order according to date;
2. Customer comments with pictures, I know to delete them when editing the product, if I need to modify the comment picture or add a comment picture, I don’t know where to put it; the picture URL is embedded in the text content, the front end does not display the picture, so I want to ask you where to put it.
3. How to add store comments, and at the same time display the number of store comments and the comprehensive star rating on the product page (the purpose is to replace the situation where new products have no comments).
4. The comment writing area is too large, how to adjust it
5. Comment paging function, how to adjust it
6.Reviews do need to be displayed, but the input part takes up too much space. Can it be displayed with a button?
Hi @MonnaChu,
1. You can try with this solution: https://wordpress.stackexchange.com/a/139204/22807.
2. Unfortunately, this feature is not available in the backend, you can now put the review with image in frontend only: https://prnt.sc/jVa90nlOexOa.
3. Do you mean add some fake reviews to product?
4. & 6. Please try adding the custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
.single-product textarea#comment {
height: 100px;
}
.single-product div#respond {
width: 60%;
}
5. Can you please explain what you want to achieve? Change the styles or something else?
Best Regards,
The 8Theme Team.
You must be logged in to reply to this topic.Log in/Sign up