web_slide Shortcode
The web_slide shortcode defines one panel inside web_slider. The parent controls height, transition, autoplay, navigation and content width, making this child suitable for full slide compositions.
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: web_slider.
Usage
[web_slide]
Content
[/web_slide]
Attributes
| Attribute | Default | Accepted values | Purpose |
|---|---|---|---|
title |
— | Plain text | Names the slide in the Page Builder interface; the frontend callback does not print it. |
tab_id |
— | Valid unique HTML ID | Assigns the slide element's ID. |
device_visibility |
— | String unless stated otherwise | Applies the selected responsive visibility rule. |
el_class |
— | String unless stated otherwise | Adds one or more custom CSS classes to the outer element. |
Enclosed content
The child content is rendered inside a slider cell after automatic paragraph wrappers are removed. Build the slide with rows and columns, and leave animation, sizing and navigation behavior to the web_slider parent.
Verification
Preview the first, middle and last slides. Confirm the parent transition reaches them in builder order, every tab_id is unique, and interactive content remains reachable when arrows, dots, autoplay or dragging are enabled.