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

Menu loses focus on mouseover AJAX search box

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Menu loses focus on mouseover AJAX search box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13188
    ShawnS52ShawnS52
    Participant

    I hope some assistance can be provided because I absolutely love the plugin! On my site http://delistedgames.com I have the AJAX Search Pro in place of my theme’s search at top. When I try to navigate the menus to ‘The Games > By Platform’ mousing over the search box takes focus from the menu and closes it.

    Is there any way to require a click into the AJAX Search Pro box or set it to be in the background and not take focus on mouseover?

    Thanks so much!

    #13190
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Shawn,

    Thank you very much for your kind words!

    It is actually possible with a small custom CSS snippet. This should do the trick for you:

    [html].asp_main_container {
    z-index: 0;
    position: relative;
    }[/html]

    #13195
    ShawnS52ShawnS52
    Participant

    That worked perfectly. Thanks so much!

    #13196
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu loses focus on mouseover AJAX search box’ is closed to new replies.