No reviews yet

All in One Accessibility®

Product All in One Accessibility® Image

Website accessibility widget for improving WCAG 2.0, 2.1, 2.2, and ADA, EAA compliance!

Downloads
< 1K

This Sylius accessibility extension adds an accessible experience for users with visual, auditory, motor, or cognitive disabilities. It supports assistive technologies, offers customizable updates, and enhances overall usability according to WCAG 2.1, 2.2, ADA, EAA, Section 508, France RGAA, California Unruh, European EAA EN 301 549, UK Equality Act, Spain UNE 139803:2012, Australian DDA, Israeli Standard 5568, Ontario AODA, Canada ACA, German BITV, Brazilian Inclusion Law (LBI 13.146/2015), JIS X 8341 (Japan), Italian Stanca Act, Indian RPwD Act, Switzerland DDA, and other accessibility standards.

Whether you're aiming to increase compliance, expand audience reach, or create a more user-friendly browsing experience, the Sylius accessibility extension delivers a practical, customized solution that enhances accessibility without requiring any coding or design changes. The free accessibility Sylius plugin is an ideal starting point for Sylius store owners who want to improve accessibility quickly and cost-effectively. The Sylius accessibility widget is also ideal for Sylius website owners, agencies, businesses of all sizes, and organizations seeking accessibility compliance, while ultimately benefiting users with disabilities who need a better, more inclusive digital experience.

This free website accessibility widget quickly adds essential accessibility features through a lightweight, easy to install solution that supports inclusive browsing and compliance efforts.


Which features are available in the free accessibility Sylius widget?

  • Auto-detect language
  • Supports 190+ multi-languages – ideal for global Sylius storefronts
  • Skip to Navigation / Content / Footer
  • Content Adjustment Options
  • Visual & Color Adjustments
  • Free Sylius accessibility widget customization including colors, size, icon, and position
  • Reading mask
  • Accessibility statement

Explore the free accessibility widget features guide.


SECURITY & PRIVACY NOTES

  • This Free Accessibility Sylius plugin follows several data and application security practices, including ISO 9001:2015 & ISO 27001:2022, GDPR, CCPA, COPPA, HIPAA, and SOC 2 Type II.
  • Skynet Technologies USA LLC is an organizational member of IAAP and of W3C.
  • No personal data is intentionally stored by the plugin itself. Site owners are responsible for reviewing their own compliance requirements.

LIMITATIONS

  • Some advanced features require a commercial subscription.

For more details, visit Sylius accessibility extension.


FAQs

Does this free Sylius accessibility plugin support multilingual Sylius sites?

Yes. It supports 190+ languages.

How can I upgrade from free to paid Sylius accessibility widget for upgrading accessibility features?

Upgrade to a paid subscription with 90+ advanced features and take your website's accessibility to the next level. Checkout the steps for upgrading free to paid Sylius accessibility widget.

What additional features are available in the paid version of Sylius WCAG ADA EAA extension?

The paid version of the Sylius accessibility widget includes features like screen reader, voice navigation, talk & type, virtual keyboard, accessibility profiles tailored for different users with disabilities, Libras (Brazilian sign language), dictionary search, multi-language support (190+ languages), and many more. Pricing starts from $25 / month. Explore more information about the accessibility widget and buy now.


Supported Languages (190+ Languages)

