Adding custom tabs (WooPress) - by Nev - on WordPress WooCommerce support

This topic has 9 replies, 5 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: Nev
    Nev
    Participant
    October 7, 2015 at 12:22

    Hi there.

    I’d like to ask about adding custom tabs in (WooPress)

    1. By reading https://docs.woothemes.com/document/editing-product-data-tabs/ to help me add tabs etc am I correct in saying doing this just adds additional static tabs, much like the option in the theme options that adds a custom tab to all (but adding more)?

    I’ve added the script from that link to my functions.php file and even this isn’t working? (I tried just adding the renaming script the end of the file)

    My requirement is to have additional tabs added to each product so that they can then be amended by the client when needed. I notice that when editing a product page, towards the bottom of this page a custom tab can be added, individual to that product. This is great expect I need about 2 more – is there any chance this will be added in a future update?

    I only ask as currently if i understand it, I can only bunch information (that I would put in extra tabs individual to that product) into the 1st tab.

    2. Also can I remove that first PRODUCT DESCRIPTION title that appears once I click on the first description tab?

    3. While I’m here, can I ask one more question please? Each product that my client has listed, has a associated PDF that can be downloaded by the viewer. Is there a way within your theme that this (that I haven’t found) can be displayed for each product and amended easily by my client much like how product categories/tags are displayed?

    8 Answers
    Avatar: Nev
    Nev
    Participant
    October 7, 2015 at 12:26

    FTP details if needed added to Private content 🙂

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 8, 2015 at 11:24

    Hello,

    1. Yes, you are right. That code will add more custom tabs for your products.
    Unfortunately there is no option to add more tabs individually for each product. In this case you have to search for some plugins.

    2. Try to use this code in child style.css:

    #content_tab_description h2{
       display:none;
    }

    3. Unfortunately there is no such option. Sorry.

    Regards,
    Eva Kemp.

    Avatar: Nev
    Nev
    Participant
    October 8, 2015 at 12:47

    Thank you for that Eva.

    Avatar: stan
    Stan Russell
    Participant
    October 8, 2015 at 12:50

    Hello Nev,

    you are welcome!

    Regards,
    Stan Russell.

    Avatar: lpsmelchi
    Laurent
    Participant
    November 29, 2015 at 19:55

    Hello,

    Can you tell me where is the “child style.css” . Sry but just cant found it :/

    2. Try to use this code in child style.css:

    #content_tab_description h2{
    display:none;
    }

    By the way is it possible to remove “PRODUCT DESCRIPTION” the one with arrows to select previous or next product because it show even hidden products for me

    Thank you

    Avatar: lpsmelchi
    Laurent
    Participant
    November 30, 2015 at 00:21

    Found it but not for this :

    By the way is it possible to remove “PRODUCT DESCRIPTION” the one with arrows to select previous or next product because it show even hidden products for me

    Avatar: Brian Johnson
    Brian Johnson
    Member
    November 30, 2015 at 08:00

    Hello

    You may hide description tab with following code: #tab_description{display:none}.

    Regards,
    Brian Johnson

    Avatar: Eva
    Eva Kemp
    Support staff
    November 30, 2015 at 09:11

    Hello @lpsmelchi,

    Child style.css is used if you created child theme http://codex.wordpress.org/Child_Themes .
    If you don’t have it you can add css code in Theme Options > Custom CSS > Global Custom CSS.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.