I love this plugin. I have created a search bar that lives in the header of my website. When users search it directs them to the search page. However, if they want to make a NEW search from the search page, in the search bar — it does not work. I’ve attached a video of this problem.
Is there a way for me to allow users to conduct multiple searches once inside of the search page, and for it to (ideally) load using Ajax?
The problem is the live loader here. Some parts of the page are seemingly constructed after the rendering (via scripts), so the live page loader cannot replace the contents, as they cannot be found in the new response.
The only way I could make it work in this case was, by disabling that feature. Now it should be working correctly.