Home Forums WoodMart support forum Single product labels

Single product labels

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

    gordan.petrovic
    Participant

    Hi people,

    I went through your documentation and regarding product labels, even the custom ones, everything works like a charm.

    I’d like to know if there is a way to display discount label, or any other attribute related label on single product page? On top of the featured image to be exact.

    Best,
    Gordan

    #531019

    Hung Pham
    Keymaster

    Hi gordan.petrovic,

    Thank you for reaching to us.

    In WoodMart, there is an option Show attribute label on products https://monosnap.com/file/8lNyPZLW7vpsjUClLkKPw2rxwT5DFT with the help of which the term will be displayed https://prnt.sc/S4BjhAdyCQGP

    Please read our documentation for more details https://xtemos.com/docs-topic/product-labels/

    Regards,

    #531140

    gordan.petrovic
    Participant

    Thank you for response.

    That’s exactly what I did. I have labels available on product archive pages but I want them also to show on single product page.

    Is that even possible? Perhaps you should consider that feature.

    #531176

    Hung Pham
    Keymaster

    Hi gordan.petrovic,

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

    body:not(.single-product) .product-labels.labels-rounded .product-label.label-attribute-pa_brand {
        display: none;
    }

    You can replace pa_brand with your attribute name, such as: pa_discount

    Regards,

    #531178

    gordan.petrovic
    Participant

    The detailed informations are in hidden section

    #531219

    Hung Pham
    Keymaster

    Hi gordan.petrovic,

    Please remove previous Custom Code and try below one:

    body:not(.single-product) .product-labels.labels-rectangular .product-label {
        display: none;
    }

    Regards,

    #531389

    Hung Pham
    Keymaster

    Hi gordan.petrovic,

    Please provide me temporary wp-admin info (wp-admin URL, username, password) to Private Content area, this will allow me to thoroughly investigate and address your concerns in a more efficient.

    Regards,

    #531463

    gordan.petrovic
    Participant

    Thanks.

    I’ve found the way to fix it. I’d like to ask you for a favor, posted in “Extra information” section of this post. 😉

    Thanks in advance.

    Best,
    Gordan

    #531664

    Hung Pham
    Keymaster

    Hi gordan.petrovic,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    I deleted that replies.

    Regards,

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