• Resolved Toby Cryns (@themightymo)

    (@themightymo)


    The Search field does not currently supply a label, which is needed for accessibility / WCAG compliance. Are you able to supply a workaround for adding the html label markup?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @themightymo

    Thank you for your interest in the Filter Everything plugin.

    Can you provide more information on what you are trying to achieve?

    If you mean like a simple label with a title, then you can use templates overriding – https://filtereverything.pro/resources/templates-overriding/

    Best Regards – Victor

    Thread Starter Toby Cryns (@themightymo)

    (@themightymo)

    Thanks for your reply, @fesupportteam. The issue is as follows:

    In order to achieve more accessibility compliance, the search.php file noted on https://filtereverything.pro/resources/templates-overriding/ needs an html “label” tag attached to the search field. For example:

    <input type="text" class="wpc-search-field" id="filter-search-field" placeholder="<?php echo $placeholder; ?>" value="<?php echo $search; ?>" name="srch">
    <label for="filter-search-field" class="screen-only">Email</label>

    I understand that I can override via the method you mentioned, but imho this minimal accessibility compliance should be added to the core of the plugin.

    Thanks again for your help,

    Toby

    Plugin Support fesupportteam

    (@fesupportteam)

    Hi?@themightymo

    We will forward it to the development team to add it to the list for future updates.

    Best Regards – Victor

    Thread Starter Toby Cryns (@themightymo)

    (@themightymo)

    Thanks, Victor!

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