first of all thank you for this awesome theme. I have a question regarding the accesibility of my website. I need to add the ARIA Label to the menu toggle for the mobile version of the website.
Something like that: aria-label=”abrir-menú”
Where can I add it?
Actually I see that is specified like that: <button class=”menu-toggle” aria-controls=”primary-menu” aria-expanded=”false”>
Can you help me?
Thank you.
Regards,
]]>Links do not have a discernible name
Missing aria-labels on the thumbnails of post links.
How to add aria-labels on the post block images to prevent that?
Thanks in advance and have a nice day
]]>I’m trying to figure out how to stop one of the two from being read out loud by a screen reader. The obvious thing would be to build a child theme, but there just isn’t the budget.
<div class=”site-logo”>
<span class=”brand” title=”← JJ Hunt – Describing your world” aria-label=”JJ Hunt – Describing your world”><div class=”nv-title-tagline-wrap”><p class=”site-title”>JJ Hunt – Describing your world</p></div></span></div>
</div>
Any suggestions? Really appreciate your help!
]]>THe plug-in is great but it lacks a key element to improve accessibility and page rank : the tag aria-label inside of the link/thumbnail of a given gallery. More information here about aria-label within <a> -> https://dequeuniversity.com/rules/axe/4.7/link-name
Could you please add that ?
Have a great day,
When I scanned the page with PageSpeed ??Insights, it gave the following error for reply link: Elements with visible text labels do not have matching accessible names.
aria-label problem. Because it is the same as the text. I solved it like this: I edited line 1822 in the wp-includes/comment-template.php file. I deleted it to be empty inside the quotes. The problem is fixed. I hope it will be fixed in new updates.
]]>I have used your plugin, and it’s a very helpful and great plugin. However, I have reviewed your plugin’s code and I’d like to inform you that there is one important issue that needs to be addressed for the benefit of your plugin’s users.
You can see the screenshot below of the code; you need to set the ‘aria-label’ dynamically to match the anchor text. This adjustment will help resolve the Google LCP issue.
Method Name: get_button_link()
Path: src/renderers/moderns/class-modernrnderer.php
Please check and let me know your thoughts,
Thanks!
<a href=”….” title=”Portfolio Title” aria-label=”Portfolio Title” ………..
Google Pagespeed / Lighthouse is throwing a warning due to this
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users.?Learn how to make links accessible.
This need to be fixed.
]]>