Hello, I am experiencing two issues on my site which relate to the Ajax Search Pro plugin that we use. SiteImprove (an accessibility tool) picked up on these two & my developer noted these relate to the plugin:
1. Scrollable element is not keyboard accessible – I can see the Ajax Search Pro plugin applying multiple positive value tabindex attributes (this is a bad practice from accessibility point of view), which mess up the natural keyboard focus flow. That may be the cause of the issue.
2. Skip to main content link is missing – The skip links are outputted perfectly fine by the theme and should be the first focusable element by default. The problem is related to aforementioned positive value of tabindex attributes applied by Ajax Search Pro plugin which causes skip links to not be the first focusable element.
Could you please help me resolve these? Thank you.