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

    (@danieliser)

    This was addressed in v1.0 all admin styles now only affect the easy modal settings page.

    Easy Modal Plugin for WordPress

    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.

    Plugin Author Daniel Iser

    (@danieliser)

    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.

    Thread Starter nvg

    (@nvg)

    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…

    Plugin Author Daniel Iser

    (@danieliser)

    Addressed this issue differently in the 1.0.4 release. Stylesheet will only load on plugin settings page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Easy Modal] Messes with the admin styles’ is closed to new replies.