Recent update search bar missing

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Recent update search bar missing

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41477
    blynksolutions27
    blynksolutions27
    Participant

    Quick question, we did the recent AJAX Search pro update, and the search results scroll bar went away after the update, and we can’t scroll through the searched content. Is this a known issue? It seems to happen on all three sites that were updated. (Sites have been reverted for now) Thank you ahead of time.

    Attachments:
    You must be logged in to view attached files.
    #41490
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Thank you for reporting this. I was able to replicate on a specific container. This custom CSS should resolve it until we release a hotfix patch:

    .asp_r.vertical .results {
        overflow: auto !important;
    }
    
    .asp_r.vertical .results::-webkit-scrollbar-track {
        background: white !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.