Tagged: accessibility
-
AuthorPosts
-
July 14, 2014 at 5:38 am #290876
Hi, thanks for this great theme. Although I am new to WordPress, I find it very easy to use.
I am building a web site which must conform with WCAG 2.0 Level A. When I check the pages with AChecker (http://achecker.ca/checker/index.php), I get the following problem reported by the tool.
2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are.
Success Criteria 2.4.4 Link Purpose (In Context) (A)
Check 174: Anchor contains no text.
Repair: Add text to the a element or the title attribute of the a element or, if an image is used within the anchor, add Alt text to the image.The problem is caused by the following line
<a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>
Is there a way that I can rectify this problem?
- This topic was modified 10 years, 4 months ago by eli2014.
July 14, 2014 at 5:41 am #290877This is the line I am referring to:
<a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>
- This reply was modified 10 years, 4 months ago by eli2014.
July 14, 2014 at 12:52 pm #291000Hi!
Please go to Appearance > Editor and open Helper-main-menu.php file and find the first two lines here – http://pastebin.com/kJLCRjhW
and change it to bottom two linesBest regards,
YigitJuly 14, 2014 at 6:26 pm #291201Thank you for your prompt reply. I have made the change and it works perfectly. I am very much appreciated for your help.
By the way, will this change be included in your future releases?
July 15, 2014 at 6:11 am #291401Hey!
You can open a request for the feature on our Feature Requests page. If enough users ask for this modification, we’ll add it on the theme.
Cheers!
IsmaelJanuary 5, 2015 at 2:44 am #374873Can’t find wether this feature has been added. Has it?
January 8, 2015 at 3:04 pm #376775Hi!
@shakingtree No, it was not. Please feel free to request it here – https://kriesi.at/support/enfold-feature-requests/
If you would like to apply the changes manually, please see my post here – https://kriesi.at/support/topic/web-accessibility-problem/#post-291000Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.