This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Duplicate instances of search results appearing

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Duplicate instances of search results appearing Reply To: Duplicate instances of search results appearing

#25347
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you very much for all the details, it helps a lot.

The duplication is due to the fact, that there is second search bar rendered on the page – within a hidden widget. I can see it on the debug console, but it is not visible. It might be either a container for Elementor of some sort. If it is not possible to remove, then using this custom CSS will resolve the issue:

#wpdreams_asp_results_2>div:last-child {
    display: none !important;
}