Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #705354

    Good morning!

    In running the WAVE (Web Accessibility Tool) http://wave.webaim.org/ on our website for Accessibility, we are getting two errors for two empty links. Is there a way to fix these links so our site passes the accessibility requirements for public institutions in the USA?

    Thank you!
    Séamus

    #705421

    Hey colerainedesign!

    Which links do you get the issue at?
    What are the issue exactly and are the custom links or generated from Enfold?

    CHeers

    Regards,
    Basilis

    #706768

    It looks like the logo as it links back to the home page. You can see for yourself if you use the Wave tool that I included in my initial request.

    Thank you for your time.

    #707509

    Hi,

    The errors point to the mobile menu buttons. Would you like to add a text there?

    How to Fix It
    Remove the empty link or provide text within the link that describes the functionality and/or target of that link.

    Best regards,
    Ismael

    #707853

    Hi Ismael,

    I do not even see where the mobile menu is in the settings. Can you give me directions on how to do this?

    Thank you,
    Séamus

    #709000

    Hi,

    The menu automatically switch to the mobile version on smaller screens. Please modify the includes > helper-main-menu.php file then look for this code around line 19:

    if($responsive)
    {
    	echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>';
    	echo '<a id="advanced_menu_hide" href="#" 	'.av_icon_string('close').'></a>';
    }
    

    .. replace it with:

    if($responsive)
    {
    	echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'>Menu</a>';
    	echo '<a id="advanced_menu_hide" href="#" 	'.av_icon_string('close').'>Close Menu</a>';
    }
    

    Best regards,
    Ismael

    #709323

    Thank you very much. It has solved the accessibility error on several pages, but not on every page. Is there somewhere else that this has to be modified as well?

    This page: http://www.jenkintowndrakes.org/kindergarten-registration-2/ is getting the same errors as we had on the main page.

    I really appreciate your help.

    Thank you,
    Séamus

    #710031

    Hi Séamus,

    I checked the page and it seems I could verify those 2 buttons are not empty by viewing the source of the page and also checking the page in http://wave.webaim.org/ results in 0 errors, can you tell us if it’s already good, or if there are still pages that has errors.

    Best regards,
    Nikko

    #877280

    Hi;
    same issue.. accessibility..
    I cant find this lines in includes > helper-main-menu.php

    something changed?

    if($responsive)
    {
    echo ‘‘;
    echo ‘‘;
    }

    #877396

    Hi,

    You can find it in the functions-enfold.php file, line 150.

    <strong>'.__('Menu','avia_framework').'</strong>
    

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.