Support » Plugin: Easy Modal » WYSIWYG Broken

  • Resolved tatertots

    (@tatertots)


    I am on your current version and everything works flawlessly, kudos. The only issue I am seeing is the wysiwyg editor is broken. visual does not work at all.

    these are the two glaring issues i see with the visual editor:

    (this is being applied inline to the textarea)
    element.style {
    visibility: hidden;
    }

    and then this…

    .js .tmce-active .wp-editor-area {
    color: #000000;
    }

    also, clicking text and then back to visual is throwing an error from the loaded scripts in the admin…

    TypeError: d is undefined

    …s?’ accesskey=”‘+this.access+'”‘:””;return'<input type=”button” id=”‘+e+this.id+…

    Everything else is spot on, looks and works great. Have you seen this issue, as I see you marked it resolved in a previous build? Thanks my friend!

    http://wordpress.org/plugins/easy-modal/

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

    (@danieliser)

    Not specifically this. The other issue marked resolved was an issue with certain themes and the page/post editor. What you seem to be describing would be the modal content editor correct?

    I havent seen any js issues, i have seen a few styling issues. Can you screenshot the glitch?

    Thread Starter tatertots

    (@tatertots)

    This is referring to any wysiwyg editor in the admin. As far as the js error, go into an editor, click text, then try to click back to visual. If you check the console you should see it.

    Thanks!

    Thread Starter tatertots

    (@tatertots)

    HI danieliser,

    Any updates on this, anything else you need from me? Thanks!

    Plugin Author Daniel Iser

    (@danieliser)

    Sorry yes i thought i already replied but i dont see it here.

    I have tested it now on 5 different installs with varying amounts of plugins. I have not seen a console error on any of these even after switching back and forth many times between tabs.

    It will most likely be either a conflict between 2 plugins or a plugin and theme.

    As i dont know what you have going i cant troubleshoot much more than that.

    If you would like to email me at danieliser @ wizardinternetsolutions.com with a temporary admin account i would be glad to help find the problem and if need be fix it.

    Thread Starter tatertots

    (@tatertots)

    You are set up to take a peek. please be careful 🙂

    Plugin Author Daniel Iser

    (@danieliser)

    Ok i left everything the way i found it. It is definately a conflict between your theme and Easy Modal.

    I have a feeling it has to do with the fact I hook into the styles dropdown to give you the ability to easily add modals via the editor.
    And because your theme doesnt use the standard editor this somehow causes interference. Or it may be due to the options panels not being called using default wp functionality.

    I will test this really quickly on there now by disabling that function of the plugin.

    If that doesnt work it will most likely require me getting in touch with the themes developers and finding a fix.

    Plugin Author Daniel Iser

    (@danieliser)

    Yep as i expected. That worked. I commented out the lines that adds modals to the editor.

    You can add them manually still via classes etc but it will require a custom modification to fit your specific themes editor to get those other functions back up.

    Thread Starter tatertots

    (@tatertots)

    I was not using that feature, so this still works well for me. Thanks so much for the assistance!

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem. Glad i was able to help. If you have a sec please rate & review the plugin at http://wordpress.org/support/view/plugin-reviews/easy-modal.

    PS Delete that admin account.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘WYSIWYG Broken’ is closed to new replies.