Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey dnels22,

    This is a simple z-index issue.

    Our modals run on z-index:998 and z-index:999 (by default). 998 is the modal background overlay and 999 is the modal itself.

    Your entire site is on z-index:9999 or something like that.

    It looks like you already know the problem, as you have overwritten the defaults:

    .emodal {
        z-index: 1999 !important;
    }

    and

    .emodal-overlay {
        z-index: 1998 !important;
    }

    However, with your whole site at z-index:9999, it’s self explanatory why your modals aren’t showing.

    Simply edit your theme or make your CSS as seen above a higher number to compensate.

    Hope this helps!

    Thread Starter dnels22

    (@dnels22)

    Ah! You’re a genius. ?? I’d tried that z-index fix from a similar issue on another site, but didn’t think a theme would have such a ridiculously high z-index! Temp fix of putting the modals at 99,999 while we track down the theme’s misbehaving css…

    Thank you!
    Dave

    No problem Dave! Your very welcome ??

    If you have a minute, feel free to rate and review us if you haven’t already!

    Edit: Just noticed you are actually our latest 5-Star review! Thank you!!!

    https://www.ads-software.com/support/view/plugin-reviews/easy-modal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘EasyModal not popping’ is closed to new replies.