• Resolved laboy

    (@laboy)


    Hi, and congrats! the plugin is really usefull!
    Detail: with the search bar opened in the top of the site, the main menu items behind still rollover.

    Thanks!
    Leo.-

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hi Leo,
    Apologies for the delayed response.

    I see you solved the issue. You had something with the higher z-index property.

    The solution is to set the z-index to a higher value than something that covers.

    
    .dgwt-wcas-suggestions-wrapp,
    .dgwt-wcas-details-wrapp {
    	z-index: 9999999999!important;
    }
    

    Best
    Damian

    Thread Starter laboy

    (@laboy)

    Hi Damian and thanks for your response. But it didn’t solve the problem, with the search bar opened still showing the rollover state and links of the main menu buttons even if it is behind. Can you help me please?

    Plugin Author Damian Góra

    (@damian-gora)

    Yes, we will assist you.

    Could you send screens? I can’t see it. What browser and OS you use? Does the issue occur on desktop, mobile, or both?

    Thread Starter laboy

    (@laboy)

    Here you can see the search opened, but behind still work the main menu.

    https://daewooherramientas.com.ar/menu_back.png

    Plugin Author Damian Góra

    (@damian-gora)

    Thanks for the better explanation.

    I see you use the Silent theme and it seems this is normal in your theme. See this demo.

    If I do not understand your issue, could you explain it more precisely?

    Best
    Damian

    • This reply was modified 3 years, 9 months ago by Damian Góra.
    Thread Starter laboy

    (@laboy)

    If you see in Salient Theme demo, with the search bar opened the main menu behind don’t show “the hand” on mouse over / rollover and the links of the menu are disabled.

    https://daewooherramientas.com.ar/no_rollover.png

    • This reply was modified 3 years, 9 months ago by laboy.
    Plugin Author Damian Góra

    (@damian-gora)

    Now I caught what is the real problem.

    Here is solution:

    
    html body.material #search-outer {
        z-index: 9999999999!important;
    }
    

    Enjoy your week
    Damian

    Thread Starter laboy

    (@laboy)

    Thanks Damian it’s OK now and sorry if I was not clear.

    Regards!
    Leo.-

    FiboSearch Sempre exibe todos os produtos na página de resultados de pesquisa
    como resolver ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Main Menu still rollover in background’ is closed to new replies.