Hi,
That element is not part visually of the plugin. It looks like you might have a browser add-on that displays the title attribute.
If you want to remove the title attribute, you can do it manually within the wp-content\plugins\ajax-search-lite\includes\views\asl.shortcode.php file on line 45:
<input title='Search input' type='search' class='orig'..
..and perhaps remove the title, or replace it with aria-label:
<input aria-label='Search input' type='search' class='orig'..
If the aria-label works, then I will include it in the next release.
Best regards,
Ernest M.
Hi, Ernest!
Thank you! I replaced the translation in the file wp-content \ plugins \ ajax-search-lite \ includes \ views \ asl.shortcode.php in line 45, in Russian. It worked!
I’m afraid that with the next updates of your plugin I will have to climb into the code again and edit it, it’s not very convenient.
In the previous version of your plug-in this hint was not there. If not difficult, add please management tips in the plugin interface.
Best regards,
Denis
Hi Denis,
I will use the aria-label attribute instead, so you don’t need to make this change again in the upcoming release.
Best,
Ernest M.