Regards
Mateusz
Are there plans to ensure full accessibilty in upcoming plugin updates?
]]>Cornelius
]]>Cornelius
]]>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!
]]>When I used to post the You Tube links directly on the page, they did not have this issue. However that posed problems for other users as my site would crash browsers on their phones with so many You Tube links on a page, so I decided to embed the video links instead.
Do you know of any commands or workarounds that would assist blind users with this issue? The link I’ve provided is to the most recent page on my WordPress.com site.
]]>Thank you,
Richard
]]>-When I run a screen reader on a page, it reads the title of an image, not the alt text I have set.
-How do I set alt text for social media or other buttons in my header/footer?
-How do I change the settings of the menu so that it drops down the sub menu when using tabbing. (It only shows sub menu when you hover over with a mouse.)
]]>I’ve sort of been able to get it to work if I put some div code around the shortcode like this:
<div role="img" aria-label="Click to play">[sc_embed_player fileurl="**link to mp3 file**"]</div>
But it makes the whole sc_player_container1 div active, so the screen reader says “Click to play” across the whole horizontal space, and not just when the mouse is on the player icon.
Help?
]]>“Select element must have an accessible name”
ARIA: combobox role
aria-expanded="false" aria-label="Sort list"
easy-property-listings/lib/includes/template-functions.php – line 1917
<select class="epl-sort-listings" aria-expanded="false" aria-label="Sort list" id="epl-sort-listings-<?php echo esc_attr( $instance_id ); ?>" data-instance-id="<?php echo esc_attr( $instance_id ); ?>"> ... </select>
]]>