This plugin generates a gallery from a folder and displays using a shortcode.
| Author: | kmo_design (profile at wordpress.org) |
| WordPress version required: | 3.0.1 |
| WordPress version tested: | 4.2.39 |
| Plugin version: | 1.0.0 |
| Added to WordPress repository: | 27-04-2015 |
| Last updated: | 27-04-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://www.kmo.com.au/blog/wordpress-slidesho... |
| Total downloads: | 1 459 |
| Active installs: | 10+ |
![]() Click to start download |
|
This plugin generates a gallery from a folder and displays using a shortcode.
The folder must be uploaded (using FTP) to the wp-content/upload folder.
To include a slideshow in a post or a page, use the following shortcode:
[kmoslideshow folder="local_path_to_folder"]
You can customize the slideshow using the following attributes:
- Slideshow width (width) in px
- Image border (border) in px (default 0)
- Image padding (padding) in px (default 0)
- Slide duration (interval) in milliseconds (default 4000)
- Pagination display (pagination): true or false (default true)
- Transition effect (effect): fade or slide (default slide)
Default slideshow width is set to the width of the container unless the width attribute is set.
The height is calculate from the first image.
[kmoslideshow folder="path" width="500" padding="5"
border="1" interval="5000" pagination="false" effect="fade"]
This plugin uses SlidesJS 3.0.3 by Nathan Searles – http://www.slidesjs.com
