livesearch result box is transparent?

Creating and modifying plugins.
Post Reply
mbirth
Posts: 4
Joined: Sun Feb 19, 2006 10:12 am
Location: DE, Berlin
Contact:

livesearch result box is transparent?

Post by mbirth »

On my s9y, the livesearch result box was transparent and thus you saw a mixture of the next sidebar item with the results overlayed.

Image

I had to add a background-color: to the class serendipity_livesearch_result in the serendipity_event_livesearch.php to make it look like expected.

Image

Is this a bug or a problem with my s9y?

Cheers,
-mARKUS
wh1sper
Regular
Posts: 113
Joined: Sat Jan 15, 2005 6:26 pm
Location: Germany
Contact:

Post by wh1sper »

Yes, me too.. but I had to put it in .serendipity_livesearch_row
but nevertheless : Thanx a lot :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You do not need to put that CSS into the PHP file, you can move the whole thing into your style.css of your template and then the plugin will not output its CSS on its own.

It is not a bug, but it very much depends on the used templates. Some templates require background-colors, some don't. Whatever the plugin does, for one party it will always not work, so it has to be "fixed" per-template. :-/

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply