Black box appears in the search background

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 kinger 10 years, 5 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #766
    kinger
    kinger
    Participant

    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

    #777
    kinger
    kinger
    Participant

    Hello,

    Really need an answer on this one please. Have to launch the site asap and the block box is getting annoying.

    Thanks!

    John

    #789
    kinger
    kinger
    Participant

    Seriously need some assitance with this asap.

    Been over a week now guys – can you please assist

    John

    #790
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

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


    #793
    kinger
    kinger
    Participant

    Hi,

    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

    #794
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Ok!

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


    #795
    kinger
    kinger
    Participant

    Hi!

    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

    #798
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

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


    #800
    kinger
    kinger
    Participant

    Thanks ! It worked 🙂

    http://www.egcoa.eu

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.