• Resolved weilaiwp

    (@weilaiwp)


    If I use the Dave’s live search plugin, live search results were hidden behind the responsive menu? I couldn’t find the option in the settings to solve this. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor responsivemenu

    (@responsivemenu)

    Hi there,

    I’m not sure what Dave’s live search plugin is, can you provide me with an example URL of where your having the issue?

    I doubt there will be an option for such a specific request but I’m sure theres some simple CSS that can be applied (e.g – z-indexing) to bring the results in front if this is the case.

    All the best

    Thread Starter weilaiwp

    (@weilaiwp)

    It’s at sizewear.org. I have two responsive menus enabled. The one on the left shows the search results live while the Responsive Menu (on the right) does not. Thanks.

    Plugin Contributor responsivemenu

    (@responsivemenu)

    Hey there,

    I’ve had a look but I’m still not clear what you are asking for or what the issue is exactly.

    Are you saying that you want the left menu to always be on top of the one on the right? If so then you just need to add the following custom CSS to your theme files style.css or similar:

    #wprmenu_menu.top {
       z-index: 999999999999;
    }

    If I have misunderstood please let me know.

    All the best

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘compatibility with live search plugin’ is closed to new replies.