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

    (@josh401)

    Some of the plugins added to Ultimate Tinymce are developed by third parties. Most of these plugins do not have updated language files.

    You would need to manually set up your own language files to use it in German.

    I can help you by showing you what file you which file you need to edit. If you’re wanting to manually translate it.

    Plugin Author Josh

    (@josh401)

    I was just thinking…

    What’s happening? Is the plugin not functioning… or is it just not displaying in your language?

    Thread Starter Darth Sonic

    (@darth-sonic)

    Plugin is working for posts/pages but not for custom page types. On custom page type it is not displaying tinymce and java script console throws out errors about the missing language files (all de.js) so I think this could be the problem.

    Also the editor within custom page types is displaying visual text editor content with foreground color same as backgroud color, so it is impossible to edit without switching to html view.

    I will check this later by creating german language files.

    Plugin Author Josh

    (@josh401)

    That sounds like it’s a javascript issue. I’m not sure if a missing language file would cause the editor to “break” like that.

    It’s usually because there is a javascript conflict (like a function not written in no-conflict mode), or it’s because two wp_editor instances are calling using the same ID.

    Are you using another plugin which modifies or enhances your custom post type? I might also try deactivating all my other plugins… and see if Ultimate Tinymce works with just your theme. This would let you know if it’s a plugin conflict.

    Thread Starter Darth Sonic

    (@darth-sonic)

    I am using Types plugin: http://wordpress.org/extend/plugins/types/

    My theme is commercial theme that is not downloadable for free.

    Plugin Author Josh

    (@josh401)

    I think you can also download language packs for some of the plugins from moxiecode.

    It won’t have them all, as some are custom… but it should have a bunch of them…

    http://www.tinymce.com/i18n/index.php?ctrl=lang&act=download&pr_id=1

    Thread Starter Darth Sonic

    (@darth-sonic)

    Meanwhile I found out that setting my blog language to en_EN (from de_DE) fixes visual editor. But I do not know exactly why…

    Plugin Author Josh

    (@josh401)

    This sounds very strange.

    How does your custom page type use it’s textarea for entering data? Do they use the wp_editor function?

    Thread Starter Darth Sonic

    (@darth-sonic)

    Where can I find this function?

    edit-form-advanced.php:
    <?php wp_editor($post->post_content, ‘content’, array(‘dfw’ => true, ‘tabindex’ => 1) ); ?>

    Plugin Author Josh

    (@josh401)

    Make a backup, then try this in place of the code above:

    <?php wp_editor($post->post_content, 'content'); ?>

    Just to see what happens…

    Thread Starter Darth Sonic

    (@darth-sonic)

    Did not change anything 🙁

    Plugin Author Josh

    (@josh401)

    Okay… would you mind giving me temporary access to the backend of your website? I need to take a look for myself at what you are talking about.

    If you don’t mind… you can send the login info securely using my contact form:
    http://joshlobe.com/contact-me/

    If you would rather not (which I can understand), then you’ll have to let me do some more digging and see what I can think of.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Ultimate TinyMCE] Missing language files?’ is closed to new replies.