Tagged: dropdowns, enter key, Keyboard Accessibility
I read this older thread on updating child theme in order to add keyboard navigation for accessibility reasons.
I use Snippets plugin for any editing to function files, etc. which helps with future releases of the theme.
Question: Is there a filter/ code I could add as a “snippet” to get this same keyboard functionality (focus/navigation on Dropdowns using keyboard tabbing).
Thanks!
Hey jomo5280,
Thank you for the inquiry.
We provided a modified version of the js > avia-snippet-megamenu.js in the following thread to activate the dropdown menu on tab focus. Please check the link below.
Best regards,
Ismael
Is there anyway to add this using a filter – (snippets plugin) so I don’t have to change the megamenu.js on theme updates?. I am getting more and more WGAC/ADA compliance requests/mandatories.
thanks!
Hi,
You cannot use a filter but you can override the original script in your child theme. Example here:
Best regards,
Ismael