• Resolved iuliaradu

    (@iuliaradu)


    Hello,

    I would like to take out a tab called ‘Informatii Suplimentare’ and don’t know how. Could you please help?

    Kind regards,
    iulia

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @iuliaradu

    Is this a core WooCommerce tab or a custom tab?

    Thank you.
    -Tracy

    Thread Starter iuliaradu

    (@iuliaradu)

    HI @liljimmi,

    I reckon it’s a core one as it seems to appear on the page when I add product attributes, such as age and price. I need to add them to every product. If I don’t add them, it does not appear.

    Thanks.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @iuliaradu

    You can hide core tabs with the pro version of our plugin or use CSS or a function to hide the tab.

    Without access to the page I can’t help with CSS.

    Thank you.
    -Tracy

    Thread Starter iuliaradu

    (@iuliaradu)

    Hi @liljimmi,

    I can give you access if you want. I really need to take it out. :(.
    Could you help?

    Kind regards,
    Iulia

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hi @iuliaradu

    For the free plugin I can only help you here in the forums.
    I’m happy to help, but if you can’t post a link to a product here is not much I can do.

    -Tracy

    Thread Starter iuliaradu

    (@iuliaradu)

    Hi,

    I can definitely post a link: https://iesilajoaca.ro/store/top-activitati-bucuresti/capoeira-raca-bucuresti/.

    Thanks.

    Kind regards,
    iulia

    Thread Starter iuliaradu

    (@iuliaradu)

    Sorry @liljimmi, I hope that is ok, the link from above.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Thank you for that!

    Try this:

    .additional_information_tab {
        display: none;
    }

    You have a few options to add this CSS code:

    • If you’re using WordPress 4.7 or higher, you can go to Appearance > Customize > Additional CSS and place the code there.
    • If you created this theme yourself, you can add it to your style.css file
    • If you’re using a theme you downloaded or bought you can make a child theme and add the code to your child theme’s style.css file
    • Your theme may have a “Custom CSS” option. If it does, then you can paste it in there.
    • You can use a plugin like Simple Custom CSS or Jetpack and enter the code in their Custom CSS area
    Thread Starter iuliaradu

    (@iuliaradu)

    Hi @liljimmi,

    I tried it and it’s not working :(.
    I found this php code:
    }
    add_filter( ‘woocommerce_product_tabs’, ‘bbloomer_remove_product_tabs’, 9999 );

    function bbloomer_remove_product_tabs( $tabs ) {
    unset( $tabs[‘additional_information’] );
    return $tabs;
    }
    and it worked!

    Thanks.

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Great!

    Take care.
    -Tracy

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Take out a tab’ is closed to new replies.