English (USA), English (UK), English (Australian), English (Canadian), English (South Africa), Español, Español (Mexicano), Deutsch, عربى, Português, Português (Brazil), 日本語, Français, Italiano, Polski, Pусский, 中文, 中文 (Traditional), עִברִית, Magyar, Slovenčina, Suomenkieli, Türkçe, Ελληνικά, Latinus, Български, Català, Čeština, Dansk, Nederlands, हिंदी, Bahasa Indonesia, 한국인, Lietuvių, Bahasa Melayu, Norsk, Română, Slovenščina, Svenska, แบบไทย, Українська, Việt Nam, বাঙালি, සිංහල, አማርኛ, Hmoob, မြန်မာ, Eesti keel, latviešu, Cрпски, Hrvatski, ქართული, ʻŌlelo Hawaiʻi, Cymraeg, Cebuano, Samoa, Kreyòl ayisyen, Føroyskt, Crnogorski, Azerbaijani, Euskara, Tagalog, Galego, Norsk Bokmål, فارسی, ਪੰਜਾਬੀ, shqiptare, Hայերեն, অসমীয়া, Aymara, Bamanankan, беларускі, bosanski, Corsu, ދިވެހި, Esperanto, Eʋegbe, Frisian, guarani, ગુજરાતી, Hausa, íslenskur, Igbo, Gaeilge, basa jawa, ಕನ್ನಡ, қазақ, ខ្មែរ, Kinyarwanda, Kurdî, Кыргызча, ພາສາລາວ, Lingala, Luganda, lëtzebuergesch, македонски, Malagasy, മലയാളം, Malti, Maori, मराठी, Монгол, नेपाली, Sea, ଓଡିଆ, Afaan Oromoo, پښتو, Runasimi, संस्कृत, Gàidhlig na h-Alba, Sesotho, Shona, سنڌي, Soomaali, basa Sunda, kiswahili, тоҷикӣ, தமிழ், Татар, తెలుగు, ትግሪኛ, Tsonga, Türkmenler, Ride, اردو, ئۇيغۇر, o'zbek, isiXhosa, יידיש, Yoruba, Zulu, भोजपुरी, डोगरी, कोंकणी, Kurdî, Krio, मैथिली, Meiteilon, Mizo tawng, Sepedi, Ilocano, دری


Installation Steps

Explore Sylius WCAG accessibility widget installation steps.

Prerequisites

  • Sylius 2.0+ (or later)
  • PHP 8.2+ (PHP 8.3 or higher recommended)
  • Symfony 6.0+ (compatible with Sylius 2.0+)
  • cURL support enabled in PHP

Steps

  1. Run composer require skynettechnologies/sylius-allinoneaccessibility-plugin

  2. Enable the plugin bundle:

# config/bundles.php:
return [
    Skynettechnologies\SyliusAllinOneAccessibilityPlugin\SkynettechnologiesSyliusAllinOneAccessibilityPlugin::class => ['all' => true],
];
  1. Import the plugin configurations:
# config/packages/_sylius.yaml
imports:
    # ...
    - { resource: "@SkynettechnologiesSyliusAllinOneAccessibilityPlugin/Resources/config/config.yaml" }
  1. Add the shop and admin routes:
# config/routes.yaml
skynettechnologies_sylius_allinoneaccessibility_plugin_admin:
    resource: "@SkynettechnologiesSyliusAllinOneAccessibilityPlugin/Resources/config/routing/admin.yaml"
    prefix: /admin

skynettechnologies_sylius_allinoneaccessibility_plugin_shop:
    resource: "@SkynettechnologiesSyliusAllinOneAccessibilityPlugin/Resources/config/routing/shop.yaml"
    prefix: /{_locale}/allinoneaccessibility
    requirements:
        _locale: ^[A-Za-z]{2,4}(_([A-Za-z]{4}|[0-9]{3}))?(_([A-Za-z]{2}|[0-9]{3}))?$

skynettechnologies_sylius_allinoneaccessibility_plugin_admin_allinoneaccessibility_create:
    resource: "@SkynettechnologiesSyliusAllinOneAccessibilityPlugin/Resources/config/routes.yaml"
  1. Add the package services:
# config/services.yaml
Skynettechnologies\SyliusAllinOneAccessibilityPlugin\Controller\Admin\DefaultAdminController:
    arguments:
        $client: '@Symfony\Contracts\HttpClient\HttpClientInterface'
        $connection: '@doctrine.dbal.default_connection'  # Default DB connection
    tags:
        - { name: controller.service_arguments }

app.listener.admin.menu_builder:
    class: Skynettechnologies\SyliusAllinOneAccessibilityPlugin\Menu\AdminMenuListener
    tags:
        - { name: kernel.event_listener, event: sylius.menu.admin.main, method: addAdminMenuItems }
  1. Create allinoneaccessibility folder: run mkdir public/media/allinoneaccessibility-image -p and insert a .gitkeep file in that folder.

  2. Finish the installation by updating the database schema and installing assets:

php bin/console sylius:theme:assets:install
php bin/console assets:install
php bin/console cache:clear
  1. Build and run the package:
symfony server:start

Usage

Once you have registered the settings in the Control Panel, add the following tag to any of the layouts of your website:

{{ all_in_one_accessibility() | raw }}

Live Demo

https://syliusv2.skynettechnologies.us/


Visit the Sylius Site Accessibility Improvements demo to see how it performs with improved accessibility features:

