TinyMCE Advanced
This plugin adds 16 plugins to TinyMCE, WordPress’ wysiwyg editor: Advanced hr, Advanced Image, Advanced Link, Context Menu, Emotions (Smilies), Full Screen, IESpell, Layer, Media, Nonbreaking, Print, Search and Replace, Style, Table, Visual Characters and XHTML Extras. Together these plugins can add over 40 new buttons to the toolbar, which is now two rows plus one hidden row. Some of the new features added by this plugin are:
- Font size and font family selection.
- Support for making and editing tables.
- Advanced list and image dialogs that offer a lot of options.
- Search and Replace.
- Support for XHTML specific tags and for (div based) layers.
- Support for adding and editing inline css styles to any element.
Translations
The plugin’s interface in only in English, but the TinyMCE plugins include several translations: French, German, Spanish, Italian, Portuguese, Russian, Japanese and Chinese. Additional translations can be downloaded from TinyMCE’s site. Each language file has to be added to the corresponding directory of each of the TinyMCE plugins in tinymce-advanced/mce. For example to add another language file for the “advlink” plugin, the file has to be in tinymce-advanced/mce/advlink/langs. For the “table” plugin, the file has to go to tinymce-advanced/mce/table/langs, etc. Note that these files would have to be (manually) updated after each update of the plugin.
Download
The latest stable version of TinyMCE Advanced.
All previous versions are available here as well as the development version (all bug-fixes and new features would be there first).
Screenshots
Manual Installation (for version 2.0 and newer)
- Download.
- Unzip.
- Upload the “tinymce-advanced” folder to the WordPress’ plugins directory at “wp-content/plugins”. Make sure all of the plugin’s files are directly in that folder (not in a nested folder inside it).
- Activate the plugin.
- Set your preferences at “Settings -> TinyMCE Advanced” or “Manage -> TinyMCE Advanced” for WordPress 2.6 and older.
- Try your new and improved wysiwyg editor (after clearing your browser’s cache).
Upgrading from version 2.0+
- Deactivate the old version.
- Delete the “tinymce-advanced” folder from WordPress’ plugins directory.
- Follow the above steps to install the new version.
Upgrading from version 1.0 or 1.0.1
This version of TinyMCE Advanced is self-contained. It does not require separate installation of TinyMCE plugins. If you have one of the (very old) versions 1.0 or 1.0.1 installed, please follow these steps:
- Deactivat the old TinyMCE Advanced.
- Backup the TinyMCE plugins folder, located at wp-includes/js/tinymce/plugins.
- Delete the following TinyMCE plugins that were added when installing the previous version (delete the directories with these names from wp-includes/js/tinymce/plugins):
• advhr
• contextmenu
• print
• visualchars
• advimage
• advlink
• table
• xhtmlxtras
• nonbreaking
• layer
• searchreplace
• fullscreen - After deleting the above plugins, you should have the 7 default plugins that came with WordPress: autosave, directionality, inlinepopups, paste, spellchecker, wordpress, wphelp. Or if you prefer, delete the whole tinymce plugins directory (wp-includes/js/tinymce/plugins) and upload a fresh copy from the WordPress installation package.
- Delete the tinymce-advanced folder from WordPress plugins directory (wp-includes/plugins).
- Follow the installation instructions above to install the new version.
Frequently Asked Questions
- On the admin page: cannot sort the TinyMCE buttons, they are not moving, toolbars are empty, other errors on the page…
This is usually caused by another plugin adding incompatible JavaScript library to all pages instead only where needed. The workaround is to try and find which plugin is doing that, then disable it temporarily until all TinyMCE buttons are arranged.
If that’s not the case try some general Javascript troubleshooting: clear the cache, try another browser, try another computer if possible, delete and re-upload all of the plugin’s files, and finally install Firefox with Firebug or Opera, note the first js error (important) and post it below or search the Internet to see what’s causing it.
- Arranged the buttons and saved them but nothing is changed in the visual editor on the Write page.
Click on the “Uninstall” button (next to the Save button) and then on “Continue”. Then deactivate and activate the plugin again. This will reset all settings stored in the database. Also be sure to force-refresh (with Ctrl/Shift) your browser couple of times on both the plugin’s admin page and on the Write page.
- Some buttons are missing from TinyMCE’s menus, or no toolbar(s) appear at all, or TinyMCE behaves strange after installing the plugin.
Almost all of these problems are caused by the browser’s cache, or network cache. Clear your browser’s cache, quit the browser, then start it and try again. If the problem persists, try reloading the page while holding down Ctrl (in IE) or Shift (in Firefox) to make the browser reload the page from the server. This can also be caused by a network cache somewhere between you and your web host. Just wait for a few hours for it to expire.
- I don’t see any styles being imported in the “Styles” drop-down menu.
These styles (just the classes) are imported from your current theme’s editor-style.css file. However some themes don’t include that file. For this case follow the instructions on TinyMCE Avdanced’s settings page to add your own editor-style.css file to your theme. When defining the styles there keep in mind that TinyMCE would import only class names:
.my_class{}.my_other_class{}
- I’ve just installed this plugin, but it doesn’t do anything.
Log out of WordPress, clear your browser’s cache, quit and restart the browser and try again. If that does not work, there may be a caching proxy or network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.
- When I add “Smilies”, they do not show in the editor.
The “Emotions” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post/Page. Make sure the checkbox “Convert emoticons to graphics on display” in “Options -> Writing” is checked.
- The plugin doesn’t add any buttons and the “Visual” and “HTML” tabs are missing.
Make sure the “Disable the visual editor when writing” checkbox under “Users->Your Profile” is unchecked.
I found comments that are around the problem I have, but I can’t get to read the full comment. Nothing to click on – nothing to tell me if any of the questions were answered or not. Very strange. Useless search results! (Unless the answer is in the bit of the comment in the results.)
Hy, i want create a custom list but, i don’t know to do it.
Example:
name1 This is sample1
name2 This is sample2
name3 This is sample3
where name1, name2, name3 are text of custom list (..)
Thanks
Hi,
I’m unable to get the visual editor working, I noted that you said install firefox, is IE ok to test? Below is what I get on IE console:
SCRIPT5007: Unable to get value of the property ‘split’: object is null or undefined
wp-tinymce.php?c=1&ver=358-23224, line 32 character 365
SCRIPT5007: Unable to get value of the property ‘add’: object is null or undefined
post-new.php, line 1124 character 5
on Google crome:
Uncaught TypeError: Cannot call method ‘split’ of undefined wp-tinymce.php:32
Uncaught TypeError: Cannot call method ‘add’ of undefined post-new.php:1124
Appreciate any help on what to do with this error.
hello, thank you for your plugin, it works at my site.
I use your plugin to create a table at my site.
However, for some odd reason, I cannot make the table to be centered-vertical alignment. Do you have any advise?
Regards,
Aji
After updating php I’m getting this error:
Warning: Illegal string offset ‘wordpress_adv_hidden’ in /home/timsstud/public_html/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 192
Any help with this?
Hi
Font size and Font family are not working properly , when I click Bold , background color ,Text color -the font size change from 36pt to 8pt .!!!
Hi
Font size and Font family are not working pobarly , when I click Bold , background color ,Text color -the font size change from 36pt to 8pt .!!!
Hello,
Running into an interesting situation with the plugin… We have 4 admins on a multisite WordPress install… 3 of the admins have the TinyMCE toolbar appearing within the editor… However, the 1 admin does not… I’ve checked the settings for this user and they are identical to the others… Any idea what might be causing this one admin not to see this, while the others can?
Settings:
• UNCHECKED Disable the visual editor when writing
• Administrator Role
Any help would be greatly appreciated.
I am currently trying to add styles to the “Styles” dropdown via the editor-styles.css in my theme. It’s just not working this way, folks! When using Firefox, it seems to use some cached status, that is it shows just the first style I ever added – and keeps doing so, even when I deactivate the “import editor-style.css” checkbox, save, then activate it again, save again. Chrome is doing a lot better. It imports the added styles – only they disappear once you have updated a page/post and won’t come back until you shut down Chrome and restart. I didn’t try with Opera, Safari and IE yet, just discovered that IE seems to do the fresh import, too.
I myself could arrange with this, now knowing about the issues and worarounds – but I have to present this to customers who are not as used to editing HTML/JS/PHP as I am – who this might be a bit too complicated to explain to…
I would very much appreciate it, if you guys would take a look on this and fix it. Thank you very much – also for your otherwise great plugin!
Are you willing to translate Advanced TinyMCE to Arabic, if so please contact me.