WordPress 2.62, TinyMCE Visual Editor Working!
I live in hope that one day I’ll figure out why I can’t get the TinyMCE editor working on this blog alone without doing “the fix” each time. All the other blogs work fine and the folder & file permissions are set to what they should be…..I’ve even done a side by side comparison and all the folder settings are identical as well as all the files to make it happen!
After much tedious searching through the forums, I got a fix earlier this year that worked after much previous twiddling of the WordPress files. It’s here:
http://wordpress.org/support/topic/164217/page/3?replies=73 in the posting by user lcf.
This is a slightly more in depth description of how to the edit suggested by azaozz in http://wordpress.org/support/topic/165449?replies=43
The fix is a simple one – I didn’t bother with the zipped php file. Just edit this config file:
[your-site]/wp-includes/js/tinymce/tiny_mce_config.php
Look for:
‘compress’ => true,
Then change it to read:
‘compress’ => false,
The editor (which otherwise works really well ) can be found here on the WordPress Plugin site, and here on the author homepage.
Related posts:
- TinyMCE Advanced Installed
- Ironic innit! After all the trouble I had getting TinyMCE to work on WordPress 2.51 after the website moves, the...
- WordPress Stats Problem – fixed
- I’ve kept up with all the upgrades etc for WordPress and all the add-ons I use. But two days ago...
- Blank Pages Trouble with new WordPress install
- Not only have I had a bit of trouble moving to a new IP address – but this post is...
- WordPress 2.3 Upgrade successful
- I used the WordPress Automatic Upgrade plugin to do the update and upgrade. Everything appears to be working fine on...
- WordPress Upgraded
- I’ve recently upgraded to the 2.6 edition. All worked except the Tiny MCE plugin problem I’ve had previously. I applied...