CUSTOM TAB FOR ALL PRODUCTS - by Tobio - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson

  • Avatar: Tobio
    Tobio
    Participant
    July 21, 2014 at 21:53

    Hello,

    how to delete that “CUSTOM TAB FOR ALL PRODUCTS” tab? I can’t find any section in the theme options….
    here is the link:
    http://powertransmission24.com/?product=optibelt-sk-spz-487

    also i would like to know how to delete the text “PRODUCT DESCRIPTION”.
    That must be something in the .php file

    If you need any further information please contact me
    Many thanks!

    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 22, 2014 at 06:44

    Hello,

    To delete “CUSTOM TAB FOR ALL PRODUCTS” navigate to Theme Options -> Single Product Page -> in the bottom find Custom Tab Title and delete it, after that save changes.

    To solve issues with “PRODUCT DESCRIPTION” add this code to custom.css file.

    .tab-content h2 {
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Tobio
    Tobio
    Participant
    July 30, 2014 at 17:14

    That didn’t help me :/
    i tried the following:

    .wpsc_categories li > ul > li > ul{
    display:none;
    }

    but when i open my shop page i have no category selected so all subcategories are shwon…

    Any help?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 30, 2014 at 17:22

    Hello,

    Could you please clarify us with more details what are you going to do? Do you want to remove product categories from single product page?

    Regards,
    Jack Richardson

    Avatar: Tobio
    Tobio
    Participant
    July 30, 2014 at 17:45

    Hello,

    Fist of all i wanna say sorry for my bad description.
    But I just found it by myselve 🙂

    I comment out line 307 in idstore\js\script.js
    // jQuery('.categories-group.has-subnav:first').addClass('opened').find('ul').show();
    I copied to my custom css:

    .wpsc_categories li > ul > li > ul{
    display:none;
    }

    So no category is opend when visiting my shop. When i click on any category, only the second category level is shown.

    Here a short example
    You have a lot of categories and subcategories

    CategoryA
    -CategoryAA
    –CategoryAAA
    —CategoryAAA

    CategoryB
    -CategoryBB
    –CategoryBBB
    —CategoryBBB
    …and so on

    I wanna only show Category A and Categorie AA in my Navigaion, otherwiese it will confuse my customers. When i click on Categorie AA i see the other categories.

    I hope that clarify my situation a bit more.
    Attached 2 pictures.
    Before:
    Before
    After:
    After

    Best Regards
    Tobi

    Avatar: Tobio
    Tobio
    Participant
    July 30, 2014 at 18:04

    sorry I answerd the wrong topic.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 30, 2014 at 18:09

    Hello,

    It requires additional customization and is a paid service.

    Regards,
    Jack Richardson

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

The issue related to '‘CUSTOM TAB FOR ALL PRODUCTS’' has been successfully resolved, and the topic is now closed for further responses

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