WordPress - Ultimate Smart Slider - Wordpress - CodeCanyon
Ultimate Smart Slider Wordpress his title this type of WordPress/InterfaceElements/Sliders This time I will review,made by davidbo90, WordPress/InterfaceElements/Sliders is sold at a price of $14 in CodeCanyon.auto // auto slider // automatically // folder images // ftp // navigation // post // responsive slider // shortcode // slideshow // smart // swipe // thumbnails // wordpress // wp //
Created | 6 May 13 |
Last Update | 24 June 13 |
Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
Software Version | WordPress 3.5 |
High Resolution | No |
Files Included | JavaScript JS, HTML, CSS, PHP |
Ultimate Smart Slider Wordpress
This is a plugin that scans a folder containing images in your Wordpress and creates a Slider with the images. You only need to drag and drop images into that folder and thats it, just put the shortocode where you want to show the slider:
[smartSlider]
Features:
- 40 Transition Effects for the images
- 11 Transition Effects for the captions
- CSS3 Transformations
- Thumbnails
- Configurable thorugh Wordpress Admin Page
- Tons of Options
- Responsive
- Swipe Support
- Multipe Sliders Per Page
- Keyboard navigation
- Customizable through CSS
- Support any HTML in the name of the images (for captions)
Note: The live preview is using the Javascript version of the slider so you can play better with the effects, but if you wanna see it in action in a real Wordpress page you can see it here
Do you want to add the images manually?
If your images are in another server or you just want to add them manually just set the directory parameter to none and add them to the shortcode like this:
[smartSlider directory="none"] <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> [smartSlider]
You need to specify the transition effects for the images and the captions manually as well.
Do you want the slider to read the images from a folder and also add few images manually?
Then just add few images manually and it will read the folder of images (specified in the admin page) and also the few images that you add to the shortcode. For example:
[smartSlider] <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> <img src='url.png' data-effect='boxesDiagonal' data-captioneffect='fade' data-caption="hi there" /> [smartSlider]
Do you want multiple sliders in your WP?
You can customize a single slider with some parameters, here are all the parameters available:
[smartSlider directory="images2" effects="boxesDiagonal,zoomOut" caption="fade,zoomOut" theme="theme2"]
No comments:
Post a Comment