Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1487515

    Dear experts

    as many others I have to enable much better accessibility and WAVEed the homepage. It showed an empty link error for the following:

    <div class=”avia-privacy-reload-tooltip-link-container”>
    ARIA hiddenEmpty link<h2>Lade die Seite neu</h2><p>Damit deine Cookie-Einstellungen umgesetzt werden, müssen wir die Seite neu laden.</p></div>” style=”text-decoration: underline;”>
    </div>

    I have seen another thread, where you proposed to create a feature request in github for the same. Can you provide infos whether this had been done already? Can I vote for this feature to support getting it on the roadmap?

    best regards
    Anja

    #1487533

    Hey amollde,

    Thank you for the inquiry.

    We’ll forward the issue to our channel. Temporarily, you can edit the themes\enfold\includes\classes\class-privacy-class.php file, around line 1782, and look for this code:

    $output .=		'<a class="avia-privacy-reload-tooltip-link" aria-hidden="true" href="#" rel="nofollow" data-avia-privacy-reload-tooltip="' . esc_attr( $reload ) . '"></a>';
    

    Replace it with:

    $output .=		'<span class="avia-privacy-reload-tooltip-link" aria-hidden="true" data-avia-privacy-reload-tooltip="' . esc_attr( $reload ) . '"></span >';
    

    Let us know if this resolves the issue.

    Best regards,
    Ismael

    #1487709
    This reply has been marked as private.
    #1487821

    Hi,

    Thank you for the update.

    This will be overwritten in the next update, but we will forward the issue to our channel. Once we confirm that the modification fixes the problem, we’ll include it in the next patch. Please add it temporarily to the parent theme and then let us know the result.

    Best regards,
    Ismael

    #1487947
    This reply has been marked as private.
    #1487963

    Hi,

    Thank you for the confirmation! We’ll try to include this in the next patch. Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accessibility issue: privacy reload tooltip contains empty link’ is closed to new replies.