• My visual editor in wordpress will not work. I can’t even go to the tab, and there is no options for fonts/kitchen sink etc… I have tried many different things from:
    -re-adding wp-includes and wp-admin
    -clearing browser cache/cookies
    -reinstalling wordpress(automatically)
    -disabling all plugins
    -changing to a default theme
    -adding the concatenate script to wp-config.

    I am at a loss and am kind of dissapointed because I have just wanted to start posting to my site but I can’t due to this issue.

Viewing 15 replies - 1 through 15 (of 30 total)
  • Thread Starter insouciant

    (@insouciant)

    View post on imgur.com

    This is a visual of what I see when I look at the visual/text editor and what the console says. It says tinymce not defined becasue I have the plugin deactivated ATM.

    Moderator James Huff

    (@macmanx)

    Try adding define('CONCATENATE_SCRIPTS', false); to your wp-config.php file just below the define('DB_HOST' line.

    To do so, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and edit the file with a plain text editor.

    https://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_Javascript_Concatenation

    Thread Starter insouciant

    (@insouciant)

    View post on imgur.com

    I have already done that thanks though. It didn’t make a difference.

    Moderator James Huff

    (@macmanx)

    Ok, this time try downloading WordPress again, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and delete then replace your copies of everything on the server except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings.

    Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.

    Thread Starter insouciant

    (@insouciant)

    I made a backup just to be safe, and then I deleted everything but wp-content and wp-config, re-uploaded all but wp-content from a new 4.5.3 wordpress download and I then reloaded my wordpress dashboard and nothing changed.

    Moderator James Huff

    (@macmanx)

    And you can confirm that you still see the same issue with absolutely no plugins activated and the Twenty Sixteen theme enabled?

    Thread Starter insouciant

    (@insouciant)

    Yes, I have the Twenty Sixteen theme active and 9/9 inactive plugins.

    Thread Starter insouciant

    (@insouciant)

    Is there a way to completely reinstall wordpress while saving my site content?

    Moderator James Huff

    (@macmanx)

    That’s what you already tried two replies ago. Let’s see if it’s your browser or not now.

    First, please make sure that your browser is up to date by visiting https://whatbrowser.org/

    If it is not, please try updating your browser or switching to a different browser.

    If it is, please do these two things:

    1. Try clearing your browser’s cache and cookies.

    2. Try with all browser extensions or add-ons temporarily disabled.

    Please let us know how each step goes for you, and which browser (and version of) you’re using if you’re still having trouble.

    Thread Starter insouciant

    (@insouciant)

    It says that I am using Chrome 52 and currently up to date.

    After doing step 1, clearing all cachce and cookies nothing changed,

    after doing step 2, disabling my 2 extensions, I cleared cookies and cache and the only thing that happened was it wouldn’t let me sign in for a few attempts saying I had cookies disabled. But it then let me in.

    Thread Starter insouciant

    (@insouciant)

    Also I tried using Firefox instead of Chrome and nothing happened.

    Moderator James Huff

    (@macmanx)

    And still the same problem with all add-ons disabled?

    Thread Starter insouciant

    (@insouciant)

    Yes, All add-ons, plugins and non-default themes are disabled in wordpress and all extensions are disabled in chrome and chrome is up to date. I also still have the (‘CONCATENATE_SCRIPTS’, false); in wp-config.

    Moderator James Huff

    (@macmanx)

    Ok, you’re going to have do some digging on the server’s side then, make sure that all directories (like /wp-includes/) are set to 755, and all files (like /wp-includes/load.php) are set to 644.

    https://codex.ww.wp.xz.cn/Changing_File_Permissions

    Thread Starter insouciant

    (@insouciant)

    The post that you linked specified more towards checking the index.php and css files, all the core folders are at 755 and as far as I could see, the main files were all 644. Am I supposed to check every file?

Viewing 15 replies - 1 through 15 (of 30 total)

The topic ‘Visual editor not working’ is closed to new replies.