• Resolved mikeotgaar

    (@mikeotgaar)


    I just updated to the latest version of Contact Form 7 (v3.2) to find it broke the Ultimate TinyMCE editor in post/page editor. All buttons including WordPress defaults failed to appear, unable to enter or see existing text except in HTML view.
    Anybody else experiencing this problem de-activate CF7 and Ultimate TinyMCE works again…
    This is not a problem with UTMCE but with CF7…
    May also be theme dependent – haven’t checked with other themes yet.

    https://www.ads-software.com/extend/plugins/ultimate-tinymce/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Josh

    (@josh401)

    I’ll take a look at this also.

    Does the plugin include a changelog? Was there anything mentioned about adding a button to the editor? Or any changes within the content editor?

    Thread Starter mikeotgaar

    (@mikeotgaar)

    Changelog info for CF7 v3.2

    Enhanced admin panel. Introduced list table view for contact forms.
    Moved the Contact menu to the upper position (just below the Comments).
    Show alert message when Jetpack contact form is active.
    Introduced Flamingo module.
    Made capabilities more customizable.
    wpcf7_admin_url() is deprecated. Use admin_url() or menu_page_url() instead.
    Changed the default defined value of constants WPCF7_PLUGIN_DIR and WPCF7_PLUGIN_URL.
    The jQuery Form Plugin (jquery.form.js) has been updated to 3.09 and compressed with YUI compressor.
    Translations for Latvian, Swedish, and Czech have been updated.

    Version 3.1.2 works OK with UTMCE!

    Also conflicts reported with NextGen gallery

    Josh – there’s a lot of topics in CF7 support forum opened in the last few days…

    Thread Starter mikeotgaar

    (@mikeotgaar)

    Was there anything mentioned about adding a button to the editor? NO – no buttons for editor
    Or any changes within the content editor? NO. I made no changes to the editor – the plugin simply stopped all the editor buttons and functions from loading for editing post/pages ….
    Definitely a CF7 bug

    Plugin Author Josh

    (@josh401)

    Thanks. I posted over on his thread you started. I’m going to play around with my include files, download his plugin, and see if I can’t fix it from my end.

    Just wanted to add in… I have the same problem.

    I have Contact Form 7 3.2 and when I updated Ultimate TinyMCE the “no-buttons” problem appeared. Deactivating CF7 brought the buttons back.

    Atahualpa 3.7.3 theme if it makes a difference.

    Plugin Author Josh

    (@josh401)

    Okay. Try this:

    Open up wp-content/plugins/ultimate-tinymce/shortcodes-editor-selector/editor_plugin.js.php in a code editor.

    On line #2, Change this:

    require_once('../../../../wp-load.php');

    to this:

    require_once('../../../../wp-admin/admin.php');

    Please report back and see if this corrects the issue.

    Hey Josh!
    Seems to work! Thanks!

    Ken

    Plugin Author Josh

    (@josh401)

    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Ultimate TinyMCE] Compatibility problem with Contact Form 7 v3.2’ is closed to new replies.