Reply To: A ghost textfield interferes typing on searchbox

Home Forums Product Support Forums Ajax Search Pro for WordPress Support A ghost textfield interferes typing on searchbox Reply To: A ghost textfield interferes typing on searchbox

#662
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

I see a styling conflict between the two boxes, naturally it is not clickable.
In the template style.css file (themes/fimage/css/style.css) the lines for ajax search pro need some modification:

/* For Pro Ajax Search */

input.orig {
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	height: 1em;
	color: #ccc;
}

Change it to:

/* For Pro Ajax Search */

input.orig, input.autocomplete {
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 0;
	height: 1em;
	color: #ccc;
}

This should place the autocomplete field back to it’s normal position, because it needs the exact same styling as the original field.

Let me know how it goes!

Best,
Ernest Marcinko

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