Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search not responding on mobile › Reply To: Search not responding on mobile
Hi Tonya,
Thank you!
I just noticed from the source, that the output of the search is not correct at all. I have found that in the theme main.js file there are multiple lines of code tempering with the search output – moving the elements and such. That is causing the issues unfortuantely.
I do not recommend tempering with the search output via javascript, I can not guarantee support for that.
Instead of making copies of the search code via javascript, I strongly recommend doing that via the theme files instead, putting the shortcode to the preferred locations. That will not temper with the output, and will be compatible with future releases as well.