Home › Forums › WoodMart support forum › Product Review Tab Layout
Product Review Tab Layout
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by
Elise Noromit.
-
AuthorPosts
-
March 10, 2019 at 7:31 pm #112169
webresultatParticipantHello,
how can I change the layout of the review tab on single product page?Now the reviews are shown on the left half of the tab and the form on the right half.
I would like to have the form on top and the reviews below, everything in wull width, for example.
Is this somehow possible?
Thanks for your help
March 11, 2019 at 9:47 am #112229
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-Reviews { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: 0; margin-right: 0; } body .woocommerce-Reviews #comments, body .woocommerce-Reviews #review_form_wrapper { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; width: 100%; padding-left: 0; padding-right: 0; } body .woocommerce-Reviews #comments { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } body .woocommerce-Reviews .commentlist { margin-top: 20px; margin-bottom: 0; }
Best Regards
March 11, 2019 at 3:07 pm #112301
webresultatParticipantAmazing,
Thank you very much for this fast help!
It’s exactly what I needed, but now the latest reviews are shown at the bottom.Another follow-up questions on the review tab:
1. Now it shows latest review on last position. Is it possible to add a sorting dropdown where users could sort for example in “Latest review”, “Oldest Review”, “Best rated” , “Worst Rated” ?
2. Now an unlimited list of reviews is shown on the tab. Is it possible to show only a specific number of reviews and then a “show more” button or pagination ?
3. Now the list of reviews is mixed up in ratings. Is it possible to add a filter where the user can filter ratings by their star rating?
Thank you for your support!
GreetingsMarch 11, 2019 at 4:18 pm #112336
Elise NoromitMemberHello,
Such functionality would require complicated customization not covered by our support. You will have to find a plugin which would provide all the functions you need.
Best Regards
-
AuthorPosts
Tagged: layout, product page, reviews, tab
- You must be logged in to create new topics. Login / Register