Tagged: accessibility, WCAG
-
AuthorPosts
-
January 6, 2015 at 9:21 am #375508
Hi Enfold Support team,
I need to get the approval by the WCAG authorities, and the main obstacle is the KEYBOARD NAVIGATION
at the Main & Sub menus and moving forward to the inner page texts.My website is: http://www.wiseway.co.il
Is there any solution?
Thanks
TalJanuary 6, 2015 at 6:58 pm #375784Hey talelie!
You can use the keyboard arrow keys to move up and down the page. Other than that I’m not really sure how you can use the keyboard to navigate the menus.
Can you be more specific on what your trying to do?
Best regards,
ElliottJanuary 7, 2015 at 12:14 pm #376076Hi Eliot,
This is exactly what I need, but from some reason, the only thing that works is the TAB on my keyboard.
the arrows – back and forward does not work.in addition – the sub menu does not open with the TABs
I need help to qualify my site to the WACG rules.
Thanks
TalJanuary 7, 2015 at 9:59 pm #376483Hi!
The arrow keys are working fine for me and the tab key is also working for me as well to focus on different links. What browser are you using?
Regards,
ElliottJanuary 8, 2015 at 4:38 pm #376829both google chrom and firefox.
only the tab works,
the sub-menu does not open at all!Thanks
January 8, 2015 at 7:10 pm #377016Hey!
So what your trying to do is when you tab through the links you want to push the down arrow on your keyboard and have them open the submenus? If so then this is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
If you’d like you can contact Werkpress for a quote, http://kriesi.at/contact/customization.
Cheers!
ElliottJanuary 9, 2015 at 9:25 am #377266Hi Eliiott,
What I am asking is in the frame of the WCAG rules, both in US and Israel lows.
Soon all the websites will have to qualify those rules.I am surprised that the Enfold theme does not allow users to navigate in my sub-menus,
I will promote a request at the Customization area.Thanks
TalJanuary 9, 2015 at 5:26 pm #377463Hey!
I have answered your question – https://kriesi.at/support/topic/feature-request-accessibility-to-wcag-rules/#post-377417
As i said, please post feature request here – https://kriesi.at/support/enfold-feature-requests/Regards,
YigitSeptember 22, 2016 at 9:25 pm #690411The tab will travel to the sub-menu items if you hold them open by mousing over them before you tab. Observing this leads me to believe that the issue is with the code that opens the sub-menu on rollover. The open sub-menu action needs to be triggered by onfocus() event as well as the existing onmouseover().
The file involved is:
wp-content/themes/enfold/js/avia.jsaround line 1200
This opens the submenu successfully on tabbing to it, but I can’t get it to close correctly.
currentLink.bind('focus', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); });
This is as close as I can get – but it closes the submenu after tabbing off the first item in the submenu:
sublist.bind('focusout', function() { sublist.css({visibility:'hidden'}); .... etc....
I need to find the focusout event on the entire submenu ul. Right now it seems to be catching the focusout event of the first li.
Please help. This issue is keeping me from using Enfold on my latest project which is a government affiliated website which has to follow ACCESSIBILITY guidelines in WCAG 2.0.
Thanks
- This reply was modified 8 years, 1 month ago by galpinr.
September 27, 2016 at 12:11 pm #692152Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :). You can find one for example here: http://kriesi.at/contact/customization
Best regards,
AndySeptember 27, 2016 at 3:12 pm #692266Thanks Andy. I have loaded the plugin Max Mega Menu and with a few tweaks to get the default mobile menu hidden, I think I have a solution that will allow me to use the theme. The drag & drop admin for ENFOLD is the best I have used. So, it is worth tweaking other elements to get it ACCESSIBLE. Hopefully, accessibility will become important enough in the near future that the theme will be updated to cover the requirement.
Thanks for looking into the issue as I would much rather use the default menu once it is updated to the WCAG 2.0 standard.
September 30, 2016 at 12:35 pm #693639Hi,
alright, glad you could find a solution. Feel free to make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.