Drop down menu not working
-
I updated to version 1.1.4 end my drop down menu on the top of my front page goes behind the row with informations of contacts.
https://drive.google.com/file/d/0B5zYQjoQbkQkck81RldtUTZLYlk/view?usp=sharing
Any ideas how to fix this problem?
-
Problem Solved!!
Add an ID to the row what contain the navigation module and apply to that ID a z-index positive value.
Thank’sHi, sorry for bordering you but I have a similar problem like yours.
My web is: http://laoficinasecreta.es/ And I The SUBNAV from ¿TRABAJAMOS JUNTOS? It doesn’t work, I tried yo do your solution, but I don’t know how to do it. The part of Z-index I don’t know how to do it.
Could you help me please?
Thanks in advance.
Hi airinrojas,
The solution is very simple.
In setting add an ID for row. (exemple: ID_row)
Then, Then go to your theme css file and add something like this:#ID_row {
position: relactive;
z-index: 99999;
}I hope it helps,
CheersHi marcionitao,
Thank you very much, it works!!Do you know how do I make the horizontal menu did not drop down by list, but EXPAND-COLLAPSE down? (with editing CSS of theme)
Hi helloo007,
I use Max Mega Menu plugin.
https://fuc.ww.wp.xz.cn/plugins/megamenu/It fulfills perfectly all I need. I think I can help you.
Cheers.
marcionitao,
Thanks!Hi Marcionitao
I also couldn’t figure out how to get this issue fixed.
-
This reply was modified 9 years, 3 months ago by
illusiondezign.
Hi Marcionitao
BTW, Here is the sample site I’m working on: http://www.illusiondezign.com/clients/sanazdemehry/
I went into the Live Composer Editing Row for the main Div which is the green background and I placed a div id like you mentioned: Custom ID: ID_row. Then I went into the Aprearance-Editor and in the css style I put in: #ID_row {position: relative; z-index: 99999;} It still doesn’t work. Where do you think I’m going wrong.
Thanks in advance.
BobHi Bob,
Is strange. This link works perfectly in my browser.
Marcio
Hi Marcionitao,
I tested it at home and it worked. I think I needed to clear the cache on my computer at work. Wanted to thank you for the code. You are awesome.
Thanks,
Bob -
This reply was modified 9 years, 3 months ago by
The topic ‘Drop down menu not working’ is closed to new replies.