• Resolved dgcebas

    (@dgcebas)


    Hello.

    I’m making an accessible web and I’m checking the web with https://achecker.ca/checker/index.php and http://wave.webaim.org/.

    In archive /src/views/modules/bar.php in line 42, there is an empty label tag:
    <label><?php esc_html_e( ‘View As’, ‘the-events-calendar’ ); ?></label>.

    Need to add the for = “”, <label for=”viewas”>, for example, an in select atributte:
    <select class=”tribe-bar-views-select tribe-no-param” name=”tribe-bar-view” id=”viewas“>

    The form will be accessible.

    Thanks (great plugin) and regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @dgcebas,

    I’d recommend you take a look at our Themer’s Guide, which can point you in the right direction about how to safely copy and edit our plugin template files in order to achieve the results you are looking for.

    I hope this helps!

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tag label in form’ is closed to new replies.