Tagged: x
-
AuthorPosts
-
March 14, 2017 at 7:05 am #1406281
Victor50000
ParticipantHello!
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 #1406342Prasant Rai
ModeratorHello Victor,
Thanks for writing in!
You can use Custom Product Tabs for WooCommerce plugin.
Thanks.
March 15, 2017 at 3:58 am #1407722Victor50000
ParticipantThank you!
March 15, 2017 at 6:00 am #1407824Thai
ModeratorYou’re most welcome 🙂
March 16, 2017 at 9:34 am #1409644Victor50000
ParticipantHi 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 #1409844Rupok
MemberHi 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 #1409968Victor50000
ParticipantHi 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 #1410576Lely
ModeratorHi 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 #1410775Victor50000
ParticipantWorked perfect.
Thank you so much!
March 17, 2017 at 8:27 am #1410973Prasant Rai
ModeratorYou are most welcome. 🙂
March 31, 2017 at 7:25 am #1426188Victor50000
ParticipantHello 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 #1426596Friech
ModeratorHi There,
Navigate to Appearance > Customize, on the Customizer under the WooCommerce panel turn off the Additional Information Tab.
Cheers,
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1406281 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>