• Thanks for this great plugin.

    Unfortunately it returns an empty header <h3> </h3> in the public part. This is causing accessibility reviews to fail. The HTML returns:

    <div class = "gdpr gdpr-general-confirmation">
    <div class = "gdpr-wrapper">
    <header>
    <div class = "gdpr-box-title">
    <h3> </h3>
    <span class = "gdpr-close">
    </div>
    </header>

    I have searched online and I have not found anything about this issue.

    It is important for us because we need to pass the AA accessibility test.

    Thank you in advance for any help you can provide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • looks like that should say, “Privacy Preference Center” .. maybe your site is in another language and the translation is incomplete?

    Thread Starter Angeles Portillo

    (@enana)

    Thanks, @jnorell

    The site is in Spanish and the header “Privacy Preference Center” is displayed properly on the web. It does not seem like a problem due to the translation

    I do not find errors in the original HTML of the plugin:

      <div class="gdpr-box-title">
         <h3><?php esc_html_e( 'Privacy Preference Center', 'gdpr' ); ?></h3>
             <span class="gdpr-close"></span>
       </div>

    Could it be related to the plugin javascript code that creates the mask to hide the content to the search engines?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accesibility test issue’ is closed to new replies.