Search Problem

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17096
    drpapakonstantinou
    drpapakonstantinou
    Participant

    I just purchased your product and although the free version worked fine in both areas (Sliding Bar and Footer of the Avada theme), the Pro version does not seem to search at all in the Sliding Bar position. Please find print screen attached.

    Attachments:
    You must be logged in to view attached files.
    #17099
    drpapakonstantinou
    drpapakonstantinou
    Participant
    You cannot access this content.
    #17101
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The issue is a simple z-index problem. The Pro version has an additional fixed position detection, where the z-indexes might be different. The issue here, is that the results container is simply not visible (as the menu hovers over it). To fix that, go to the Theme Options -> Custom CSS panel, and change the z-index value of the results box to 9999999: https://i.imgur.com/pgAKTcO.png

    ..or if that does not help, just use this custom CSS:

    
    div.asp_r {
        z-index: 9999999 !important;
    }

    Don’t forget to clear your site cache, if any. This should solve the problem immediately.

    Best,
    Ernest Marcinko

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


    #17108
    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)

The topic ‘Search Problem’ is closed to new replies.