Home › Forums › WoodMart support forum › How to add more tabs
How to add more tabs
- This topic has 13 replies, 2 voices, and was last updated 1 month, 1 week ago by Hung Pham.
-
AuthorPosts
-
September 20, 2024 at 6:50 am #598708
sohee7569ParticipantHi, team
Right now, I only see two more tabs in the product.
How can I add more tab like Tab [3]?September 20, 2024 at 1:18 pm #598850
Hung PhamKeymasterHi sohee7569,
Thanks for reaching to us.
It seems you want to display short descriptions in tab as well. If you want to add more tabs you can do this from Theme Settings > Single Product > Tabs > Additional tabs.
If you want to add more than 3 tabs and all of these are static information, then you can combine with 2 additional tabs in Product Setting of Single Product https://prnt.sc/RQPGowgjDQP2
Please refer to this article https://woo.com/document/editing-product-data-tabs/
Kind Regards
September 21, 2024 at 12:06 am #599017
sohee7569ParticipantHi, team
I want to add one more additional tab that is not static information.
I can add more tabs under Single Product settings which is shown for all products.
However, I want to add one more tab that has different info for every single products such as Firmware, Manual, etc.Attachments:
You must be logged in to view attached files.September 22, 2024 at 1:56 pm #599183
Hung PhamKeymasterHi sohee7569,
You can use tabs in Product Setting of Single Product https://prnt.sc/RQPGowgjDQP2 to insert tabs for specific products.
Please refer to this article https://woo.com/document/editing-product-data-tabs/
Kind Regards,
September 23, 2024 at 11:09 am #599297
sohee7569ParticipantHi, team
I know where to put individual tabs under each product as you mentioned.
However, there are only 2 tabs and what I want to to is adding another ‘Tab’!Thanks
September 23, 2024 at 1:39 pm #599363
Hung PhamKeymasterHi sohee7569,
Unfortunately, there is no such option right now. You need to find a third-party plugin to achieve more functionality that best suits you.
Best Regards
September 27, 2024 at 7:55 pm #600865
sohee7569ParticipantHi, team
Can you please delete or hide the ‘Additional Information’ tab?
Only variable products with attributes have this tab, but we do not want this tab to be shown.
ThanksAttachments:
You must be logged in to view attached files.September 30, 2024 at 6:50 am #601149
Hung PhamKeymasterHello sohee7569,
First of all, I am appreciate your patience.
Check the article below for help: https://woocommerce.com/document/editing-product-data-tabs/#section-1
Let me know if you have any additional questions.
Kind Regards,
September 30, 2024 at 9:52 am #601209
sohee7569ParticipantHi, I just added the CSS code from the article you shared.
However, the ‘Additional Information’ tab is still there.
Can you please check?Attachments:
You must be logged in to view attached files.October 1, 2024 at 7:49 am #601493
Hung PhamKeymasterHello sohee7569,
The place where you inserted code is used for CSS only while it’s PHP code.
Please try to add the code in the functions.php file in your child theme.
Kind Regards,
October 1, 2024 at 8:48 am #601511
sohee7569ParticipantHi, team
I added the code in the functions.php file in woodmart child theme.
But the ‘additional tab’ is still there. I added the screenshot.
Can you please take a look?Attachments:
You must be logged in to view attached files.October 1, 2024 at 2:29 pm #601668
Hung PhamKeymasterHello sohee7569,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
.tabs li.additional_information_tab{ display: none; }
Best Regards,
October 1, 2024 at 8:12 pm #601790
sohee7569Participantit works!
Thanks!October 2, 2024 at 10:57 am #601915
Hung PhamKeymasterHello sohee7569,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register