Skip Navigation

[Resolved] I need to design tabs shown by the wpv-woo-display-tabs shortcode

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to be able to customize the tabs produced by the wpv-woo-display-tabs-shortcode.

Solution: The wpv-woo-display-tabs shortcode does not provide comprehensive customization options. You can disable reviews, but that's about all. This shortcode is basically a shortcut to place the standard WooCommerce product tabs in your template. Toolset does not alter those tabs, so customizations to the tab markup require custom code and knowledge of WooCommerce.

Without using PHP, you can create your own custom CSS styles to override the deafult styles. You can add custom CSS to a child theme, or in the Customizer, or to an individual Content Template or View.

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-woo-display-tabs
https://docs.woocommerce.com/document/editing-product-data-tabs/

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by mouneebS-2 6 years, 3 months ago.

Assisted by: Christian Cox.

Author
Posts
#1124519
Tab.mov.png

The page I've have developed is woo-commerce single product page designed using DIVI.
It's a dynamic page every content is dynamically generating from backend, only the front end design is build in DIVI.
Now I want to add a module for TABS part as shown in Attached Video below.
I'm using {!{wpv-woo-display-tabs}!} field for generating TABS but how I'm going to edit it (design and content both).

Thank you

#1124663

Hi, the wpv-woo-display-tabs shortcode does not provide comprehensive customization options. You can disable reviews, but that's about all: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-woo-display-tabs
This shortcode is basically a shortcut to place the standard WooCommerce product tabs in your template. Toolset does not alter those tabs, so customizations to the tab markup require custom code and knowledge of WooCommerce. Something like this:
https://docs.woocommerce.com/document/editing-product-data-tabs/

Without using PHP, you can create your own custom CSS styles to override the deafult styles. You can add custom CSS to a child theme, or in the Customizer, or to an individual Content Template or View.

#1125483

My issue is resolved now. Thank you!