PluginProbe
AccessiYes Accessibility Widget for ADA, EAA & WCAG Readiness / 1.1
AccessiYes Accessibility Widget for ADA, EAA & WCAG Readiness v1.1
3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 trunk 1.0 1.1 1.1.1 1.2 1.2.1 2 2.0.1 2.1 2.2 2.2.1 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 All 33 releases
accessibility-widget / readme.txt

readme.txt in AccessiYes Accessibility Widget for ADA, EAA & WCAG Readiness 1.1, at readme.txt

41 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Accessibility Widget ===
2 Contributors: webgrrrl
3 Tags: accessibility, widget, widgets, formatting, css, style, text
4 Requires at least: 3.0.1
5 Tested up to: 3.6
6 Stable tag: 1.1
7 License: GPLv2 or later
8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
10 Adds a sidebar widget to change text size in your WP site. Future feature: change colour contrast.
11
12 == Installation ==
13
14 = Automatic installation =
15 1. In your WordPress dashboard, select Plugins / Add.
16 1. Search for Accessibility Widget, and select Install.
17 1. Go to Appearances / Widgets.
18 1. Drag the Accessibility Widget to your widget area and select Save.
19
20 = Manual installation =
21 1. Upload `accessibilitywidget.php` to the `/wp-content/plugins/` directory.
22 1. Activate the plugin through the 'Plugins' menu in WordPress.
23 1. Place `<?php do_action('widget_accesstxt'); ?>` in your templates.
24
25 == Frequently Asked Questions ==
26
27 = How do I use this plugin? =
28
29 Once installed, go to your Widgets setting and put it in any widget-enabled area of your site. Make sure to select Save.
30
31 = Can I use this on a non-widgetized website / theme? =
32
33 Not tested, but theoretically yes, you can. Follow the Manual installation in the Installation section for details.
34
35 == Changelog ==
36
37 = 1.1 =
38 * Added options into the widget form for easy customisation.
39
40 = 1.0 =
41 * First release.