Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Have you spoke to your theme author about this?
Yes he told me that:
“The CSS for the plugin is correct and the css for the style sheet is correct.
The way it is currently setup the popup box should appear over the menu (main page) without any issues.
So I do not know what could be causing the issue.
The plugins style sheet states:
z-index:10000
The Themes Style sheets menu has a
z-index: 100
The larger number should appear on top of (or in front of) the smaller number.
So I do not know what to do at this time.”
🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I don’t think it’s the fault of the author because it’s a plugin issue, but since we don’t support your theme could you tell the author that the pop-up content isn’t directly a sibling of the menu? A z-index value of greater than 100 needs to be applied to the parent element that wraps the pop-up, which is sibling to the menu, i.e this element;
<div class="box sheet">
I forwarded your suggestions on to the author of the theme and this was his reply:
“Dear Mike,
I have tried everything that was presented in the
thread on http://wordpress.org/support/topic/title-menu-overlapping-popup-plugin-help-please?replies=4#post-4548291
I was able to place everything behind the popup, but after you close the popup it hides the menu which isn’t good either.
I even went into the css on the plugin and it should sit on top of everything, but it doesn’t.
If you have a z-index of 100 on the box sheet as described above, the popup shows as it should, but when you close the popup, then menu is not functional.
So I tried several combinations to get things to work. But to no avail.
I would sincerely try a different popup plugin or build one from scratch.
Sorry
Tim”
Where do I go from here? The plugin works fine with WordPress Twenty Eleven but then I lose all of the work that has gone into creating this nice theme.
I would really like to use this theme, please help if you can.