Home › Forums › WoodMart support forum › Want to display product attributes or short description on shop layout
Want to display product attributes or short description on shop layout
- This topic has 8 replies, 2 voices, and was last updated 4 hours, 54 minutes ago by
aland.
-
AuthorPosts
-
September 2, 2025 at 5:35 pm #683986
alandParticipantI have a webshop where i sell gaming PC’s. I want the PC specifications to be visible on the shop layout and not only on the product page.
I have tried with adding the specs as attributes, and it partially works, but you would have to hover your mouse on the product before the attributes will be shown. I want a more permanent solution, where it’s always visible. How do I do that?September 3, 2025 at 9:17 am #684058
Aizaz Imtiaz AwanKeymasterHello,
If you want to show a short description. You need to choose the “show summary on hover” style. Navigate to Theme Settings > Product Archive > Product Styles > Choose the “show summary on hover” or “Full width style” product style. Then, show “excerpt” in the Hover content in the Theme Settings > Product Archives > Product Styles.
This product style will show your short description on grid products.
https://monosnap.com/file/swCqK6RIIrYuhoROH6YOkEfBjfPMKxBest Regards,
September 3, 2025 at 11:01 am #684102
alandParticipantMy point is that, I want the short description to be permanently visible and not just on hover.
I’ve tried doing what you proposed, and it only works if you hover..September 3, 2025 at 2:47 pm #684192
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I can check and give you a possible CSS code?
Best Regards,
September 3, 2025 at 5:11 pm #684221
alandParticipantYes, hereby shared.
September 4, 2025 at 8:25 am #684295
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say your site is in “coming soon” mode. Please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
September 4, 2025 at 10:45 am #684359
alandParticipantHereby shared
September 4, 2025 at 2:50 pm #684425
Aizaz Imtiaz AwanKeymasterHello,
Please add this code to the Theme Settings > Custom CSS:
.wd-hover-with-fade .content-product-imagin { display: none !important; /* hide the popover panel */ } .wd-hover-with-fade .fade-in-block { position: static !important; inset: auto !important; opacity: 1 !important; visibility: visible !important; padding: 0 !important; border: 0 !important; margin-top: var(--wd-prod-gap) !important; /* tidy spacing */ gap: 0 !important; }
Best Regards,
September 4, 2025 at 3:19 pm #684439
alandParticipantThank you for the code, but is it possible to get the short description just below the product name, as this will probably result in more conversions? So I want the short description to be between the product name and the price on the shop layout.
Thank you.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register