This topic has 21 replies, 5 voices, and was last updated 10 years, 3 months ago ago by Jack Richardson
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!
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
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.
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.
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.
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.
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
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
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.
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.
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Jack Richardson
Here you have it….
Hello,
We’re sorry but you have provided incorrect wp-admin credentials. Please check them.
Regards,
Jack Richardson
Sorry for the mix up…
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
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
Hello,
It is necessary to remove Custom tab title and content. Please check your product now!
Regards,
Jack Richardson
Still does not work for me….
I have taken a screen cast. Please view it here….
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
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.
Hello,
You’re welcome!
Regards,
Jack Richardson
Tagged: e-commerce, online store, products, shopping cart, templates, woocommerce, wordpress
The issue related to '‘Products page’' has been successfully resolved, and the topic is now closed for further responses