Products page - by emmie - on WordPress WooCommerce support

This topic has 21 replies, 5 voices, and was last updated 9 years, 9 months ago ago by Jack Richardson

  • Avatar: emmie
    emmie
    Participant
    June 27, 2014 at 15:26

    Hello there, I have a few questions today:

    1. How can I remove the custom tabs entirely on the products page? (including reviews).
    2. How can I change the “Featured Products” Tab to say “Shirts”, instead?
    3. How do I get the hover image to function so it’s zooming in on the image?

    Thank you!

    20 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 27, 2014 at 15:59

    Hello,

    1) This article should help you with tabs removing: http://docs.woothemes.com/document/editing-product-data-tabs/.
    2) You can add title attribute to the [etheme_featured title="Shirts"] shortcode.
    3) We are sorry but there is no such feature in our theme. Zoom window can be placed only near the image.

    Regards,
    Jack Richardson

    Avatar: emmie
    emmie
    Participant
    June 30, 2014 at 21:19

    Hi there,

    I will test out the tabs and title attributes. Thanks for that help.

    As for the zoom, what I meant to say is how can I get it to function like what you have featured on your template? (for example: https://www.8theme.com/demo/blanco-wo/shop/bands/brilliant-princess-diamonds/)

    In my case for my website, if I hover over the image the result is just a duplicate of the image (same size – no close up)

    thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    June 30, 2014 at 21:28

    Hello,

    If you want to enable zoom for a single product you should check “Enable Cloud Zoom for products” in Blanco – Theme Settings > Single Product Page.

    Regards,
    Eva Kemp.

    Avatar: emmie
    emmie
    Participant
    June 30, 2014 at 21:48

    Hi. I’m really new to wordpress so I’m having trouble trying to find the source codes so that I can remove the tabs underneath the product items. How can I get to them? Thank you.

    Avatar: emmie
    emmie
    Participant
    June 30, 2014 at 22:06

    I already have “Enable Cloud Zoom for products” checked on.
    It’s hovering, but it’s just not zooming into what section on the image you are hovering over…
    I’d like it to function just like the template you guys have for the Blanco theme. Am I missing something?

    thank you.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 1, 2014 at 09:09

    Hello,

    1) To remove product tabs you should add the following code into the functions.php:

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
     
    function woo_remove_product_tabs( $tabs ) {
     
        unset( $tabs['description'] );      	// Remove the description tab
        unset( $tabs['reviews'] ); 			// Remove the reviews tab
        unset( $tabs['additional_information'] );  	// Remove the additional information tab
     
        return $tabs;
     
    }

    2) What is the size of uploaded images? It should be large for proper work of zoom functionality.

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 00:17

    Hi,
    I removed/renamed the standard Woocommerce tabs with the filters on their page.

    But I cant see where to delete the Custom Tab…. You wrote:

    “You can remove custom tab in Theme Options > Single Product Page, and remove “Custom Tab Title”.”

    but doing that I remove the Returns & Delivery tab… How do I remove Custom Tab and its contents??

    Deleting the fields in the product’s backend does nothing. After saving, the fields are back again!!

    Please advise. Thanks

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 13, 2014 at 06:47

    Hello lucio,

    If you want to delete the Custom Tab put this code into custom.css file.

    .product-tabs {
    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: lucio
    lucio
    Participant
    August 13, 2014 at 12:04

    Hi,
    that does not do anything for me!

    The Custom Tab is still visible…. please view it here:

    http://goplus.es/product/marble-triana/

    What I do not understand is that I cannot edit the content of this tab!!

    After saving the changes, the tab reverts to the original content…. What’s going on??

    Please advise.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2014 at 12:18

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 12:22

    Here you have it….

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2014 at 12:25

    Hello,

    We’re sorry but you have provided incorrect wp-admin credentials. Please check them.

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 12:29

    Sorry for the mix up…

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2014 at 12:41

    Hello,

    I’ve removed custom tab content for this page http://goplus.es/product/lava-lamp/ and it’s gone. Please check!

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 12:51

    Hi,
    I see you did delete the tab but, please, see the product: Marble Triana.

    I cannot delete the Custom Tab there… am I doing it wrong??

    please advise

    lucio

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2014 at 12:59

    Hello,

    It is necessary to remove Custom tab title and content. Please check your product now!

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 13:21

    Still does not work for me….

    I have taken a screen cast. Please view it here….

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 13, 2014 at 13:44

    Hello,

    You have edited custom field. But you need to edit custom tab, which is placed at the bottom of edit page.

    Regards,
    Jack Richardson

    Avatar: lucio
    lucio
    Participant
    August 13, 2014 at 13:53

    OK, I did NOT have “Additional Product Options” selected in the Screen Options panel (WordPress).

    It is a rather twisted layout but as long as it works…. Thanks anyway.

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

The issue related to '‘Products page’' 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.