Want to display product attributes or short description on shop layout
-
I 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?
Hello,
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/swCqK6RIIrYuhoROH6YOkEfBjfPMKx
Best Regards,
My 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..
Hello,
Can you please share the page URL so I can check and give you a possible CSS code?
Best Regards,
Hello,
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,
Hello,
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,
Thank 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.
Hello,
Unfortunately, it is not possible. The HTML structure does not allow solving it. Such modification requires complicated WooCommerce code customization, which is not covered by our support.
Best Regards,