• Resolved wp-marie

    (@wp-marie)


    The cookie consent banner is keyboard accessible. thats really great! but on the generated cookie policy page there is a keyboard issue with the accordeon toggle. it is used to hide/show cookie details information. it would be better to just use <details> and <summary> for the toggle effect. this works on most current browsers and others (ie11, opera mini) get at least the details information.

    • This topic was modified 3 years, 11 months ago by wp-marie.
Viewing 1 replies (of 1 total)
  • Plugin Author Aert Hulsebos

    (@aahulsebos)

    Hi @wp-marie,

    You’re right. This will be fixed in our next update.

    For now you can toggle them for everyone with some CSS:

    #cmplz-cookies-overview .cmplz-service-desc.cmplz-service-hidden {display:grid;}

    Thanks for letting us know! regards Aert

Viewing 1 replies (of 1 total)
  • The topic ‘Cookie Policy Page Accordeon – not keyboard accessible’ is closed to new replies.