New Landing How can we help? Themeforest Theme Support Neighborhood Hide Additional Information as it duplicates under Accordion on product page

Viewing 12 posts - 1 through 12 (of 12 total)
  • #107220
    deanjohn
    Member
    Post count: 93

    Hi,

    1. How do you remove the “Additional Information” text below the additional information tab on the product page ? It appears twice as default on your theme.

    I wish to remove/hide the text “Additional Information” text completely

    2. How do you auto unhide the accordion for Additional Information.. There is a true/false statement that now has it auto closed. I wish to have it auto opened when a user visits. They have the option to close it.

    3. How and where do you rename the Description tab heading on the product page to Long Description ?

    Many thanks,

    Dean

    #107221
    deanjohn
    Member
    Post count: 93
    This reply has been marked as private.
    #107346
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-
    div#product-additional_information div.accordion-inner h2{display:none !important;}

    2- You need to replace tabs.php file with attached file after exatract at /neighborhood/woocommerce/single-product/ through FTP software.

    3- Please refer this article http://docs.woothemes.com/document/editing-product-data-tabs/#section-2.

    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

    Attachments:
    You must be logged in to view attached files.
    #107654
    deanjohn
    Member
    Post count: 93

    I replaced tabs.php but receive the error below:

    Parse error: syntax error, unexpected ‘}’ in /home/modeni/public_html/britishleggings.com/wp-content/themes/neighborhood1.9/woocommerce/single-product/tabs/tabs.php on line 88

    it does not work and corrupts the layout.

    regards,

    Dean

    #107656
    deanjohn
    Member
    Post count: 93

    i’ve reverted back to the old tab.php file…

    also where to I enter the rename tabs code for point 3? Is it in the functions.php file ?

    #107670
    deanjohn
    Member
    Post count: 93

    Mohammed I solved it myself.

    You add this code at the bottom of your functions.php file. Also useful for anyone who wishes to rename their tabs on the product page.

    }
    add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tab’, 98);
    function woo_rename_tab($tabs) {

    $tabs[‘description’][‘title’] = ‘Extended Description’;

    return $tabs;
    }

    #107739
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have attached corrected file so use this new one tabs.php.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #107787
    deanjohn
    Member
    Post count: 93

    No it still doesn’t work.

    It’s OK i have solved this issue myself by adding code into functions tab.

    #107788
    deanjohn
    Member
    Post count: 93

    I attempted to replace the collapse code with expand for point:

    2. How do you auto unhide the accordion for Additional Information.. There is a true/false statement that now has it auto closed. I wish to have it auto opened when a user visits. They have the option to close it.

    But it seems when I change it your theme does not expand it.

    I replaced the tabs.php with your uploaded file but brings back error on the site.

    thanks

    #107790
    Mohammad – SUPPORT
    Moderator
    Post count: 27441
    This reply has been marked as private.
    #107796
    deanjohn
    Member
    Post count: 93

    Thanks Mohammad.

    I have closed this for now. It’s not a priority this issue.

    I will re-raise it in a few weeks. thanks for looking into it anyway.

    #107809
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks ๐Ÿ™‚
    With Best Regards
    Mohammad

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

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

License required for the following item
Login and Registration Log in · Register