Tagged: #accessibility #emptylink
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
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