Reply To: Search field deactivated

#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 :)