• rasworpr

    (@rasworpr)


    Hello,

    I upgraded today Ajax Search Lite to version 4.10 and now the results pane is grayed out and I can’t select any results from the list.

    I appreciate your help.

    Thank you,

    Richard

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

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

    (@wpdreams)

    Hi,

    It looks like a z-index issue, the overlay is over the results container. This simple custom CSS code will fix that:

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

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)

The topic ‘Results pane grayed out’ is closed to new replies.