Description
This plugin add a Responsive Best Images slider in your website. Also you can add Responsive Best Images slider page and mobile touch slider in to your wordpress website.
View DEMO for additional information.
Installation help and support
- Please check Installation and Document on our website.
The plugin adds a โResponsive Best Images sliderโ tab to your admin menu, which allows you to enter Image Title, Content, Link and image items just as you would regular posts.
To use this plugin just copy and past this code in to your header.php file or template file
You can also use this Best Images slider inside your page with following shortcode
[sp_best.images.slider]
Display Best Images slider catagroies wise :
[sp_best.images.slider cat_id=โcat_idโ]
You can find this under โBest Images slider-> Gallery Categoryโ.
Complete shortcode is
[sp_best.images.slider height="300"
slide_num="4" width="auto" animate_style="fade"
duration="3000" autoplay="true" autoplay_interval="3000"]
Parameters are :
- limit : [sp_best.images.slider limit=โ-1″] (Limit define the number of images to be display at a time. By default set to โ-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=โ5โ)
- cat_id : [sp_best.images.slider cat_id=โ2″] (Display Image slider catagroies wise.)
- width : [sp_best.images.slider width=โautoโ] (Set the width of slider that you want to display, default is โautoโ))
- height : [sp_best.images.slider height=โ450″] (Set the height of slider that you want to display, default is โ450โ))
- animate_style : [sp_best.images.slider animate_style=โslideโ] (Image slider effect. value is โslideโ OR โfadeโ)
- duration : [sp_best.images.slider duration=โ3000″] (Set slider speed)
- autoplay : [sp_best.images.slider autoplay=โtrueโ] (Set autoplay or not. value is โtrueโ OR โfalseโ)
- autoplay_interval : [sp_best.images.slider autoplay=โtrueโ autoplay_interval=โ3000″] (Set autoplay interval)
- slide_num : [sp_best.images.slider slide_num=โ4″] (Set slider number that you want to display)
Features include:
- Mobile touch slide
- Responsive
- Shortcode
[sp_best.images.slider]
- Php code for place image slider into your website header
<div class="headerslider"> <?php echo do_shortcode('[sp_best.images.slider]'); ?></div>
- Best images slider inside your page with following shortcode
[sp_best.images.slider]
- Easy to configure
- Smoothly integrates into any theme
- CSS and JS file for custmization
Installation
- Upload the โbest-images-sliderโ folder to the โ/wp-content/plugins/โ directory.
- Activate the โBest Images sliderโ list plugin through the โPluginsโ menu in WordPress.
- If you want to place Best images slider into your website header, please copy and paste following code in to your header.php file
<div class="headerslider"> <?php echo do_shortcode('[sp_best.images.slider limit="-1"]'); ?></div>
- You can also display this Images slider inside your page with following shortcode
[sp_best.images.slider limit="-1"]
FAQ
- Are there shortcodes for Best images slider items?
-
If you want to place Best images slider into your website header, please copy and paste following code in to your header.php file
<div class="headerslider"> <?php echo do_shortcode('[sp_best.images.slider limit="-1"]'); ?></div>
You can also display this Best images slider inside your page with following shortcode
[sp_best.images.slider limit="-1"]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Best Images slider” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Best Images slider” 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
Initial release