This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Issues with menu covering search results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Issues with menu covering search results Reply To: Issues with menu covering search results

#8551
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you very much for your kind words!

1. Can you please provide back-end and FTP details for this? The inline styles should definitely work no matter what, so this might be a yet unknown issue. I gladly debug through the search code to find why it’s happening. If the directories are writeable and the stylesheet is still not there, it might indicate a file/directory ownership issue, but it’s very hard to confirm.

2. Luckily this is a simple z-index issue, which is fixable with the following custom CSS code:

[html].wpdreams_asp_sc {
z-index: 1000000 !important;
}[/html]