Hi all! I've a problem: in a calendar page of my site (calendar by all-in-1-event-calendar) the dropdown menu of that plugin is hidden by the footer of choices theme. I supposed that the problem was of the plugin but maybe there's some z-index settings that could be done on the theme. Please, answer me!
footer z-index (?)
13 posts from 3 voices-
Posted 7 months ago #
-
Hi,
Can you give us a link to your website?
Regards,
IsmaelPosted 7 months ago # -
Sincerely no because the site is still private. In a few hours i think i'll make it public, then I'll come here again to link the problem. Thank you!
Posted 7 months ago # -
http://www.fondazionemercantini.it/calendario-3/
The dropdown menu that changes the display mode disappears behind the footer. Have you any idea about how to resolve the issue?Posted 7 months ago # -
Hi FefoRipa,
I've hovered in the elements inside your website and I can't seem to issue. Can you give us a screenshot? and also can you tell us what browser and browser version you are using.
Regards,
IsmaelPosted 7 months ago # -
First screenshot: http://www.fondazionemercantini.it/dropdown.png; it's the normal situation in which dropdown "Agenda" isn't selected.
Second screenshot: http://www.fondazionemercantini.it/dropdown_hovered.png; it occurs when i click on the menu "Agenda". I use updated safari but the test on other browser (Chrome and firefox) generates the same results. Hoping in an answer.Posted 7 months ago # -
Hi FefoRipa,
Try to add this code in your Quick CSS or custom.css:
#main .container { overflow: visible; }or
#main .container { overflow: visible !important; }Hope this helps. :)
Regards,
IsmaelPosted 7 months ago # -
Thank you very much for the answer, it functions!
Posted 7 months ago # -
...i've just discovered another little fault: the dropdown menu now is visible over the footer but the last items, those one positioned over the footer (before hidden by it), are un-clickable, like they're still hidden even if are visible. See here http://www.fondazionemercantini.it/calendario-3/
Posted 7 months ago # -
Hey FefoRipa,
Replace:
.container_wrap { z-index: -100000000; }With:
#footer{ z-index: -100; }See if that solves it for you :)
Regards,
Devin
Posted 7 months ago # -
Thank you very much but I've not understood what is the file you refer to.
Posted 7 months ago # -
Resolved! I've inserted on the Quick CSS area
.container_wrap {
z-index: 0;
}
and
#footer{
z-index: -100;
}
Thank you very much for the help!Posted 7 months ago # -
Hey,
Good thing it is fixed.
Regards,
IsmaelPosted 7 months ago #
Topic Closed
This topic has been closed to new replies.














