
Slides is a slideshow plugin for jQuery that is built with simplicity in mind. Packed with a useful set of features to help novice and advanced developers alike create elegant and user-friendly slideshows. It can be used within articles as well as theme files. It does not modify any other images or galleries.
Release Page: Slides Plugin Homepage
Live Demo: Slides Demonstration
Only standard version is included in the current release.
After installing the plugin just write something like:
[slides]
[slidesslide linkurl="LinkURL" linktitle="LinkTitle" imgurl="FullPathOfImage" imgalt="ImgAlt"]
[/slides]
Where [slides] and [/slides] are the beginning and ending of Slides slider respectively, keep on adding as many [slidesslide linkurl="LinkURL" linktitle="LinkTitle" imgurl="FullPathOfImage" imgalt="ImgAlt"] for as many slides you want.
To implement directly in theme files, use:
<div id="slides">
<div class="slides_container">
<a href="LinkURL" title="LinkTitle" target="_blank"><img src="FullPathOfImage" width="570" height="270" alt="ImgAlt"></a>
</div>
<a href="#" class="prev"><img src="PathOf-arrow-prev.png-image" width="24" height="43" alt="Arrow Prev"></a>
<a href="#" class="next"><img src="PathOf-arrow-next.png-image" width="24" height="43" alt="Arrow Next"></a>
</div>
Slides is originally by Nathan Searles.
You can customize these in the Settings section:
The width and height of images are NOT flexible and need to remain of 570 x 270 resolution.
Internationalization supporting:
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.