Page 1 of 1

Search plugin + livesearch problem

Posted: Mon Jul 17, 2006 10:38 am
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]

Re: Search plugin + livesearch problem

Posted: Mon Jul 17, 2006 10:41 am
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

Posted: Mon Jul 17, 2006 10:46 am
by Gamersea
Well, Ok, But it is still weird that it worked yesterday, and now not anymore.

Posted: Mon Jul 17, 2006 10:50 am
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

Posted: Mon Jul 17, 2006 10:54 am
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;)

Posted: Mon Jul 17, 2006 10:55 am
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

Posted: Mon Jul 17, 2006 11:05 am
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.

Posted: Mon Jul 17, 2006 11:13 am
by garvinhicking
Hi!

It is showing me a white background now...

Regards,
Garvin

Posted: Mon Jul 17, 2006 11:15 am
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:

Posted: Mon Jul 17, 2006 11:24 am
by garvinhicking
Hi!

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

Best regards,
Garvin

Posted: Mon Jul 17, 2006 11:31 am
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.