
This plugin creates picture sliders (slideshows) from a folder.
The pictures folder must be uploaded (using FTP) somewhere on the server (e.g. wp-content/upload).
To include a slider in a post or a page, you have to use the following shortcode :
[folderslider folder="local_path_to_folder"]
An Options page allow to set the default paramaters of the sliders :
Default slider width is the width of the first picture unless the attribute width is set to a non-zero value. The height is calculate for each picture (to keep ratio) unless the attribute height is set to a non-zero value.
Most of theses settings can be overridden using the corresponding shortcode attribute:
[folderslider folder="wp-content/upload/MyPictures" width=500
mode=fade speed=2.5 captions=smartfilename controls=false css="gray-border"]
This plugin uses bxSlider 4.2.5 by Steven Wanderski – http://bxslider.com
Sample, contact available at http://jalby.org/wordpress/
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.