Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Black box appears in the search background
This topic contains 8 replies, has 2 voices, and was last updated by kinger 10 years, 10 months ago.
- AuthorPosts
- November 1, 2013 at 10:28 am #766
Hello,
Great plugin! One issue, There is a black box in the search box when I add the shortcode to the page. How can I get rid of this ?
Many thanks!
John
November 5, 2013 at 7:04 pm #777Hello,
Really need an answer on this one please. Have to launch the site asap and the block box is getting annoying.
Thanks!
John
November 12, 2013 at 10:06 am #789Seriously need some assitance with this asap.
Been over a week now guys – can you please assist
John
November 14, 2013 at 9:33 am #790Hi!
Sorry for the late answer. I wasn’t home for a week, couldn’t answer any support ticket, had some family issues.
Can I see this issue on your website? It’s probably only a small css incompatibility.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 14, 2013 at 10:11 am #793Hi,
No worries, thanks for getting back to me. I’ve added the search box to a sample page – here you can see http://www.egcoa.eu/sample-page/
Cheers!
John
November 14, 2013 at 11:22 am #794Ok!
I think I have found it. It’s coming from the download manager plugin css. If you add this code in any css file or in the header of the website, it will fix the black box:
.probox .proinput .loading { padding:0 !important; position: static !important; }
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 14, 2013 at 11:31 am #795Hi!
Thanks, can you specify where exactly I should add the code. I’m a bit technically challenged when it comes to these things.
what css file and where in that file should I add the code.
Thanks!
John
November 14, 2013 at 1:51 pm #798Of course!
Open up this file from your ftp program or from inside the plugin editor of wordpress: wp-content/plugins/download-manager/css/front.css
Make a new line at the beginning of that file and add the following lines:
.probox .proinput .loading { padding:0 !important; position: static !important; }
Save the file and refresh your page. It should be ok after this editing.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 14, 2013 at 2:59 pm #800Thanks ! It worked 🙂
- AuthorPosts
You must be logged in to reply to this topic.