-
Christian Wach replied to the topic Menus disappear in mobile devise. in the forum Help & Support 9 years, 8 months ago
@perrykolb Try setting its z-index as well:
@media only screen and (max-width: 768px) {
.mobile-menu-container {
top: 44px;
z-index: 1000;
}
}I’d have to see the page itself to debug further.
Cheers, Christian
-
Ray replied to the topic Internet Explorer Issues in the forum Help & Support 9 years, 9 months ago
@perrykolb @scottvoth – I was able to duplicate the issue and have put up a fix.
Try patching this file for testing:
https://github.com/cuny-academic-commons/cbox-theme/commit/0bec3e94c7afc28300665b4d2a5ea1f68e1e8f9aYou might have to clear your cache and resave any option under “Appearance > CBOX Theme Options” for the change to take effect.
-
Christian Wach replied to the topic Internet Explorer Issues in the forum Help & Support 9 years, 9 months ago
@perrykolb Which version of IE are you seeing this in? All looks well to me in my virtual machines.
-
Scott Voth replied to the topic Internet Explorer Issues in the forum Help & Support 9 years, 9 months ago
Hi Perry @perrykolb
Thanks for reporting this. I have opened up an issue on GitHub and the dev team will take a look. You can track their progress here: https://github.com/cuny-academic-commons/cbox-theme/issues/229