Home Forums WoodMart support forum Product attribute showing as badge on top fo the product grid

Product attribute showing as badge on top fo the product grid

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #150703

    James
    Participant

    Hi there, I have “Enable swatch” in Dashboard -> Products -> Attributes -> chose the attribute -> Configure Items -> Edit -> Enable swatch to show an attribute as text (see screenshot_1.png).

    When I go the category and have a look at the overview of the products, the label of the attribute shows as a badge (see screenshot_2.png).

    Can you tell me why this is happening and how I can remove/disable it?

    Thanks

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

    Hello,

    Yes, you can hide that badge by disabling it from the Products -> Attributes -> Chose the attribute -> Edit -> Show attribute label on products. Just unchecked the option because this option is responsible for displaying those badges on product grid. And do not worry about your variations on single product page. This will not affect those variations.

    Best Regards.

    #150751

    James
    Participant

    Thanks for the reply, Aizaz, but the issue is still the same after I’ve done that.

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

    Hello,

    I have seen your screen shot. You need to unchecked the option which exist inside the Products >> Attributes. Not from the single product edit page. Attributes option is available on two different places and I’m talking about the second one.

    Screenshot for clarification: https://jmp.sh/KXowqGj

    Best Regards.

    #150883

    James
    Participant

    Hi, I also tried your solution but the issue is still the same.

    #150903

    Hello,

    Kindly clear your site cache and check back if the attribute labels still shown on the product image then deactivate your third party plugins and share your admin login details so I can access and help you out.

    Best Regards.

    #150946

    James
    Participant

    Nothing, I’ve tried it already.

    I’ll give you access to check it.

    #150960

    Hello,

    I have test your site and i’m not able to hide those attribute labels because to hide those attributes i have to edit your attribute from Products >> Attributes but none of your attribute is editable it seems the error is due to your child theme.

    So you need to check this after switching to parent version.
    Screenshot: https://jmp.sh/eyhGnEC

    Best Regards.

    #150966

    James
    Participant

    I also tried to switch to the parent theme but it didn’t work.

    Feel free to do any changes, its a testing environment there’s nothing for me to lose.

    #150968

    James
    Participant

    Update: I switched back to parent theme once again, and was enable to disable the attribute.

    Then enabled the child theme.
    Now everything works.

    There’s even the option.

    And I didn’t do any other change, weird.
    Thanks for trying to help.

    #151022

    Most Welcome,

    I’m glad that the attribute option is enabled for you after switching between the themes.

    Actually when you switching between the theme it might refresh the settings that’s why the attribute option is again available to use.

    Although there is another way to hide those attribute label using the custom CSS code. You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .product-labels span.attribute-label{
    display:none;
    }

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Best Regards.

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