Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Click error when displaying results
This topic contains 8 replies, has 2 voices, and was last updated by yair07 8 months, 2 weeks ago.
- AuthorPosts
- July 3, 2022 at 2:33 pm #38284
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)You can visit the page https://digitalnomads.world/city-guides/
Click on Advanced Search and you could regenerate the bug.Thanks for your help.
July 4, 2022 at 8:25 am #38286Hi,
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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 7, 2022 at 8:37 pm #38342You cannot access this content.July 8, 2022 at 12:22 pm #38352Accessing the
Best,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.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 11, 2022 at 10:46 am #38374You cannot access this content.July 11, 2022 at 2:50 pm #38378You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 12, 2022 at 9:06 am #38394You cannot access this content.July 12, 2022 at 12:42 pm #38400It’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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
July 12, 2022 at 12:59 pm #38401Thanks man.
Great job!
- AuthorPosts
You must be logged in to reply to this topic.