Forums

[resolved] Editor labels showing as "{#wp..." instead of "Edit Image", e.g. (6 posts)

  1. Cris
    Member
    Posted 5 months ago #

    I noticed one of my WordPress sites is having what appears to be a TinyMCE / Language selection problem. Most of the admin sections' buttons are being properly labeled, except when I'm in a post/page edit. Then, the Format pull-down is full of stuff like this:

    1. advanced.block
    2. advanced.paragraph
    3. advanced.address
    4. etc.

    and the mouse-over titles of other buttons (just the ones in the CORE editor, mind you!) instead of saying "Bold (Ctrl/Alt + Shift + B" says, "advanced.bold_desc" and worst of all, when you try to edit an image that's on the page/post already, you get a TON of gibberish... See linked image.

    I'm a pretty good data-miner, but I'm no programmer. This is beyond my ability to find and fix, without help, so PLEASE, help!

    Thanks in advance.

  2. Cris
    Member
    Posted 3 months ago #

    I seriously cannot be the only person who's ever had this problem...

  3. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    Have you tried:

    - deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    - switching to the Twenty Eleven theme to rule out any theme-specific problems.

    - resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    - re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.

  4. Cris
    Member
    Posted 3 months ago #

    Yes, to all of the above. I feel like this is some kind of language setting failure. Where/how do you set the default language of WordPress?

  5. esmi
    Theme Diva & Forum Moderator
    Posted 3 months ago #

    No - it's a javascript problem. Sounds like a corrupt file to me. Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

  6. Cris
    Member
    Posted 3 months ago #

    That did it, thanks, esmi!

Reply

You must log in to post.

About this Topic