• Hello! The Search widget does not display properly in the header. When I do it on another page it looks great. There is no magnfying class icon and you have to click the bottom half of the search bar in order for it to register. Please help and thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I’m seeing extra line breaks in the search source code, which indicates that the wrong container widget is used to host the plugin shortcode.

    Make sure to change the widget/module type from Text to HTML or Shortcode type, and it will get rid off the extra line breaks and added paragraphs.

    If that is not possible for some reason, you can try a custom CSS too:

    .asl_w br {
        display: none;
    }

    I still suggest changing the container widget type as custom CSS will not target the actual problem only mask it.

    All the best,
    Ernest

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax Search Lite Icon and Wording’ is closed to new replies.