| 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. |