Reply To: ISOtopic without js

#11682
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

Well, the error message script is kind of hard coded, and it’s not possible to override it without actually touching the code.

If you wish to do that, try these steps:

1. Change the script source to non-minified on the Compatibility Settings submenu: https://i.imgur.com/qgU6RJX.png
2. Then open up the wp-content\plugins\ajax-search-pro\js\nomin\jquery.ajaxsearchpro.js file on your server
3. Within that file scroll to line 47, within the function raiseError, which should be:

var $this = this;

4. Change that line to:

return false;

Save the file and clear your cache (both server side and browser). The alert messages should not appear after that.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)