Accessibility widget for WordPress
Most WordPress sites are built from a theme plus a stack of plugins, and accessibility rarely gets checked before launch. Menus, sliders, and contact forms often ship with contrast and keyboard issues that visitors never report, they just leave.
ClearPath adds an accessibility layer on top of your existing WordPress theme without touching your templates. Install it once and it works across every page, post, and archive on the site.
How to add ClearPath to WordPress
- The easy path: download the ClearPath WordPress plugin zip from your dashboard, then in wp-admin go to Plugins, then Add New, then Upload Plugin, and choose the zip file.
- Click Install Now, then Activate. The zip from your dashboard already knows your account, so the widget is live straight away. You can check or change the Account ID under Settings, then ClearPath.
- If you prefer to skip the plugin, paste the snippet manually into your theme footer, usually in Appearance, then Theme File Editor, inside footer.php just before the closing body tag.
- Load your site in a new tab and confirm the ClearPath button appears in the corner.
Where WordPress sites usually fail
- Many WordPress themes build the main navigation as a nested dropdown menu that only responds to mouse hover, so keyboard and switch-device users can open the top level but can't reach the submenu items at all.
- Page builders like Elementor, Divi, and WPBakery let you drag in sliders, tabs, and accordions that look fine visually but often render without the ARIA states screen readers need, so a widget that appears to open or change never gets announced.
- Contact Form 7 and WooCommerce checkout fields are frequently styled with placeholder text standing in for a real label, so once a visitor starts typing the field's purpose disappears for anyone using a screen reader or with short-term memory issues.
- Featured images and gallery blocks inserted through the WordPress Media Library commonly get uploaded without alt text filled in, since the field is optional and easy to skip when you're publishing a post quickly.
Why WordPress sites choose ClearPath
- One install covers your whole WordPress site, including posts, pages, and custom post types.
- The plugin survives theme updates, so you do not lose the snippet when your theme is upgraded.
- Works alongside page builders like Elementor, Divi, and Gutenberg without extra setup.
- Per-site analytics show you which accessibility tools your real visitors actually use.
Questions
Do I have to edit theme files to use ClearPath on WordPress?
No. The plugin route means you never open a code editor. Editing footer.php manually is only there for people who prefer it or run a custom theme with no plugin access.
Will a WordPress update remove the widget?
If you use the plugin, no. A core or theme update will not remove it. If you pasted the snippet into a theme file directly, a theme update can overwrite it, which is why the plugin is the safer choice.
Does ClearPath make my WordPress site fully ADA compliant?
No single plugin can promise that, and you should be wary of any that says otherwise. ClearPath gives visitors 25 adjustment tools, 8 disability profiles, and 14 languages right on top of your theme, and it generates an accessibility statement from a live scan of your site. What it doesn't do is rewrite the markup your theme or page builder produces, so a dropdown menu that only works on hover or a Contact Form 7 field missing a real label needs to be fixed in the template or the plugin settings itself. ClearPath is a visible, working layer for your visitors, not a substitute for cleaning up the theme and plugins underneath it.