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

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #683986

    aland
    Participant

    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?

    #684058

    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,

    #684102

    aland
    Participant

    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..

    #684192

    Hello,

    Can you please share the page URL so I can check and give you a possible CSS code?

    Best Regards,

    #684221

    aland
    Participant

    Yes, hereby shared.

    #684295

    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,

    #684359

    aland
    Participant

    Hereby shared

    #684425

    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,

    #684439

    aland
    Participant

    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.

Viewing 9 posts - 1 through 9 (of 9 total)