Reply To: Can search results just appear on plain old php page?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Can search results just appear on plain old php page? Reply To: Can search results just appear on plain old php page?

#15311
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi,

If I understand correctly you are displaying the results through a custom made application and not within a browser?
My guess is that the app might not be supporting certain javascript events, or even propagation and other handlers like a browser. I’m not sure if that is possible to determine.

Possible solution #1
You can completely disable the ajax feature and have the results redirected to the default results page – just like relenvanssi does. Try this configuration for that: https://i.imgur.com/sZx1ePN.png
In this case the results are displayed on the default search results page, not within an ajax results box.

Possible solution #2
If you prefer the ajax feature, then there might be another way. My guess is that the app cannot handle the absolute overlay above the result elements, which allow the whole area to be clickable, instead of only the result link.
You can try disabling this option: https://i.imgur.com/KMntk14.png
This is just a very wild guess, but I have a feeling it might work.

Best,
Ernest Marcinko

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