Do you have a link i can see. May be a JS error in the theme itself which is a common cause.
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; }
Weird – those squirrely nuts!
Thanks for your help, and explanation – very much appreciated!
Best,
Dave
Great. Please take a moment to rate and review the plugin and or support http://ww.wp.xz.cn/support/view/plugin-reviews/easy-modal
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!