• Resolved kbews1604

    (@kbews1604)


    I need to add labels to the button that opens my cookie banner, “Accept” button on my cookies banner and form labels to the checkboxes on the opt in preferences page to meet accessibility requirements.

    Where in the code can I address these issues?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @kbews1604,

    You can override the Banner HTML template with your own, customized template. That will allow you to make the desired changes to the template, and you won’t lose these changes when updating the plugin.

    We’ve described how to set this up in this article: https://complianz.io/display-the-statistics-category-as-always-active/

    Upon implementing, you can freely adapt the banner HTML within the cookiebanner.php file.

    Kind regards,
    Jarno

    Thread Starter kbews1604

    (@kbews1604)

    The Cookies Policy Page is where I’m having the issue. The input checkboxes don’t have labels and are triggering compliance errors.

    What file do I edit to fix this?

    https://bfsaul.com/opt-out-preferences/

    Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @kbews1604

    There are 2 things here to consider;

    The first is the manage consent section of the cookie policy is the same as on the cookie banner. This means using Jarno’s advice, starting in the .php file at:

    <!-- categories start --> wil also change the input checkboxes on the cookie policy.

    The second is this will only work with out next update, which ports the manage consent HTML to the opt0out preferences page. I can create a .zip if needed quickly.

    If you can let me know where the issue is, I can adjust as well.

    Let me know, regards Aert

    Thread Starter kbews1604

    (@kbews1604)

    that would be great, thanks!

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @kbews1604,

    You can use this version of the plugin from Github, click the green “Code” button and then “Download ZIP”: https://github.com/Really-Simple-Plugins/complianz-gdpr/tree/html-consent

    Upon installation, you’ll be able to make the changes to the Manage Consent section in the HTML template as suggested, so these will be reflected on the Cookie Policy as well.

    Kind regards,
    Jarno

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Accessibility issues’ is closed to new replies.