Search field deactivated

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12803
    rideralberta
    rideralberta
    Participant

    Whenever I bring up a search result, and then close the search field by clicking in the document, the search field becomes deactivated until I refresh the page.

    #12818
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    There is a 3rd party script that is hiding all forms whenever clicking on the document, and is causing the problem.
    You can fix it very simply by using this custom CSS:

    div.ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput form {
        display: block !important;
    }

    If your theme does not allow custom CSS, you can place it under the search options as well: https://i.imgur.com/GJgl88T.png

    Best,
    Ernest Marcinko

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


    #12841
    rideralberta
    rideralberta
    Participant

    Great, thank you. I’ll pass this on to my designer.

    #12850
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    You are very welcome!

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.