Info
- 3 posts
- 2 voices
- Started 4 years ago by so1o
- Latest reply from so1o
- This topic is not resolved
Integrated Live Search
-
- Posted 4 years ago #
Here is a how-to on the integrated live search for bbpress and wordpress
http://www.adityanaik.com/integratepress-part-ii-live-search/
-
- Posted 4 years ago #
That's interesting to see.
You should change the z-index on the results so it stays over the content below it, rather than pushing it up and down which is very distracting. Either that or stay at the maximum length and not retract until done.
-
- Posted 4 years ago #
Actually im not using Z-index.
the problem was with the original plugin. That's why I including a hack to fix that in the article. here is the excerpt:
In some cases, the results fluctuate before disappearing. If you are having that problem, replace
onclick="ls.close(); return false;"
with
onclick="Field.clear('s'); return false;"
-
You must log in to post.