Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Show 'No result found' text on result page › Reply To: Show 'No result found' text on result page
July 5, 2019 at 10:54 am
#23610
Keymaster
Hi,
Well, the plugin cannot really control that, it just prints whatever the theme returns. I think the live loader jQuery selector might be too specific, the no-results template within the theme changes the whole main area. You might have to change it from
.place-listing-section
..to:
#main
..like so: https://i.imgur.com/oZ9WQLS.png
Using the other one would be better, if the theme printed that in the no-results template file (search.php template). Optimally, that item should be present there, and the plugin would copy it’s contents.