Skip to main content

Troubleshooting

Widget not appearing

Check your browser console for errors. Ensure the license key is correct and valid for your domain. Also, verify that the script tag is placed in the `<head>` or just before the closing `</body>` tag.

Styles colliding with my site

A11yCore uses Shadow DOM to encapsulate its styles, so collisions should be rare. If you see issues, ensure your global CSS doesn't force `!important` rules on generic tags like `div` or `button` without specificity.

False positives in reports

Automated testing can sometimes flag valid patterns. You can ignore specific rules in your configuration if you've manually verified them.

Still stuck?Contact our support team atsupport@a11ycore.org.