Mobile menu toggle not being detected by screen reader

OK, I will reinstall and then verify the parent theme is working

Let us know how it goes.

OK, The parent theme is now working. Please use the credentials above in the secure note to access the site.
Thanks for the help!!!

Hi pecktron2000,

I’ve edited your header elements and added search-tab and menu-tab classes to the Search and Mobile Menu elements respectively, then I added this JS snippet into the Header JS section:

jQuery( document ).ready(function($) {
      $('.search-tab').attr('href', '#');
      $('.menu-tab').attr('href', '#');
});

Could you please recheck this issue now?

Thanks.

@Alaa you’ve done it!!! Thank you for the help. I really appreciate it. Perhaps this code could be integrated into core in an update. It might help others using screen readers.

Thanks to all for the continuing support.

1 Like