Hi, I have an issue with the modal for the MER add-on. When I click the ‘Add To Cart’ button, the modal shows up, but I get a overlay that prevents me from clicking anything.
In my inspector, I can see that there is a overlay div with the ID “ee-overlay”. I am assuming ee stands for event-espresso. If I set this to display:none in my inspector, it goes away and everything works.
The reason this is happening is due to the shiftnav plugin wrapping the page content in a div (with a class of shiftnav-wrap) and then setting the z-index of that div to 250 – https://monosnap.com/file/ZxigheHn5CI1iKTzL35jVNO8lZro1c
Child elements can’t have a z-index higher than their parent, so when EE sets the z-index of the cart modal to 10001… its ignored – https://monosnap.com/file/WxMa7ooLDKtfZHV1A0e9htu8crqkw7
(Note I removed the comments around the zindex of 250 to show the above)
The overlay, however, is outside of the shiftnav-wrap div, so it gets its 10000 z-index value applies and displays on top of everything.
You’ll need to prevent that plugin from applying a z-index to everything on the page as nothing can override it.
Just to note, ‘bumping‘ your threads basically puts them back to the back of the queue as we work through threads based on reply date. It’s not always as clear cut as that as sometimes we need to wait on additional feedback, but point being, bumping will usually have the opposite effect than intended ๐
The support post ‘Modal Issue’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.