• Hello Ajax Search Lite:

    I am excited to learn of your new jquery-free code.

    I enabled it by changing the javascript source to “minified (default)”, and selected “optimized.” Note that I have created in Elementor a popup that includes the Ajax Search Lite shortcode. There is a translucent background around the popup that partially obscures the underlying page.

    Here is the problem I encountered. In source=legacy minified, when I type the search term in the search box a dynamic list of search results appears beneath the search box. That is good and expected.

    In source=minified (default), when I type the search term in the search box the dynamic list of results appears beneath the translucent background on the z-axis. So it is not legible or clickable.

    Question: How can I ensure that the dynamic list of search results works the same as in the jquery version, and appears in the same level on the z-axis as the search box and shortcode?

    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,

    It sounds like a simple z-index issue. The new scripts does not change the z-index when detects a fixed positioned element, we removed that on purpose, but it looks like it causes more issues as it fixes. I may put it back in the next release.

    Until then, use this custom CSS, it will resolve the issue:

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

    Best,
    Ernest M.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode in popup – dynamic results on the z-axis’ is closed to new replies.