Search results and Z-index

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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 2 years, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33592
    foguii06
    foguii06
    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….

    Attachments:
    You must be logged in to view attached files.
    #33597
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #33607
    foguii06
    foguii06
    Participant

    fantastic, thank you

    #33611
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.