New Landing How can we help? Themeforest Theme Support Dante Additional Information Accordion Assistance

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #91252
    qubed
    Member
    Post count: 44

    Hello all,

    I have a question about how to add information to the ‘Additional Information’ accordion for the WooCommerce store that is part of the theme.

    I have done a quick overview of where I thought the text would go that would then appear under this section, however I believe I am either overlooking something so that the text appears there or something is awry and I need to change it.

    Can anyone help me out and tell me how to enable or where to place the text description that will appear under the ‘Additional Information’ accordion?

    In the screenshots attached, the first snap shows that the text I’ve entered in the ‘Product Data’ section of the ‘Meta Options’ tab in the Product Page (screenshot 2) isn’t appearing under the ‘Additional Information’ accordion on the live product page of the site.

    Thank you,

    qubed

    #91280
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m afraid you can’t add custom text to the additional information accordion, this contains the information that WooCommerce generates like the weight & dimensions of your product, the attributes etc

    – Kyle

    #91301
    qubed
    Member
    Post count: 44

    Ahhh, I see. Is there a way to disable this on a product by product basis (i.e – an option to turn it on / off just like how you can turn on / off the contact us option?

    #91307
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You could add this to your custom css:

    .postid-9455 #product-accordion .panel:nth-child(2) {
      display: none;
    }

    Copy it for each product you want to hide it on and change the postid to the one of your product

    – Kyle

    #91449
    mzuvella
    Member
    Post count: 20

    Hey Kyle,

    How can I turn off these off every product page?

    #91490
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Just remove the post id:

    #product-accordion .panel:nth-child(2) {
      display: none;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register