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

Search Problem

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

    #17099
    drpapakonstantinoudrpapakonstantinou
    Participant

    You cannot access this content.

    #17101
    Ernest MarcinkoErnest 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:

    [html]
    div.asp_r {
    z-index: 9999999 !important;
    }[/html]

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

    #17108
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search Problem’ is closed to new replies.