Reply To: Search bar icons are out of place / results-as-you-type not working in Chrome

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search bar icons are out of place / results-as-you-type not working in Chrome Reply To: Search bar icons are out of place / results-as-you-type not working in Chrome

#2976
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

The theme stylesheet is causing the problem, it overrides the input field style and that’s the reason why it looks strange. Try to add the following code into the custom CSS field, which you can find on the search plugin “Theme Options->Custom CSS” tab: (https://i.imgur.com/ns4vcKl.png)


div[id*="ajaxsearchpro1_"] .probox .proinput input {
    padding: 0px !important;
    border: none !important;
}

This should fix the icon and the input (blinking cursor) issue as well.

As for the results, I’m currently testing on chrome, but everything looks fine to me. I tried several keywords and I got results so far: https://i.imgur.com/3IDbqu5.png

Best,
Ernest Marcinko

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