-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
34 lines (26 loc) · 1.77 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
=== WP Flickitize Galleries ===
Contributors: vanillalounge, hugobaeta
Tags: gallery, slider, image slider, slideshow, carousel, jQuery slider, flickity
Requires at least: 4.6
Tested up to: 4.8
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Turn your native WordPress galleries into beautiful fully responsive carousel sliders. Adjust the carousel to your needs on a per gallery base.
== Description ==
WP Flickitize Galleries turns your native WordPress galleries into beautiful fully responsive sliders, using the [Flickity JS library](https://flickity.metafizzy.co/).
This initial release does not support options yet.
== Installation ==
1. Upload the extracted plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly
2. Activate the plugin through the “Plugins” screen in WordPress
== Frequently Asked Questions ==
= I don’t want all galleries to become sliders! Is this possible? =
On each gallery edit modal there’s a checkbox called “Use Flickity”. If you leave this box unchecked your gallery will be a normal, WordPress-native gallery.
= Is it possible to place the slider somewhere else, say in a widget? =
Since the plugin uses the default gallery shortcode, you can simply paste it wherever you want it to appear.
Note that you may need to [enable support for shortcodes in widgets](http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/).
== License ==
This plugin is distributed using the GPLv2 license, but Flickity uses a hybrid license. If the site you use this in is a commercial site, you need to comply with their [commercial license](https://flickity.metafizzy.co/license.html).
== Changelog ==
= 0.1 =
* Initial release