Home Forums WoodMart support forum Short product description below header

Short product description below header

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #213291

    rowingmen
    Participant

    How do I add a short description below the product? I use “Icons and” add to cart “on hover”, an example is attached to the photo

    Attachments:
    You must be logged in to view attached files.
    #213293

    rowingmen
    Participant

    an example is attached to the photo

    Attachments:
    You must be logged in to view attached files.
    #213323

    Hello,

    You can set the location of the description in the product category in the Theme settings > Shop.

    Best Regards

    #213355

    rowingmen
    Participant

    I did as you wrote, but nothing appeared under the product!

    #213431

    Hello,

    Create an HTML block https://xtemos.com/docs/woodmart/html-blocks-2/

    Then add ID shortcode to the Product category description and check. If you still have the problem, provide the site admin access I will check the settings.

    Best Regards

    #213502

    rowingmen
    Participant

    Access to the site

    #213633

    Hello,

    Have a look at this screen: https://prnt.sc/tnhs1c

    Then this one: https://prnt.sc/tnhsif

    And this one: https://prnt.sc/tnhsv7

    Best Regards

    #213669

    rowingmen
    Participant

    You misunderstood me, I think you need to display a short description for each product (as in the photo), I attach an example as on another site.

    Attachments:
    You must be logged in to view attached files.
    #213671

    rowingmen
    Participant

    I attach a photo where the description should be

    Attachments:
    You must be logged in to view attached files.
    #213673

    rowingmen
    Participant

    here is an example like on another site, I also need to make a short description under the product

    #213674

    rowingmen
    Participant

    here is an example like on another site, I also need to make a short description under the product as in the photo

    Attachments:
    You must be logged in to view attached files.
    #213710

    Hello,

    You need to set “Summery on hover” design in the Theme Setting > Shop > Product styles.

    Best Regards

    #213727

    rowingmen
    Participant

    how can I do without guidance? what would be like in the photo! that would be immediately visible for all products

    #213766

    Hello,

    You need to set this design https://prnt.sc/tnqrlg Information would appear on hover.

    In addition, you can set what to show: part of the short description or excerpt: https://prnt.sc/tnqsnb

    If you want it always be visible, set this design, and send me URL we shall provide custom CSS to make it visible without the hover.

    Best Regards

    #213786

    rowingmen
    Participant

    I would like to display a short description on this thread! another topic doesn’t suit me

    Attachments:
    You must be logged in to view attached files.
    #213916

    Hello,

    The theme does not have the option to show the description on that hover design, unfortunately. We cannot customize this with CSS, it requires more complicated customization which is not covered by our support.

    Best Regards

    #213930

    rowingmen
    Participant

    I do not need to show on hover!I need to display a short description under each product.
    I attached an example where it should be, please help

    Attachments:
    You must be logged in to view attached files.
    #213959

    Hello,

    There is no option to show the product description in the grid, unfortunately.

    Best Regards

    #214018

    rowingmen
    Participant

    i installed this design give me CSS to make it visible without the hover.

    Attachments:
    You must be logged in to view attached files.
    #214108

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-hover-base .fade-in-block {
    position: static;
    	opacity: 1;
    	visibility: visible;
    }
    .content-product-imagin {
    margin-bottom: 0 !important;
    }
    body .woodmart-hover-base.hover-ready .fade-in-block {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease,visibility 0s ease;
    }
    body .woodmart-more-desc {
    max-height: none;
    }
    body .woodmart-hover-base .product-information:hover .woodmart-more-desc-btn {
    display: none;
    }

    Best Regards

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