Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › wrong link generated in isotopic filter
This topic contains 2 replies, has 2 voices, and was last updated by Cogora82 1 year, 1 month ago.
- AuthorPosts
- February 2, 2022 at 10:18 am #36507
Hello,
I’ve created a filter to search through a specific users role (speakers)
I’ve also followed your instruction ( from documentation ) on ow to override the basic template, so I generated one that will match our website design.the proble is that despite the links in the results are the right one, when I click on them, they redirect to a void address instead of the one from the html generated.
The page is here
https://preview.pulse365.uk/speakers/and when the mouse is hover the “View profile” link, on the left bottom corner of the webpage I can clearly see the right url, but when clicked on the link the plugin is redirecting to
https://preview.pulse365.uk/speakers/undefinedKind regards,
LuigiFebruary 2, 2022 at 10:43 am #36509Hi Luigi,
It happens, because the clicks on those results are handled via javascript, and the plugin fetches the URL from the content.
Best,
To resolve that, simply add the “asp_content” class name to one of the parent elements of the link item: https://i.imgur.com/ffmMkza.png
The plugin will then fetch the correct URI.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 2, 2022 at 2:55 pm #36524Thank you!
- AuthorPosts
You must be logged in to reply to this topic.