benqwerty
Forum Replies Created
-
I’m happy to help improve accessibility for this plugin. As it stands, it can’t be used by any websites that need WCAG compliance which is a huge number of sites. It wouldn’t take much time to make this plugin a lot better for keyboard users.
Great, that’s fixed the issue. Thank you!
Thanks for making the update. The first time the user activates the “Book this appointment” button, no errors are reported by the screen reader. If the button is activated a second time (or third, fourth) then the announcement is made. The problem seems to be due to the first press of the button not moving focus to the Name input. Subsequent presses do move focus.
Great, thank you!
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Accessibility of monthly viewThanks. I’ve emailed a video showing the problem.
Forum: Plugins
In reply to: [Divi Accessibility] Add “aria-expanded” to accordionsSeems to be working fine on that site now.
Forum: Plugins
In reply to: [Divi Accessibility] Tab issues for screen readersThanks. I’m happy to help if needed.
Forum: Plugins
In reply to: [Divi Accessibility] Aria Support for Mobile MenuI tried it with NVDA running and it works fine. Without NVDA it doesn’t respond to the enter key. I’ve used a keyboard event listener to make it work.
Forum: Plugins
In reply to: [Divi Accessibility] Plugin Removing Nav ID’sHave you tried un-checking “Fix duplicate menu ids”? (/wp-admin/admin.php?page=divi_accessibility)
Forum: Plugins
In reply to: [Divi Accessibility] Does this even workYou can see the things the plugin should be doing if you go to /wp-admin/admin.php?page=divi_accessibility
If you test with a keyboard or screen reader then you should see improvements in a number of areas.
Great, thanks!
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Short Code Text Very SmallIs h3 in your selector?
.rpwe-block h3 { font-size: size-you-want !important; }
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Want to change the H3 to H5How many other heading levels do you have on the page and how does rpwe fit within that? If you are changing the heading level just to change the size, then it’s better and easier to change the size in CSS.