WordPress visual editor not showing

advertisement

wordpressJust installed a WordPress for a friend but the visual editor is not showing up. I encounter wordpress’s visual editor not showing many times and this problem only happen on WordPress 2.8 and above with fresh install. After reading the WordPress documentation and figure out, just a line of code and you will be able to fix this broken visual editor in wordpress.

To fix WordPress visual editor not showing, follow the steps below:-

  • FTP to your web server
  • Download your wp-config.php and add this line of code at the bottom of the file before the “require_once” line.
    define('CONCATENATE_SCRIPTS', false );
    

    (*remember to backup the original wp-config.php)

  • Once done, upload the wp-config.php to your web server again. Now refresh your wordpress page and you should see the Visual Editor now.





Related Post

  • No Related Post

45 Responses to “WordPress visual editor not showing”

  1. Let Your Millionaire Out says:

    Thanks so much for this…saved me some serious aggravation!

    Much appreciated!

  2. Harry says:

    If this happened only in Firefox, try this:
    In Firefox address bar type:

    about:config

    Filter the results with:

    “general.useragent”

    Any fields that are BOLD need to be RESET. RIGHT CLICK and RESET each BOLD field.

    Good luck!

  3. Anas says:

    Solution :
    Step 1 : Change the theme
    Step 2 : Clear the cache
    Step 3 : Go to your editor
    Step 4 : Change to ‘HTML’
    Step 5 : Change to ” Visual Editor’
    Step 6 : Now you can find the Visual Editor Options
    Step 7 : Change to your original theme

    If Problem Persists, Add ‘ WP-Super Edit / Use Google Library ‘ Plugins, then check it. :)

  4. Markus says:

    Damn dude, you made my day with this, awesomeness!

  5. dado Motta says:

    YES!
    Many, many many thanks!
    Worked for me!

  6. Scorziello says:

    worked great. thnx

  7. Juergen says:

    So many thanks! The only way i found that really works!! :) )

  8. cycy says:

    you save my website bro’

  9. Noel says:

    Thanks for that – problem solved!

    I’m using v2.9.1 and have just had to move my install of WP from a WAMP server to a Linux one, then noticed that the visual editor wasn’t appearing. Did a quick search on (screw)roogle for this problem and 15 million results were returned :)

  10. Sisada says:

    Thanks bro, you are awesome…
    This tips really works on one of my domain :)

  11. RobMoff says:

    Thank you! This has been driving me nuts.

  12. Dion says:

    Totally agree with AJ Kohn. All other advices are similar: “deactivate your plugins and re-install WordPress” And none of that works. You should probably put this fix on the wordpress forum. It’ll help many.

  13. chua says:

    hi Mark, the wp-config.php is not in your theme folder.
    normally this file is located at /home/urname/public_html/wp-config.php
    depending on where you install your wordpress.

  14. Mark says:

    I don’t seem to have a wp-config.php Am I an idiot and looking in the wrong place or does my theme use something else? help!

  15. chua says:

    Rich, try to logout and clear your browser Cache then login again.
    Double check if your profile use visual editor.
    If this continues, u probably need to reinstall your wordpress …

Leave a Reply