Since the latest update I am getting an error when clicking on a single result. The click isn’t triggering the link and instead nothing happens.
I see the following error in the console as well:
Uncaught ReferenceError: displayAdvancedSearch is not defined
at HTMLAnchorElement.onclick (VM3635 :3:NaN)
Can you please add temporary FTP and back-end details?
I would like to debug the code to see where the conflict is. I am seeing a lot of 3rd party click handlers attached to the results, and can’t debug from the browser tools only.
Accessing the wp-content/plugins/ajax-search-pro directory is going to be sufficient to access. I will try to check the event handlers to see what exactly is going on.
It’s okay. I used the editor, managed to find the issue quickly. The problem was, that the content field included another anchor, and the plugin defaulted to that URL – which was incorrect. I simply added a more specific CSS selector to the script files, I guess it will make it better anyways. This will be included in the upcoming patch, you don’t have to worry about it anymore.
If you clear all layers of cache, it should work now.