Description
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:
- Preload images in an image based slideshow.
- Autoplay slideshow and duration.
- Pause slideshow on click of next/prev or pagination and time of pause.
- Pause slideshow on hovering.
The width and height of images are NOT flexible and need to remain of 570 x 270 resolution.
Internationalization supporting:
- English
Installation
- Download the latest version.
- Extract it in the /wp-content/plugins/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Customize the plugin in the Settings > Slides.
FAQ
For any query, ask the author of this WordPress Plugin at PriteshGupta.com.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Slides” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Slides” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Stable version.