-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
executable file
·107 lines (73 loc) · 3.45 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
=== Owl Carousel ===
Contributors: Pierre Jehan
Tags: carousel, slideshow, slider, gallery, images, photos, responsive
Tested up to: 4.7
License: GPL2
License URI: http://opensource.org/licenses/MIT
Add a carousel to your website. Based on the Owl Carousel, a responsive and fully customizable carousel.
== Description ==
Add a carousel to your website. Based on the Owl Carousel, a responsive and fully customizable carousel.
Special thanks to Bartosz Wojciechowski, Owl Carousel developer.
#### Features ####
* Image slide
* HTML slide
* Wordpress Gallery compatible
* Slide link
* And of course, all the Owl Carousel options!
#### How to use ####
1. Create a new Category
2. Create new slides
3. Include your carousel in any content (post, page, theme...)
You can add your carousel into any post with the following shortcode (or using the custom TinyMCE button):
[owl-carousel]
To edit the carousel options (items per slide, auto play...) you just need to add options in the shortcode:
[owl-carousel category="Uncategorized" items="1" autoPlay="true" itemsDesktop="1000,2"]
Notice the category option to display items from a specific category and also the itemsDesktop without the brackets (because it's not possible to include brackets within a Wordpress shortcode).
You can also use the default Wordpress gallery like this (you need to enable this feature in the plugin's parameters):
[gallery ids="48,47,46,45,44", items="3"]
If you want to include Owl Carousel in your custom theme, please have a look at the do_shortcode Wordpress function:
http://codex.wordpress.org/Function_Reference/do_shortcode
You can checkout the available options on the Owl carousel website:
http://www.owlgraphic.com/owlcarousel/
And watch this video tutorial:
http://www.youtube.com/watch?v=yELCuWAY6N8
Owl Carousel version 2 is coming soon! This plugin will be compatible with the new version as soon as possible.
If you want to keep up to date with this plugin, you can have a look at my blog: http://blog.pierre-jehan.com
== Installation ==
Extract the zip file and upload the contents to the wp-content/plugins/ directory of your WordPress installation and then activate the plugin from the plugins page.
== Frequently Asked Questions ==
= How can I add a link on Owl Carousel slide? =
Paste the link in the "Owl Carousel URL" field when you choose the slide picture.
== Screenshots ==
1. Front screenshot
2. Admin screenshot
== Changelog ==
= 0.5.3 =
* Fix line break in image description (thanks to simplemachines for spotting this bug)
* Restore original Post Data after custom loop (thanks to pratham2003 for spotting this bug)
* Add a css class on each carousel (owl-carousel-[category-name])
= 0.5.2 =
* Fix typo with itemsDesktopSmall option (thanks to maxdamage80 for spotting this bug)
* Change "Carousel Items" to "Carousel Slides"
= 0.5.1 =
* Change default items order in parameters
* Remove version 0.3 to 0.4 fix for custom taxonomy
= 0.5 =
* Fix JS error (jQuery selector)
* Fix database connection for version update
* Add new feature: URL link for each slide
= 0.4.4 =
* Fix admin errors due to js enqueue
= 0.4.3 =
* Add lazy load compatibility (special thanks to Alexandre BOURLIER for this feature)
* Fix custom responsive support
* Add Carousel column in the admin table
* Add a new "random" parameter to Owl Carousel (random slide order)
= 0.4.2 =
* Add save_parameter.php file
= 0.4.1 =
* Fix custom category
= 0.4 =
* Wordpress gallery support
* Custom category
* Fix slide limit