All in One Accessibility

NOTE: Currently, All in One Accessibility is dedicated to enhancing accessibility specifically for websites and online stores. Please Upgrade to full version of All in One Accessibility Pro with 10 days free trial

It may take a few seconds for changes to appear on your website. If you don't see the changes, try clearing your browser cache or checking in a private browsing window.

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
#
Customizes the ADA Widget color — enter 6-digit hex without #
{% for val, img_url in icon_choices %} {% endfor %}
{# Build selected icon URL for the size previews #} {% set ns = namespace(sel_url='') %} {% for val, img_url in icon_choices %} {% if settings.aioa_icon_type == val %}{% set ns.sel_url = img_url %}{% endif %} {% endfor %} {# Fallback to type-1 if nothing matched #} {% if not ns.sel_url %} {% set ns.sel_url = 'https://www.skynettechnologies.com/sites/default/files/aioa-icon-type-1.svg' %} {% endif %} {# Size map: key → (px, label) — matches Django's size_map exactly #} {% set sizes = [ ('aioa-big-icon', 85, 'Big'), ('aioa-medium-icon', 65, 'Medium'), ('aioa-default-icon', 55, 'Default'), ('aioa-small-icon', 45, 'Small'), ('aioa-extra-small-icon', 35, 'Extra Small'), ] %} {% for val, px, lbl in sizes %} {% endfor %}
Cancel