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

Search field deactivated

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12803
    rideralbertarideralberta
    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 MarcinkoErnest 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:

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

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

    #12841
    rideralbertarideralberta
    Participant

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

    #12850
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.