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?
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…
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