Description
SlimBar adds a compact accessibility toolbar to the front end of your WordPress site. Visitors can switch contrast modes, adjust font size, highlight keyboard focus, and pause animations. The plugin keeps its assets self-hosted and stores user preferences locally in the browser.
The Four Controls
1. High Contrast Toggle
– Three modes: Off High-contrast dark High-contrast light
– WCAG AAA compliant color ratios (7:1+)
– Persistent across page loads
2. Font Size Scaler
– Four discrete steps: 100%, 115%, 130%, 150%
– Scales rem-based typography
– No slider confusion
3. Keyboard Focus Outline
– Highly visible 3px outline with offset
– WCAG 2.2 AA compliant by default
– Uses :focus-visible (not :focus) for better UX
4. Pause Animations
– Reduces motion for vestibular disorders
– Auto-detects OS prefers-reduced-motion preference
– Mirrors what the OS setting does
How It Works
- Self-hosted CSS and JavaScript loaded from your site
- Preferences saved in
localStoragefor returning visitors - Reduced-motion support based on the visitor’s operating system preference
- Fixed-position toolbar trigger that stays available across the site
Features
- Four Essential Controls: Contrast, font scaling, focus outline, and animation pause
- Preference Persistence: All settings saved to localStorage and survive page reloads
- OS Integration: Automatically respects
prefers-reduced-motionon first load - WCAG 2.2 AA Compliant: The toolbar itself meets accessibility standards
- RTL Support: Full right-to-left language support
- No Inline Event Handlers: Uses JavaScript event listeners instead of inline
onclickattributes - Theme Compatible: Designed to work with WordPress themes and page builders
- Admin Customization: Position, colors, feature toggles, and exclusions
- Mobile Optimized: Responsive design with proper touch targets (48×48px)
What This Plugin Does NOT Do
- NOT a full-site accessibility scanner
- NOT an ADA/EAA compliance guarantee
- NOT a text-to-speech or screen reader
- NOT a dyslexia font tool
- NOT connected to any remote service
- NOT supported on Internet Explorer 11
Privacy Policy
SlimBar does not collect, store, or transmit any personal data. User preferences (contrast mode, font size, focus outline state, and animation state) are stored locally in the browser using localStorage. No data is sent to servers or shared with third parties.
Credits
- Icons: Custom SVG icons designed for accessibility
- Color schemes: WCAG AAA compliant palettes
- Testing: WordPress Accessibility Team guidelines
Support
Support is handled in the WordPress.org support forum:
https://wordpress.org/support/plugin/slimbar/
Installation
- Upload the
slimbarfolder to/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure settings under Settings SlimBar
- The toolbar appears automatically on the frontend
FAQ
-
Does this make my site ADA compliant?
-
No. SlimBar provides accessibility controls for users, but it does not audit or fix accessibility issues in your theme or content. You still need to ensure your site meets WCAG guidelines.
-
Will this slow down my site?
-
SlimBar loads a small CSS and JavaScript bundle and uses the
deferattribute for its main script. User preferences are stored locally in the browser, and the plugin does not load remote assets. -
Does it work with page builders?
-
SlimBar is designed to work with WordPress themes and page builders. The toolbar uses a high z-index so it stays available above page content.
-
Can I customize the appearance?
-
Yes. You can:
– Change trigger button color
– Move to any corner of the screen
– Add custom CSS classes
– Disable on specific pages -
Does it collect any data?
-
No. SlimBar does not:
– Phone home to remote servers
– Collect analytics or usage data
– Set cookies (uses localStorage only)
– Track users in any way -
Is it compatible with caching plugins?
-
SlimBar uses static plugin assets and works with standard WordPress caching setups.
-
What about multilingual sites?
-
SlimBar uses WordPress translation functions for its interface text and can be translated like other WordPress plugins.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SlimBar” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SlimBar” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Added author profile link in plugin metadata
- Refined support section wording in the readme
1.0.0
- Initial release
- Four accessibility controls: contrast, font size, focus outline, pause animations
- WCAG 2.2 AA compliant toolbar widget
- Self-hosted CSS and JavaScript assets
- Admin settings with position, color, and feature toggles
- Preference persistence via localStorage
- RTL support
- No inline event handlers in the toolbar UI