50% OFF
23 : 59 : 59
€98 €49
Home / AI SEOCLUB Accessibility / Documentation

AI SEOCLUB Accessibility — Help Centre

v1.3.6 WordPress 5.0+ PHP 7.4+ WCAG 2.1 AA
Help Centre
Getting Started

Overview & Features

AI SEOCLUB Accessibility — a complete web accessibility plugin with 29+ features for WordPress.

AI SEOCLUB Accessibility is a comprehensive WordPress plugin that adds an accessibility widget to your website, allowing visitors to adapt the browsing experience according to their needs, without requiring technical knowledge.

What the plugin includes

WCAG 2.1 AA ADA EAA 2025 Section 508 EN 301 549

Why AI SEOCLUB Accessibility?

  • 2-minute installation — no code, no complex configuration
  • 29+ features covering all disability types
  • Lifetime license — pay once, use forever
  • Automatic updates included
  • GDPR compliant — no personal data collected
  • Compatible with all popular themes and page builders
Help Centre
Getting Started

Installation Guide

Install the plugin in WordPress in under 2 minutes.

  1. Download the plugin from your account at ai.seoclub.ro/account (ZIP file).
  2. In WordPress, go to Plugins → Add New → Upload Plugin and select the ZIP file.
  3. Click Install Now, then Activate Plugin.
  4. Go to AI SEOCLUB → Activation to enter your license key.
Minimum requirements: WordPress 5.0+, PHP 7.4+, any modern theme.

FTP Installation

  1. Unzip the ZIP file on your computer.
  2. Upload the ai-seoclub-accessibility folder to /wp-content/plugins/.
  3. Activate the plugin from Plugins in WordPress.
Help Centre
Getting Started

License Activation

Activate your license to unlock all features.

  1. Go to AI SEOCLUB → Activation in the WordPress menu.
  2. Enter your license key (format: AISA-XXXX-XXXX-XXXX-XXXX).
  3. Click Activate License. The plugin verifies the license with ai.seoclub.ro.
  4. You'll see the license status, plan type, and expiration date.

Find your license key in your account at ai.seoclub.ro/account or in the purchase confirmation email.

PlanSitesTypePrice
Starter1Lifetime€49
Professional3Lifetime€79
Agency10Lifetime€149
Lifetime license — pay once and use forever, including all future updates for free.
Help Centre
Features

Accessibility Profiles

Predefined sets for different disability types — one click activates everything needed.

Profiles are predefined sets of adjustments that automatically optimize the site for different disability types.

Cognitive Support

Features for dyslexia, autism, ADHD. Simplifies navigation and reduces visual complexity.

Seizure Guard

Removes animations and high-risk flashing elements.

Screen Reader

Compatible with JAWS, NVDA, VoiceOver, TalkBack. Adds ARIA attributes and semantic structure.

Focus Assist

For ADHD — reduces distractions and maintains attention on content.

Enhanced Vision

For cataracts, glaucoma. Enhances contrast and fonts.

Help Centre
Features

Readable Experience

9 features for adjusting how text content is displayed and read.

Content Scaling

80% to 200% content scaling.

Text Magnifier

Magnifier on hover.

Readable Font

OpenDyslexic font.

Dyslexia Friendly

Dyslexia-optimized font & spacing.

Highlight Titles

Highlights all H1-H6.

Highlight Links

Underlines all links.

Font Sizing

Adjust font size.

Line Height / Spacing

Line height and letter spacing.

Cognitive Reading

Highlights words individually.

Help Centre
Features

Visual Experience

8 color and contrast adjustment features.

Dark Contrast

Dark background, light text.

Light Contrast

White background, high contrast.

Monochrome

Page in grayscale.

High Contrast

Maximum text/background contrast.

High Saturation

Intensifies colors.

Low Saturation

Reduces color intensity.

Color Adjust

7+ color schemes.

Hide Images

Hides all images.

Help Centre
Features

Navigation & Orientation

10 advanced mouse-free navigation features.

Virtual Keyboard

On-screen virtual keyboard.

Reading Guide

Horizontal guide following cursor.

Stop Animations

Stops all animations and GIFs.

Reading Mask

Mask with reading window.

Highlight Focus

Highlights focused elements.

Big Cursor

Large cursor for visibility.

Mute Sounds

