Hi @jrocamora,
Please share us the URL of the site and possibly some screenshots of the errors you mentioned.
Hi there,
I also found Errors by validating with your plugin.
1. No space between attributes.
<input type="checkbox" class="cli-user-preference-checkbox" data-id="checkbox-non-necessary"checked />
2. The aria-labelledby attribute must point to an element in the same document.
<div class="cli-modal" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
Thank you for your great work!
Cheers
Gregor
I second this error…
Error: The aria-labelledby attribute must point to an element in the same document.
From line 869, column 605; to line 869, column 738
pan></div><div class=”cli-modal” id=”cliSettingsPopup” tabindex=”-1″ role=”dialog” aria-labelledby=”exampleModalCenterTitle” aria-hidden=”true”>↩