Easy Digital Downloads Slider Plugin Documentation
Easy Digital Downloads Slider ( EDD Slider ) Plugin version 1.0 Documentation:
Basic Use
Will show you a slider of all downloads.
[wpb-edd-slider]
Featured Products Slider
[wpb-edd-slider featured="yes"]
Related Products Slider
Related product slider will be added autometicaly bellow the single downloads page. You can disable it & use the related product slider shortcode. Notice: Related products slider will be worked only on single download page.
[wpb-edd-slider featured="yes"]
Slider Title
Will show a title of slider.
[wpb-edd-slider title="Your Title Here"]
Slider Form Category
Will show slider form specific categories. You need to put comma separeated category slug.
[wpb-edd-slider category="slug,slug,slug"]
Slider Form Tags
Will show slider form specific tags. You need to put comma separeated tag slug.
[wpb-edd-slider tags="slug,slug,slug"]
Slider Form ID
Will show slider form specific ID. You need to put comma separeated downloads ID.
[wpb-edd-slider id="id,id,id"]
Exclude
Exclude Form Category
You can exclude specific categories form slider. You need to put comma separeated category slug.
[wpb-edd-slider category_not_in="slug,slug,slug"]
Exclude Form Tags
You can exclude specific tags form slider. You need to put comma separeated tag slug.
[wpb-edd-slider tags_not_in="slug,slug,slug"]
Exclude Form ID’s
You can exclude specific ID’s form slider. You need to put comma separeated downloads ID.
[wpb-edd-slider id_not_in="id,id,id"]
All Ahortcode Attributes
ID | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | title | null | Slider title. | |
2 | nav | true | false | Slider navigation at top right corner. |
3 | autoplay | true | false | Slider autoplay. |
4 | stop | true | false | Slider stop on mouse hover. |
5 | pagination | false | true | Slider pagination at bottom. |
6 | count | false | true | Slider counting. |
7 | items | 4 | ANY Number | Number of product on default screen. |
8 | items_desktop | 3 | ANY Number | Number of product on screen size 1199px |
9 | items_desktop_small | 3 | ANY Number | Number of product on screen size 979px |
10 | items_tablet | 2 | ANY Number | Number of product on screen size 768px |
11 | items_mobile | 1 | ANY Number | Number of product on screen size 479px |
12 | speed | 1000 | ANY Number | Slider speed in millisecond. |
13 | width | 320 | ANY Number | Product image width in Pixel. |
14 | height | 300 | ANY Number | Product image height in Pixel. |
15 | crop | true | false | Product image hard crop or not. |
16 | orderby | none | ID/author/title/date/rand | Product orderby. Detalis Here. |
17 | order | DESC | ASC | Product order |
18 | posts | -1 | Any number | Number of products to show in your slider. Default it will show all. |