• Resolved mhabeeb

    (@mhabeeb)


    google page speed accessibility is going nuts and can’t add Aria-Lable to A tag of the icon for life . Using Bricks builder any help

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mhabeeb!

    Thanks for reporting this. We will fix it in a future version. When it is ready, we will let you know in this thread.

    Best regards,
    Kris

    Thread Starter mhabeeb

    (@mhabeeb)

    By the way the problem is only with the Icon not the search Bar. and for the moment a Code Snippet workaround fix will be much appreciated. thank you

    Thread Starter mhabeeb

    (@mhabeeb)

    This is the work around at the moment. by one the guy from Fibo

    add_filter( ‘dgwt/wcas/form/html’, function( $html ) {
    $html = str_replace( ‘class=”dgwt-wcas-search-icon’, ‘aria-label=”My text” class=”dgwt-wcas-search-icon’, $html );
    return $html;
    } );

    His name is

    Marta Czuczman

    Thanks again. hope this is fixed in next update.

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