I've got Display Problems with the Ajaxy Live search Plugin.
When I search something on my Homepage it's showing all post results like this:
But it should look like this:
It's displayed correctly in a preview from ajaxy live search in wp-admin. Has anyone got an idea what this Problem causes?
Here's my Workaround (forgot to Post earlier):
Open "\wp-content\plugins\ajaxy-search-form\themes\common.css" and find
.sf_result_container { max-height:200px; overflow:auto; margin-top: 0; margin-bottom: 0; }
I changed
max-height:200px;
tomax-height:100%;
. Now the live-search is enlarged untill to the end of all search results and doesn't overlap anymore.