Mutes all site sounds.

Voice Navigation

Voice-command site control.

Navigation Keys

Shortcuts: M, H, F, B.

Online Dictionary

Wikipedia/Wiktionary on selection.

Help Centre
Compliance

Legal Standards

Compliance with WCAG 2.1, ADA, EAA, and other international standards.

AI SEOCLUB Accessibility helps you meet legal accessibility requirements worldwide:

StandardDescriptionRegion
WCAG 2.1 AAThe international reference standard for web accessibilityGlobal
ADAAmericans with Disabilities Act — mandatory for US companiesUS
EAAEuropean Accessibility Act — mandatory from June 2025 for EUEU
Section 508US federal law for public sector accessibilityUS
EN 301 549European standard for ICT product accessibilityEU
EAA takes effect on June 28, 2025. Non-compliance can result in significant fines.
Help Centre
Compliance

Accessibility Statement

Automatically generate an accessibility statement compliant with legal requirements.

An accessibility statement is a public document mandatory in the EU (EAA) and recommended in the US (ADA), expressing your commitment to web accessibility.

How to generate the statement

  1. Go to AI SEOCLUB → Settings → Accessibility Statement.
  2. Fill in: organization name, contact email, site URL.
  3. Select the standards you comply with (WCAG 2.1 AA, ADA, EAA, etc.).
  4. Click Generate Statement — the plugin auto-creates a WordPress page.
  5. The link appears automatically in the accessibility widget footer.

What the statement must contain

  • Target compliance level (e.g., WCAG 2.1 AA)
  • Date of the last accessibility assessment
  • Known limitations and workarounds
  • Contact information for reporting accessibility issues
  • Complaint procedure (mandatory for EAA)
The auto-generated statement is a starting point. Consult a specialist to customize it.
Help Centre
Settings & Widget

General Settings

Configure features from the WordPress admin panel.

Access settings from AI SEOCLUB → Settings in the WordPress panel.

Available Tabs

  • General: Enable/disable each accessibility feature individually
  • Design: Customize widget colors, position and appearance
  • Custom CSS: Add custom CSS using .mdp-readabler-wrapper
  • Activation: Manage your license
  • Status: System requirements, PHP/WordPress versions
Tip: You can disable individual features — e.g., disable Voice Navigation if you don't want it.
Help Centre
Settings & Widget

Widget Customization

Fully customize the widget's appearance and behavior.

Customize from AI SEOCLUB → Settings → Design:

  • Position: Bottom-left, bottom-right, top-left, top-right
  • Main Color: Any color for trigger button and accents
  • Theme: Dark or light, auto-adapts to user's system preferences
  • Button Size: Small, medium, or large
  • Button Animation: Pulse, spin, or static
  • Accessibility Statement: Customizable link in widget footer
  • Powered by: Optional "Powered by SEOCLUB" in footer
Help Centre
Settings & Widget

Advanced Settings

Custom CSS, shortcodes, and PHP filters for developers.

Custom CSS

Override widget styles using the main class:

.mdp-readabler-wrapper { /* your styles */ }

Exclude Specific Pages

Add to functions.php to disable the widget on specific pages:

add_filter( 'mdp_readabler_show_widget', function( $show ) {
    if ( is_page( 'checkout' ) ) return false;
    return $show;
} );

Shortcode

Manually insert the widget button anywhere in content:

[ai_seoclub_accessibility_button]
Advanced settings are for technically proficient users. Always test on staging before production.
Help Centre
Compatibility

Themes & Page Builders

The plugin is compatible with all modern WordPress themes and the most popular page builders.

Compatible Themes

Astra

Fully tested

GeneratePress

Fully tested

OceanWP

Fully tested

Divi

Fully tested

Elementor Hello

Fully tested

Storefront

WooCommerce

Page Builders

Elementor

Including Pro

Beaver Builder

Fully compatible

WPBakery

Fully compatible

Gutenberg

Native WP editor

Browsers & Screen Readers

Browser / Screen ReaderStatus
Chrome 90+, Firefox 88+, Safari 14+, Edge 90+✓ Compatible
JAWS, NVDA✓ Fully tested
VoiceOver (macOS/iOS)✓ Fully tested
TalkBack (Android)✓ Fully tested
Help Centre
Compatibility

Auto Updates

