ResolvedRatings and Vendor link on product listing.
- This topic has 4 replies, 2 voices, and was last updated 2 years, 5 months ago by
vivshr123.
- AuthorPosts
- October 29, 2020 at 4:51 am #26769
vivshr123
ParticipantHi,
I purchased the Zass WordPress Theme and have already made it to production. I could not find any settings to show ratings on product lists in home page, shop page or any other page. Could you please help me show the product rating wherever the products are listed. Also, in every product listing, how can I make it possible to get clickable link to the vendors page of particular product.
Thank you.October 29, 2020 at 1:38 pm #26784Althemist
KeymasterHello ,
You can shoe the product rating in listings with the following CSS:
.prod_hold .star-rating { display: block; margin: 0 auto; }
As for the vendor name in listings, it’s visible, but it’s not clickable, because of the buttons design. They are displayed over the vendor name on hover. You can only click the vendor name from the single product page.
Regards,
DimitarOctober 29, 2020 at 2:10 pm #26792vivshr123
ParticipantHi, thank you for the CSS, it worked for me. My other concern about vendor link in the product listing…. I tried inspecting the elements and it worked if the anchor tag with vendor link is placed within the div with class name “zass-list-prod-summary” in first place i.e. above all existing elements within the div. The design after the new placement is fine for me.
So can this change be made permanent. Please help, it is really important for me to show the vendor link on product listing.
Thank you.October 29, 2020 at 2:14 pm #26794Althemist
KeymasterI am afraid that would not be possible. Where the link is placed is not theme related, as it’s done by the WCMp plugin code. May be the WC Marketplace support team could give you instructions how to change it’s position using a child-theme.
Best regards,
DimitarOctober 29, 2020 at 2:15 pm #26795vivshr123
ParticipantThank you.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.