-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.txt
233 lines (176 loc) · 6.89 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
=== WP Chosen ===
Author: Triple J Software, Inc.
Author URI: https://jjj.software
Donate link: https://buy.stripe.com/7sI3cd2tK1Cy2lydQR
Plugin URI: https://wordpress.org/plugins/wp-chosen
License URI: https://www.gnu.org/licenses/gpl-2.0.html
License: GPLv2 or later
Contributors: johnjamesjacoby
Tags: jquery, select, chosen
Requires PHP: 7.0
Requires at least: 5.7
Tested up to: 5.8
Stable tag: 6.1.2
Make long, unwieldy select boxes much more user-friendly.
== Description ==
WP Chosen implements the [Chosen jQuery Plugin](https://jjj.github.io/chosen/) for WordPress.
[Chosen](https://jjj.github.io/chosen/) makes long, unwieldy select boxes much more user-friendly.
= Recommended Plugins =
If you like this plugin, you'll probably like these!
* [WP User Profiles](https://wordpress.org/plugins/wp-user-profiles/ "A sophisticated way to edit users in WordPress.")
* [WP User Activity](https://wordpress.org/plugins/wp-user-activity/ "The best way to log activity in WordPress.")
* [WP User Avatars](https://wordpress.org/plugins/wp-user-avatars/ "Allow users to upload avatars or choose them from your media library.")
* [WP User Groups](https://wordpress.org/plugins/wp-user-groups/ "Group users together with taxonomies & terms.")
* [WP User Signups](https://wordpress.org/plugins/wp-user-signups/ "The best way to manage user & site sign-ups in WordPress.")
* [WP Term Authors](https://wordpress.org/plugins/wp-term-authors/ "Authors for categories, tags, and other taxonomy terms.")
* [WP Term Colors](https://wordpress.org/plugins/wp-term-colors/ "Pretty colors for categories, tags, and other taxonomy terms.")
* [WP Term Families](https://wordpress.org/plugins/wp-term-families/ "Associate taxonomy terms with other taxonomy terms.")
* [WP Term Icons](https://wordpress.org/plugins/wp-term-icons/ "Pretty icons for categories, tags, and other taxonomy terms.")
* [WP Term Images](https://wordpress.org/plugins/wp-term-images/ "Pretty images for categories, tags, and other taxonomy terms.")
* [WP Term Locks](https://wordpress.org/plugins/wp-term-locks/ "Protect categories, tags, and other taxonomy terms from being edited or deleted.")
* [WP Term Order](https://wordpress.org/plugins/wp-term-order/ "Sort taxonomy terms, your way.")
* [WP Term Visibility](https://wordpress.org/plugins/wp-term-visibility/ "Visibilities for categories, tags, and other taxonomy terms.")
* [WP Media Categories](https://wordpress.org/plugins/wp-media-categories/ "Add categories to media & attachments.")
* [WP Pretty Filters](https://wordpress.org/plugins/wp-pretty-filters/ "Makes post filters better match what's already in Media & Attachments.")
* [WP Chosen](https://wordpress.org/plugins/wp-chosen/ "Make long, unwieldy select boxes much more user-friendly.")
== Screenshots ==
1. Filters
2. Time Zones
== Installation ==
* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" area of your admin by clicking the "Activate" link.
* No further setup or configuration is necessary.
== Frequently Asked Questions ==
= What color schemes does this support? =
WordPress
* Default/Fresh
* Light
* Modern
* Blue
* Coffee
* Ectoplasm
* Midnight
* Ocean
* Sunrise
bbPress
* Evergreen
* Mint
Extras
* 80's Kid
* Adderley
* Aubergine
* High Contrast Blue
* Cruise
* Flat
* Kirk
* Lawn
* Primary
* Seashore
* Vinyard
American
* From Many One
* NASA 1976
* NASA
* Old Glory
* Open Highway
* Shenandoah
= What elements does this target? =
`
/* Options */
var chosen_options = {
disable_search_threshold: 13,
search_contains: true
};
/* Targets */
var chosen_selects = ' select:not(#metakeyselect, [name^=acf_], [name^=edd], [name^=_edd], [name^=sc], [name=wc_order_action], [class*=chosen], [class*=select2], [class*=wc-enhanced-select], [class*=wc-product-search], [class*=wc-enhanced-select-nostd], [class*=wc-customer-search], [class*=wc-category-search], [class=learndash-binary-selector-items], [class=sendgrid-settings-select])',
chosen_targets =
'.wp-pretty-filters' + chosen_selects
+ ', .wp-filter' + chosen_selects
+ ', .media-toolbar' + chosen_selects
+ ', .postbox .inside' + chosen_selects
+ ', .tablenav' + chosen_selects
+ ', .form-table' + chosen_selects
+ ', .form-wrap' + chosen_selects
+ ', .customize-pane-parent' + chosen_selects;
`
= Where can I get support? =
* Community: https://wordpress.org/support/plugin/wp-chosen
* Development: https://github.com/stuttter/wp-chosen/discussions
== Changelog ==
= 6.1.2 - 2021/05/29 =
* Update author info
* Add sponsor link
= 6.1.1 - 2021/03/10 =
* Tweak third-party plugin compatibility
= 6.1.0 - 2021/03/09 =
* Add support for 6 extra color schemes
= 6.0.0 - 2021/03/09 =
* Add support for 11 extra color schemes
* Tweak WordPress 5.7 support
* Avoid conflicts with WooCommerce
* Avoid conflicts with SendGrid
* Avoid conflicts with LearnDash
* Avoid conflicts with Advanced Custom Fields
= 5.2.0 - 2021/03/02 =
* WordPress 5.7 support
* Avoid conflicts with custom fields
* Avoid conflicts with WooCommerce/selectWoo
* Avoid conflicts with other third party plugins
= 5.0.1 - 2020/07/27 =
* Tweak WordPress 5.5 support
= 5.0.0 - 2020/07/23 =
* WordPress 5.5 Support
* Upgrade Chosen to 2.0.0 fork
= 3.2.0 - 2019/10/15 =
* WordPress 5.3 Support
= 3.1.0 - 2017/06/22 =
* Avoid conflicts with Easy Digital Downloads
* Avoid conflicts with Stream
* Avoid conflicts with Select2
= 3.0.0 - 2017/05/09 =
* Update Chosen to 1.7.0
* Handle several special cases for known wp-admin quirks
* Add target for `.postbox .inside select`
* Remove duplicate target for `#posts-filter select`
= 2.1.0 - 2016/11/19 =
* Target more actions
* Target wp-filters
* Add WP Pretty Filters support
= 2.0.0 - 2016/10/29 =
* Target bulk-actions
* Improve efficiency of element targeting
= 1.1.0 - 2016/09/10 =
* Remove "Open Sans" font styling rules for WordPress 4.6 support
= 1.0.0 - 2016/09/08 =
* First pass outline styling support for improved accessibility
= 0.7.0 - 2016/04/20 =
* Target `form-wrap` select elements, for taxonomies and such
= 0.6.0 - 2016/04/06 =
* Provide filter to override Chosen enqueue handle
= 0.5.0 - 2016/04/06 =
* Improved compatibility with third party plugins and themes
= 0.4.0 - 2016/02/23 =
* Fix options-reading.php front page incompatibility
= 0.3.2 - 2016/02/23 =
* Override retina sprite support
= 0.3.1 - 2016/02/23 =
* Simplify dependency tree
= 0.3.0 - 2016/02/23 =
* Bump Chosen to 1.5.1
* Rename enqueue ID to 'jquery-chosen'
= 0.2.1 - 2016/02/05 =
* Only search when there are more than 10 items
= 0.2.0 - 2016/01/04 =
* Add multiple support
= 0.1.4 - 2015/11/15 =
* Add customizer support
= 0.1.3 - 2015/10/28 =
* Version JS
* Add support for media
= 0.1.2 - 2015/10/22 =
* Update styling
* Target media library
= 0.1.1 - 2015/10/06 =
* Fix drop-down search input styling
= 0.1.0 - 2015/10/01 =
* Initial release