Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › issues after update › Reply To: issues after update
Hi,
Regarding the results position: there was a change in the z-index values in the recent updates, that might have been causing the problem. The solution fortunately is very simple, just use this custom CSS:
[html]div[id*=ajaxsearchprores] {
z-index: 100000 !important;
}[/html]
However I’m not able to re-create the second issue to be honest. I’ve tried entering multiple items, but I always get the live results, no redirection. It may have been just a cache issue. Make sure to clear your browser cache, by reloading with CTRL + SHIFT + R buttons. If the problem persists, let me know how exactly it happens, and I will try those steps as well.