• TES Proje

    (@tesproje)


    The plugin works well on chrome. But It only shows one result in safari browser.
    Normally it needs to show every possible result but showing only one and this problem only occurs in safari browsers

    https://prnt.sc/OwiCSEyBHtFq

    • This topic was modified 2 weeks ago by TES Proje.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Elio Bruno

    (@ambrelio)

    Hi @tesproje ,

    The issues seems to be just CSS related. The results are all there and you should see them if you scroll the results. However some CSS is causing the images to stretch their container and push the next result down.
    You can fix that by adding this CSS on your site:

    .searchwp-live-search-result--img img {
    height: auto !important;
    }

    That should do it!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.