All in One Accessibility


CORS Policy Configuration

To avoid CORS policy issues, ensure the following URLs are allowed in your website. These URLs should be added to your CORS configuration or trusted domains list.

Domain Description Usage
https://*.skynettechnologies.com Skynet Technologies (Global Domain) API access and resources
https://*.skynettechnologies.us Skynet Technologies (US Domain) API access and resources
https://*.googleapis.com Google APIs Services like Fonts, Translation
https://*.gstatic.com Fonts APIs Custom Fonts
https://vlibras.gov.br VLibras - Brazilian Sign Language Service Sign Language

Instructions

  1. Update your server's CORS configuration to include these URLs.
  2. Ensure wildcard subdomains (*) are supported where necessary.
  3. Verify the application functionality by testing requests to these domains.
  4. If issues persist, consult the documentation for CORS configuration guidance.

Configuration

To configure the widget, access the Admin Panel and head to the All in One Accessibility menu in the dashboard. From there, you can register here with a 10-day free trial.


Documentation


Submit a Support Request

Please visit our support page and fill out the form. Our team will get back to you as soon as possible.

Send Us an Email

Alternatively, you can send an email to our support team: [email protected]


Accessibility Paid Add-on Services

Sylius manual accessibility audit

  • Enhance inclusivity and user experience by evaluating your Sylius website's accessibility by a web accessibility consultant.
  • WCAG 2.0 / WCAG 2.1 / WCAG 2.2 Level AA conformance testing
  • Automated, semi-automated testing
  • Manual testing
  • Simple before-after UI/UX recommendations on how to fix the issues
  • Comprehensive audit report

Sylius site manual accessibility remediation

Enhance Sylius ecommerce store accessibility and inclusivity with our manual accessibility remediation add-on. This service includes fixing accessibility issues and thorough remediation of your website manually. Our experts ensure accessibility with WCAG standards, improve user experience for those with disabilities, and provide a detailed report on the improvements made.

PDF / Document Accessibility Remediation

The PDF / Document Remediation provides a list of inaccessible PDFs and remediated PDFs from where you can request PDF remediation service.

VPAT Report / Accessibility Conformance Report (ACR)

The Voluntary Product Accessibility Template (VPAT), also known as an ACR (Accessibility Conformance Report), starts with an audit and provides current details for an accessible website, application, or any other digital assets.


Accessibility Sylius Widget Paid Add-ons

White Label Accessibility

Remove the Skynet Technologies logo as well as all of the footer links, popups, report a problem link and more for full white label control.

Instant live site translations for Sylius stores

Translate your Sylius store into over 190 languages instantly to enhance accessibility for non-native speakers, individuals with language acquisition difficulties, and those with learning disabilities.

Modify Accessibility Menu for Sylius Store

Build and fine-tune the widget with the Modify Menu option. Reorder, remove and restructure the widget buttons to fit your users' specific accessibility needs.


Sylius Accessibility Partnership Opportunities

Sylius accessibility agencies partnership

Partner with us as an agency to provide comprehensive Sylius ADA, EAA, WCAG accessibility solutions to clients. Get access to exclusive resources, training, and support to implement and manage accessibility features effectively.

Sylius accessibility affiliate partnership

Sign up for our affiliate program and earn commissions by promoting the accessibility Sylius plugin. Share our widget with your network and help businesses improve their website accessibility while generating revenue.

For more details, explore Sylius accessibility partnership opportunities.


Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot


Credits

This addon is developed and maintained by website accessibility company – Skynet Technologies USA LLC

Current Maintainers


License

MIT © Skynet Technologies USA LLC

Reviews

No reviews yet

No reviews yet. Be the first to review this product!

Loading
  • Free updates
  • Community support

Have already account? Sign in
See how it works
Compatibility & requirements
  • 2.0+
No reviews yet
2 plugins
Since 22.06.2026

Skynet Technologies is an IT services and Product company with over two decades of experience specializing in digital transformation, end-to-end e-commerce solutions, digital marketing, ADA-compliant web design, Audit, Remediation & custom application development, content management systems, mobile app development. HQ is in Independence, Kentucky, USA also have multi locations in Florida, Nevada, Australia and INDIA.

Read more
Sylius Addons Marketplace

Discover plugins, themes, and resources from trusted vendors, helping you get the most out of your work.

© 2026 Sylius. All rights reserved.

Powered by Stripe