=== Simple Accessibility Tools ===
Contributors: Mediarlos
Donate link: https://www.buymeacoffee.com/mediarlos
Tags: accessibility, toolbar, contrast, reading, frontend
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds a floating accessibility toolbar to the WordPress frontend.

== Description ==

Simple Accessibility Tools adds a configurable accessibility toolbar to public WordPress pages to improve reading comfort and navigation.

Included features:

* Increase and decrease font size.
* High contrast mode.
* Visual filters: normal, sepia, inverted, negative, and grayscale.
* Reading line that follows the cursor.
* Increased text, word, and line spacing.
* Readable font mode.
* Link highlighting.
* Pause animations.
* Hide images, videos, and iframes.
* Large cursor mode.
* Reset visitor preferences.
* Visitor preference persistence with localStorage.
* Admin settings panel with checkboxes to enable or disabPlugin Checkle each option.
* Language selector: Spanish, English, and French. English is the default language.
* "Buy me a coffee" support link inside the admin settings panel.

When activated, the plugin inserts the toolbar on the frontend using `wp_footer`. Visible options and language are managed from Settings > Simple Accessibility Tools.

== Installation ==

1. Copy the plugin folder into `wp-content/plugins/simple-accessibility-tools`.
2. Open the WordPress admin dashboard.
3. Go to Plugins.
4. Activate "Simple Accessibility Tools".
5. Go to Settings > Simple Accessibility Tools to choose which options to show and which language to use.
6. Visit any public page and use the floating "A" button.

== Frequently Asked Questions ==

= Does it work with any theme? =

The plugin uses global classes and defensive selectors to work with most themes. Some page builders or external iframes may limit certain effects.

= Does it save visitor preferences? =

Visitor preferences are saved in the visitor browser using localStorage. The plugin does not create database tables for visitor preferences.

= Does it affect the WordPress admin area? =

The accessibility toolbar only loads on the frontend. The admin area only displays the settings panel.

== Screenshots ==

1. Floating accessibility toolbar on the frontend.
2. Admin settings panel with option checkboxes and language selector.

== Changelog ==

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.

