Introducing Bonobo Slider for WordPress
The Only iOS Featured Post Slider you’ll ever need for your website
We put this together to make slider presentations a breeze allowing you to have more than one sliders per page, with different filter options like post_type, category, post_tag, and more! This slider will outshine the rest of the sliders because it has mobile-touch enabled slideshow. If you need assistance installing this plugin, you can visit this page to get support.
Features
- 3 slider animation types: Default, Fade, Coverflow
- Filters by Category, Post Type, or Tag
- Post Types Accepted: Post, Page, Product, Slider, Attachment
- Use Multiple Sliders on Same Page
- WooCommerce Compatible!
Extended Version ($50)
- Custom Duration Per Slider
How to Install
- Open
wp-content/plugins
Folder - Put:
Folder: ios-featured-post-slider
- Activate
iOS Featured Post Slider
Plugin - Go to
WP-Admin -> iosSlider
to configure the plugin.
Usage
- Open
wp-content/themes/<YOUR THEME NAME>/index.php
- You may place it in archive.php, single.php, post.php or page.php also.
- Find a place to put the shortcode with PHP:
123<?phpecho do_shortcode('[featured category=shirts numbers=23 post_type=product]');?>
- Or while in WordPress, insert this into any post or page in the :
1[featured category=shirts numbers=23 post_type=product]
Filter Options (6)
Numbers
- Changes the number of slides that make up one featured slider.
- Default Value: 5
- Accepted Type: Number
Category
- Changes the WordPress category from which the slides are pulled from.
- Default Value: [empty]
- Accepted Type: Text
Post_type
- Changes the WordPress post type from which to slides are pulled from.
- Default Value: any
- Accepted Type: Text
- Accepted Values: post, page, product, slider, attachment, or any
Orderby
- Changes the order the slides should be displayed.
- Default Value: date
- Accepted Type: Text
- Accepted Values: See codex: WP Orderby Paramaters
Image_size
- Changes the size of the image for the slider. Useful for small sliders with small width to minimize page load time.
- Default Value: medium
- Accepted Type: Text
- Accepted Values: thumbnail, medium, large, or full
Show
- Changes whether to show the WordPress content or excerpt for each slide.
- Default Value: excerpt
- Accepted Type: Text
- Accepted Values: content or excerpt
Slider Options (4)
Type
- Changes the animation type for the current slider.
- Default Value: centeredAuto
- Accepted Type: Text
- Accepted Values: default, fade, or coverflow
Timer
- Changes the number of seconds each slide will be shown until the next one is visible
- Default Value: 5
- Accepted Type: Number
Slidesper
- Changes the number of items visible on each slider page.
- Default Value: 1
- Accepted Type: Number
Centeredslides
- Changes whether to align slides to center or not.
- Default Value: false
- Accepted Type: Boolean
- Accepted Values: true or false
Unid (Depreciated)
- Depreciated since Version 1.3
- Changes the ID for the current slider.
- Default Value: [random_number]
- Accepted Type: Number
Shortcode Examples
Use shortcodes to show different types of sliders on your site.
5 Featured Posts with Category ‘Home’
1 |
[featured category=home numbers=5 post_type=post] |
10 Featured Posts with Category ‘Videos’
1 |
[featured category=videos numbers=10 post_type=post] |
23 Products with Category ‘Shirts’
1 |
[featured category=shirts numbers=23 post_type=product] |
Changelog
- Version 1.4 – Added ability to change duration of each slider
- Version 1.3 – Added ability to have multiple sliders on same page
- Version 1.2 – Added ability to remove jQuery (if already loaded from another plugin)
- Version 1.1 – Added filters by category, post type, or tag
- Version 1.0 – Added 3 slider animation types: default, fade, coverflow
Demo
Last Updated: June 28, 2022