• Hi
    When i try to edit a post the visual editor doesn’t appear.
    It only appears the HTML code in white letters (white background also).
    All the buttons on the right won’t work neither (status, visibility, etc)

    I’ve tried adding manually an <p>HELLO</p> to the code and update and it seems to work, but the visual editor doesn’t show up and the letters are all white on white backgruond so it’s impossible to edit like that.

    Things that i’ve already tried

    – Tried editing on different computers
    – Disabling all plugins
    – Installed and activated “Use Google Libraries” Plugin
    – Added to wp-config.php

    define(‘WP_DEBUG’, false);
    define(‘SCRIPT_DEBUG’, true);
    define(‘CONCATENATE_SCRIPTS’, false);

    – Clearing cache on all the browsers (chrome and firefox)

    When i create a new post it works like a charm, but when i edit posts the problem shows up

    any ideas?

Viewing 6 replies - 16 through 21 (of 21 total)
  • Have you tried using another browser? Or another computer?

    Thread Starter mola

    (@mola)

    already tried different browsers and different computers

    i just noticed that the problem seems to be in post.php
    when i load post-new.php everything works, but when i load post.php (the one that WP uses for editing posts) nothing works.
    checked the source code of post.php to see any abnormality and the admin-footer isn’t there

    i can’t seem to find any solution yet

    Have you tried installing WordPress on a different server?

    Thread Starter mola

    (@mola)

    i don’t have another server
    besides i need it on that server

    if it’s a server issue i can tweak anything because it’s a private server

    What about a local install?

    @mola, did you get your problem resolved? I did, I had a corrupt image in my media library, it was showing in the media list without a preview image.

    All I had to do was delete it (apparently, this can take 2-3 attempts).

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Visual editor and buttons not working when editing posts’ is closed to new replies.