Tiki offers a lot of option for slideshow or sliders, please check also Slider Comparison.
There are several ways in Tiki that can produce slideshows, depending of the type of content, if standalone or embeded, where the source content to be displayed is stored, and the features enabled in your site:
You can place the plugin anywhere on a page and this is where will be displayed the button to launch the presentation or slideshow. However any content placed after a heading will be display no matter if it placed before or after the plugin.
Important notice: CSS hidden content (display:none, d-none, etc) will be displayed on the slides of the slideshow.
The package offer several themes you can use right away but they are not dependant on the Tiki theme selected. To create or customise an existing theme you need developers skills or hire a consultant as they are part of the slideshow package integrated in Tiki.
https://tiki.org/Tiki+Suite+Slideshow
Slideshows are easy to make and easy to view. Just split up your document by using Wiki syntax headers which are as follows (this would make a very simple and easy to view slideshow):
!Slide Header 1 Slide Content !!Slide Header 2 Slide Content !!Slide Header 3 Slide Content !!Slide Header 4 Slide Content !!!Slide Header 5 Slide Content
Titles break up your document so that slideshow knows what to do with it. TO view the plugin, ensure that feature_slideshow is enabled, and there will be a button at the bottom of your wiki page to switch to the slideshow view of that page.
With the slideshow feature on, pages are attempted to be converted into a slideshow automatically. To further configure slideshow, use the plugin - PluginSlideshow. This includes saving your current page's theme etc.
See more information on the slideshow feature at the documentation page PluginSlideshow
PDF export has been added to Tiki9. It is still marked experimental feature in Tiki 12.0. To turn on simple follow these steps:
Other types of slideshow functionality exist in Tiki. File Gallery and Image Galleries have slideshow functionality built in.
For image slideshows in wiki pages see Colorbox and Shadowbox, Infinite Carousel and PluginImg.
Font can be adjusted by adding the following css to the page (in admin look and feel will probably be easiest). Default is 1em, so 1.1 would be slightly larger, 0.9em would be slightly smaller.
/*slightly larger*/ #s5-size-detector { width: 1.1em ! important; height: 1.1em ! important; }
You can use this code to have all text show higher spacing:
/*slightly larger*/ .s5-slide * { line-height: 1.1em ! important; }
And you can use this other code to have just items in lists (ordered and unordered) higher spacing:
/*slightly larger*/ .s5-slide * li { padding-top: 0.5em ! important; padding-bottom: 0.5em ! important; }
You can use this code to have higher footer text:
/*slightly larger*/ .s5-footer { font-size: 120% ! important; }
See PluginSlideshow for more information on how to customize a presentation, with a real example.
Slideshows | Slide shows | Slide show