Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search issues › Reply To: Search issues
February 28, 2025 at 5:16 pm
#53153
Keymaster
Yes of course, sorry I was not clicking the “select all”.
The reason is, that the whole page is live loaded, including the search, which resets under that condition. This can be fixed by either turning off the live loader, or using this DOM selector here to only reload the results part:
#content>.row>.col:not(.post-sidebar)
That should do the trick.