• Hello,

    This is a question about the placement of Ajax Search Lite input area.

    Would like to configure Ajax Search Lite to replace built in WordPress search input area that is currently located in the site header. The website uses a child theme based on a stock Twenty Eleven theme.

    The Ajax Search Lite option called “Try to replace the theme search with Ajax Search Lite form?” found in “General Options”/”Sources & Basics” does not work because it removes default search input from header and moves it just above the main navigation menu under a home page’s hero image.

    Any clues would be appreciated.
    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Anthony Alvarez

    (@puchoweb)

    Finally able to add Ajax Search Lite to header but have new problem. The search results appear behind main hero image on the page.

    Please help me.

    Thank you.

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    It is probably only a minor z-index issue. Try this custom CSS, it should bring the results box closer to the viewport space:

    .asl_r {
        z-index: 9999999999 !important;
    }

    Best,
    Ernest M.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to add Ajax Search Lite to header’ is closed to new replies.