-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
39 lines (26 loc) · 1.19 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
=== Plugin Name ===
Contributors: nickciske
Donate link: https://thoughtrefinery.com/donate/
Tags: widget, toggle, jquery
Requires at least: 3.5
Tested up to: 3.8
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Hides widget content on page load then allows the user to toggle widgets open and closed by clicking the widget title.
== Description ==
Hides widget content on page load then allows the user to toggle widgets open and closed by clicking the widget title. Requires all widgets you want to toggle to have a title (clicking the title toggles the widget open and closed).
== Installation ==
1. Install via Plugins: Add New or FTP
2. Activate
== Frequently Asked Questions ==
= It collapses all widgets everywhere? =
Yes. Adding a jQuery selector to limit which widgets are affected is planned for a future release.
= It doesn't work with my theme! =
Open a support thread and I’ll see if we can make it compatible with your theme's custom markup.
== Changelog ==
= 0.2 =
* Add option to keep widgets open on load
* Add option to target widgets or widget areas with jQuery selectors
= 0.1 =
* Initial release, works with default WP widget markup