The plugin updates automatically directly from the WordPress dashboard.

AI SEOCLUB Accessibility includes a built-in auto-update system. When a new version is available, you'll receive a notification in the WordPress dashboard and can update with one click.

How it works

  1. The plugin periodically checks ai.seoclub.ro for new versions.
  2. If an update is available, a notification appears in Plugins → Installed Plugins.
  3. Click Update Now — the update happens automatically without losing settings.
All updates are free and included in the lifetime license. Settings and customizations are preserved on update.
Help Centre
Help

Frequently Asked Questions

Answers to the most common questions about AI SEOCLUB Accessibility.

Is the plugin compatible with any WordPress theme?
Yes, the plugin works with all modern WordPress themes (WordPress 5.0+). It has been tested with Astra, GeneratePress, Divi, OceanWP, Elementor Hello and other popular themes.
Does the plugin collect user personal data?
No. AI SEOCLUB Accessibility does not collect, store or transmit visitors' personal data. Accessibility preferences are saved exclusively locally in the user's browser (localStorage). The plugin is 100% GDPR compliant.
Can I use the plugin on multiple sites?
It depends on the plan: Starter (1 site), Professional (3 sites), Agency (10 sites). If you need more sites, contact us for a custom plan.
Does the plugin guarantee full WCAG 2.1 compliance?
The plugin adds an important accessibility layer and covers the main WCAG 2.1 requirements. Full compliance also depends on the site's structure and content. We recommend an accessibility audit for guaranteed total compliance.
What if the plugin affects site speed?
The plugin is optimized for performance. Scripts load asynchronously and do not block page rendering. The PageSpeed impact is minimal (under 0.1s). You can verify using Google PageSpeed Insights before and after installation.
Can I customize the widget colors and position?
Yes, fully. From AI SEOCLUB → Settings → Design you can change the main color, position (4 options), button size, animation and theme (dark/light).
Help Centre
Help

Troubleshooting

Solutions for the most common issues encountered with the plugin.

Widget is not appearing on the site

Check:

  • Plugin is activated in Plugins → Installed Plugins
  • License is activated in AI SEOCLUB → Activation
  • Widget is not disabled in AI SEOCLUB → Settings → General
  • No conflicts with other plugins (temporarily deactivate others)
  • Site cache was cleared after installation
License is not activating
  • Check that the key format is correct: AISA-XXXX-XXXX-XXXX-XXXX
  • Make sure your site can make external requests (not blocked by firewall)
  • Check you haven't exceeded the number of sites allowed by your plan
  • If you activated the license on another site, deactivate it there first
  • Contact support at support@seoclub.ro with your license
Conflict with theme or other plugins
  • Temporarily deactivate all other plugins and check if the issue persists
  • Activate them one by one to identify the one causing the conflict
  • If the conflict is with the theme, check Appearance → Theme File Editor → functions.php
  • Use custom CSS with .mdp-readabler-wrapper class to resolve style conflicts
JavaScript errors in the console
  • Open DevTools (F12) → Console and note the exact errors
  • Check if errors originate from our plugin or another source
  • Disable caching plugins and regenerate CSS/JS files
  • Verify WordPress and PHP are at the minimum required versions
  • Report the error to support@seoclub.ro with a console screenshot
Issue after clearing cache
  • Clear cache from your caching plugin (WP Rocket, W3 Total Cache, etc.)
  • Clear CDN cache if using Cloudflare or similar
  • Press Ctrl+Shift+R (or Cmd+Shift+R on Mac) for a hard browser refresh
  • Check that the caching plugin doesn't exclude accessibility scripts
Didn't find the solution? Contact us → and we'll respond within 24 hours.
Help Centre
Help

Contact Support

Our team is available to help. We respond within 24 hours.

If you didn't find an answer in the documentation or FAQ, contact us directly:

Email Support

Send email to support@seoclub.ro. Include your license, site URL, and a detailed description of the problem. We respond within 24h.

Ticket System

Create a support ticket directly from your account at ai.seoclub.ro/account → Support. You can track status and conversation history.

Useful info for faster support

  • Your license key (first 8 characters)
  • WordPress site URL
  • WordPress and PHP version
  • Problem description and steps to reproduce
  • Screenshots or console errors (F12)

50% REDUCERE

Ofertă limitată

Vezi Prețuri