FYI, the easy-modal-admin.css file also affects the admin styles in general. In particular, the submit buttons for theme editing, etc. all get pushed to the bottom of the admin page and floated to the right.
FYI, the easy-modal-admin.css file also affects the admin styles in general. In particular, the submit buttons for theme editing, etc. all get pushed to the bottom of the admin page and floated to the right.
This was addressed in v1.0 all admin styles now only affect the easy modal settings page.
Just installed v1 update and modal stopped working, I’m using Contact 7 and a custom menu is there updated instructions available as I can’t figure out what to do.
Look at the instalation tab on the Easy Modal Plugin Page in the wp directory.
The new 1.0.3 update works as expected thank you.
Whoops, nope it's still messing with the admin styles some. Seems the problem is that the easy modal stylesheet that's being called into the admin area has general selector styles attached to it like this:
input {float:right;}
instead of something like:
input#easy-modal {float:right;}
so what it does is, for example, when you're in the editor and editing a theme stylesheet, it floats the "Update" button to the right and way down at the bottom of the page.
I just commented out the easy modal admin stylesheet and it works fine.
The plugin itself works beautifully...
Addressed this issue differently in the 1.0.4 release. Stylesheet will only load on plugin settings page.
This topic has been closed to new replies.