vc_tta_section Shortcode
The vc_tta_section shortcode renders the section component.
The attributes below match the current Page Builder controls and public output. Use raw syntax only for reviewed content that cannot be maintained through the visual controls.
Allowed parent shortcodes: vc_tta_tour, vc_tta_tabs, vc_tta_accordion, vc_tta_pageable.
Usage
[vc_tta_section]
Content
[/vc_tta_section]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
title |
— | String unless stated otherwise | Enter section title (Note: you can leave it empty). |
tab_id |
— | Valid unique HTML ID | Enter section ID (Note: make sure it is unique and valid according to w3c specification). |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_class |
— | String unless stated otherwise | If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file. |
Enclosed content
Content between the opening and closing tags is processed as WordPress shortcode content. Keep the parent/child structure shown by the visual builder so nested components receive the context they expect.
Verification
Inspect vc_tta_section at every layout breakpoint and confirm its child content keeps a logical source and visual order. Pay particular attention to title and tab_id.