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

Reply To: try this function caused a problem

Home Forums Product Support Forums Ajax Search Pro for WordPress Support try this function caused a problem Reply To: try this function caused a problem

#13916
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Okay, I was able to re-create it after a few page refreshes. It’s probably because the menu script does not calculate the inner height properly after the scrolling occurs, it’s hard to tell. Whenever the search is ‘opened’, the scrolling seems correct, so that might confirm my theory.

This is something that probably should be fixed within the menu script, but there is something worth trying. Try this custom CSS rule:

[html]#asp-try-3_1,
#asp-try-3_2 {
display: none;
}[/html]

This will make sure to hide the ‘try these’ element on page load, and perhaps the menu script does not miscalculate it’s height.