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

Search results and Z-index

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search results and Z-index

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33592
    foguii06foguii06
    Participant

    Hi there,

    I seem to be having issues with search results not showing.

    The search is available in 2 locations:
    1. via hamburger menu
    the results wouldn’t show on the full screen overlay so I added this as a fix.
    #ajaxsearchprores1_1 {
    z-index: 1000000;
    }

    2. via a search icon link everywhere else on the website.
    This one I can’t seem to be able to get results to show properly. The search system is embedded into a popup/banner and the search filters cover the search results….

    #33597
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Try this custom CSS instead of the one you are using:

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

    This will do the trick. The previous z-index is too low, as the menu container has a bigger one, and it covers the results floating div.

    #33607
    foguii06foguii06
    Participant

    fantastic, thank you

    #33611
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.