Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Do you have a link i can see. May be a JS error in the theme itself which is a common cause.

    Thread Starter dnels22

    (@dnels22)

    You bet – will email ya!

    Plugin Author Daniel Iser

    (@danieliser)

    Hey, the issue is because that theme is doing something that isnt typically correct.

    They have the main div.wrapper set to z-index:1000; Themes should never really go above 100, and typically only things like main navigation etc are set at all and usually top out around 10.

    The modal displays at 999, and the overlay at 998 so basically it is shown but your theme is being layered above it.

    You could add something like this to your themes stylesheet to compensate.

    .emodal { z-index:1999!important; }
    .emodal-overlay { z-index:1998!important; }
    Thread Starter dnels22

    (@dnels22)

    Weird – those squirrely nuts!

    Thanks for your help, and explanation – very much appreciated!

    Best,
    Dave

    Plugin Author Daniel Iser

    (@danieliser)

    Great. Please take a moment to rate and review the plugin and or support https://www.ads-software.com/support/view/plugin-reviews/easy-modal

    Thread Starter dnels22

    (@dnels22)

    Well, now that we updated the EasyModal plugin, it doesn’t actually work anymore in Maxima, either. Tried the same fix and to see if it was the same z-index issue, but no dice.

    I’ll get you a link & login as before – shall I just submit to you via your site contact form?

    Thanks for any help you can provide.

    Best,
    Dave

    I’m marking this resolved, as this is the same issue as posted in this thread, which has been resolved.

    Let us know if there’s anything else we can do for you Dave!

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘doesn't work with Elision’ is closed to new replies.