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

Reply To: Recent update made search box not function

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Recent update made search box not function Reply To: Recent update made search box not function

#42614
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It looks like the menu script might be adding some line breaks to the empty lines of the source code. It happens because most menus may expect text content within the widget and not HTML. If you can change the container widget type from text to HTML, that will resolve the issue.

If not, then adding this custom CSS will do the trick too:

.asp_m br {
    display: none;
}