Added in Tiki19 this is a complementary plugin to the slideshow plugin to allow fine tuning per slide.
Introduction
Slideshow has been upgraded in Tiki19 and Plugin SlideShowSlide is a part of the upgrade.
The plugin SlideShowSlide is used to customize any individual slides in a slideshow. For example if you want to have a different background of a slide from the global settings then you will use Plugin SlideShowSlide.
1.2. Parameters
Introduced in Tiki 19.Go to the source code
Preferences required: wikiplugin_slideshow, feature_slideshow
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | Enter content of slide | |||
backgroundVideoUrl |
Automatically plays a full size video behind the slide | 19.0 | ||
parallaxBackgroundHorizontal |
Number of pixels to move the parallax background per slide, Calculated automatically unless specified. Set to 0 to disable movement along an axis | 19.0 | ||
parallaxBackgroundSize |
syntax, e.g. "2100px 900px" - currently only pixels are supported (don't use % or auto) | 19.0 | ||
parallaxBackgroundVertical |
19.0 | |||
bgColor |
Set background color for slide. | 19.0 | ||
textColor |
Set Text color for slide. | 19.0 | ||
backgroundTransition |
none fade slide convex concave zoom |
Transition style for full page slide backgrounds | fade | 19.0 |
videoLoop |
n y |
Flags if the background video played in loop | y | 19.0 |
videoMuted |
n y |
Flags if the audio should be muted for background video | y | 19.0 |
backgroundUrl |
Valid URL | URL of the background image to use in your slideshow, overrides backgroundcolor |
19.0 | |
transitionIn |
none fade slide convex concave zoom |
Select entry transition effect for slide | 19.0 | |
transitionOut |
none fade slide convex concave zoom |
Select exit transition effect for slide | 19.0 | |
transitionSpeed |
(blank) fast slow |
Transition Speed | 19.0 |
Sample
It should be used to enclose the content of a slide.
Copy to clipboard
{slideshow theme="simple" transition="zoom" transitionSpeed="default" backgroundTransition="none" controls="y" controlsLayout="bottom-right" controlsBackArrows="faded" progress="y" slideNumber="y" fragments="n" fragmentClass="grow" fragmentHighlightColor="none" autoSlideStoppable="y" alignImage="n"} {SLIDESHOWSLIDE(bgColor="#fff" textColor="blue" videoMuted="n" videoLoop="n" transitionIn="none" transitionOut="none" backgroundTransition="none")} !!Slide one {SLIDESHOWSLIDE} {SLIDESHOWSLIDE(bgColor="#444" textColor="red" videoMuted="n" videoLoop="n" transitionIn="none" transitionOut="none" backgroundTransition="none")} !!Slide two {SLIDESHOWSLIDE} {SLIDESHOWSLIDE(bgColor="#000" textColor="#fff" videoMuted="n" videoLoop="n" transitionIn="none" transitionOut="none" backgroundTransition="none")} !!Slide three {SLIDESHOWSLIDE}