Search plugin + livesearch problem

Found a bug? Tell us!!
Post Reply
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Search plugin + livesearch problem

Post by Gamersea »

Hello, Yesterday I installed the search plugin with the livesearch.
Everything worked fine but now the results of the live search go through a other block, You can take a look here: Click

I looked at it on both Firefox and Internet Explored both have the same problem.

I already tryed to delete and reinstall the plugin but that didn't worked.[/url]
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Search plugin + livesearch problem

Post by garvinhicking »

Hi!

Yes, you must use CSS styling to set the background color of .serendipity_livesearch_result, so that the overlapping is visually more clear.

We cannot set a default background color, because that would not go well with al themes, thus we decided to use transparent by default.

Best 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/
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Post by Gamersea »

Well, Ok, But it is still weird that it worked yesterday, and now not anymore.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, that can't be. :) It might be that yesterday the positioning of the box was different, or underlying text had more spacing? :)

Or it might be that you modified the CSS?

Best 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/
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Post by Gamersea »

garvinhicking wrote:Hi!

Hm, that can't be. :) It might be that yesterday the positioning of the box was different, or underlying text had more spacing? :)

Or it might be that you modified the CSS?

Best regards,
Garvin
Not that I am aware of...

However if you say you can fix it by changing the background.

Code: Select all

#LSResult {
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
}

#LSShadow {
    position: relative;
    bottom: 1px;
    right: 1px;
    color: inherit;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#LSHighlight {
    background-color: #80FF80;
    color: black;
}

.serendipity_livesearch_row {
  margin: 0px;
  line-height: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
  padding-right: 1em;
}

.serendipity_livesearch_result {
    position: relative;
    bottom: 2px;
    right: 2px;
    border: 1px solid black;
    padding: 2px;
}
Where do I need to add the code (background-color: #FFFFFF;)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
Not that I am aware of...
Hm, very strange then. I'm sorry, but I wouldn't know what could happened here :)

You can insert the background-color in the ".serendipity_livesearch_result" (like I mentioned *g*)

Best 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/
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Post by Gamersea »

Well, Ok that's not working...

This is the code right?
.serendipity_livesearch_result {
position: relative;
bottom: 2px;
right: 2px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFFF;
}

see the background-color it is on white but nothing has changed on if you search.

Still going right through the other block.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

It is showing me a white background now...

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/
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Post by Gamersea »

It is?
WTF? Then I have a sort kind of problem with my browser, I guess.

Damnit.

Edit: Ok, It's working now! :wink:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Might be your CSS is still cached, clear your browser's cache?

Best 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/
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Post by Gamersea »

garvinhicking wrote:Hi!

Might be your CSS is still cached, clear your browser's cache?

Best regards,
Garvin
It is working now, Thanks.
Post Reply