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

Duplicate instances of search results appearing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25339
    quit16075quit16075
    Participant

    Hi there,

    First off, I’d like to say — the plugin is great. Thanks for your hard work in designing this tool.

    I’m looking for your help with my search tool, whenever I click “enter”.

    Oddly, two duplicate instances of my results appear — one instance as vertical, and another underneath as horizontal. (The results seem to output okay when the search button is clicked, or when live search is enabled.)

    As an example, it happens with this URL:
    https://www.ploddings.com/?s=&asp_id=2&asp_s=robert

    Note: It takes about 5-7 seconds for the 2nd instance of duplicated results to appear.

    I’d rather have just one instance of horizontal results to appear. If you can help with this, I would appreciate it.

    Thank you,
    Mitchell

    #25340
    quit16075quit16075
    Participant

    (Screenshot attached)

    #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;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.