Tagged: x
-
AuthorPosts
-
March 14, 2017 at 7:05 am #1406281
Hello!
I would like to enable product tabs (Additional information/Product description) only for one specific product.
URL: http://repulse.digisera.se/butik/webbutbildningar/repulse-grundkurs-webbutbildning/
Would you please help me with this?
Thanks alot!
March 14, 2017 at 8:14 am #1406342Hello Victor,
Thanks for writing in!
You can use Custom Product Tabs for WooCommerce plugin.
https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/
Thanks.
March 15, 2017 at 3:58 am #1407722Thank you!
March 15, 2017 at 6:00 am #1407824You’re most welcome 🙂
March 16, 2017 at 9:34 am #1409644Hi again.
Actually, that plugin looks great and it will come to use. But I don’t understand how to make product tabs appear only for one specific product.
I want to add specific terms for one product, but I don’t wan’t the tabs at any other products.
If you could help me with this, I would be so happy!
Thanks!
March 16, 2017 at 11:52 am #1409844Hi there,
Thanks for writing back! Let’s enable the Tabs first and then we could provide some code to hide this for other products. Currently I can’t see any tabs.
Cheers!
March 16, 2017 at 1:20 pm #1409968Hi again,
Okay, I have enabled the Tabs.
Only want them for product
http://repulse.digisera.se/butik/webbutbildningar/repulse-grundkurs-webbutbildning/
with ID: 1302
Thanks!
March 16, 2017 at 9:46 pm #1410576Hi There,
Please use this custom CSS. Add it on Appearance > Customize > Custom > Edit Global CSS:
.woocommerce div.product .woocommerce-tabs { /*Hide those tabs by default*/ display: none; } .postid-1302.woocommerce div.product .woocommerce-tabs { /*Override above CSS and display it for specific product*/ display: block; }
Hope this helps.
March 17, 2017 at 3:26 am #1410775Worked perfect.
Thank you so much!
March 17, 2017 at 8:27 am #1410973You are most welcome. 🙂
March 31, 2017 at 7:25 am #1426188Hello again!
Could you also help me to remove the “additional descpription” tabs from a product – but let the tab from Custom Tabs “Användarvillkor” remain? http://repulse.digisera.se/butik/digital-arbetsbok/remanga-digital-arbetsbok/
Would like this for products with id: 1601, 1600, 1599
Thanks alot 🙂
March 31, 2017 at 4:55 pm #1426596Hi There,
Navigate to Appearance > Customize, on the Customizer under the WooCommerce panel turn off the Additional Information Tab.
Cheers,
-
AuthorPosts