Support » Fixing WordPress » Visual Editor Tab not working at all

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hard to help without a live url.

    Thread Starter Emmageddon

    (@emmageddon)

    Hard to give a URL for the site due to the nature of the client. Please believe me not trying to be unhelpful. But as I have stated also I am not the only one – I have highlighted a number of people also experiencing the issue – different sites, which will have different themes, different plugins and all experiencing same issue which has occurred over the past 48 hours.

    BTW, no other member who raised the issue in the threads I highlighted gave their website either. Honestly I’m not trying to be awkward – client is sensitive.

    WP 4.5 has been downloaded 25,000,000 times and most likely all those were auto upgraded. If there were a common problem we would have thousands of posts.

    Those others you reference have their site as a link to their user name or will be asked just as you have. Ok, open the site, in Chrome press F12 and at the top of the box that opens make sure Console is underlined. Go to the dashboard. Do you see any javascript errors? Go to Users/your profile and make sure “Disable the visual editor when writing.” is not checked.

    Thread Starter Emmageddon

    (@emmageddon)

    Third attempt at trying this answer due to the server bugging out when I post.

    I have the latest version. It is on Auto Update. Although the issue is not being noted by “thousands” I think there are enough posts from such a short period that it must make WP wonder if there is something going on.

    I understand about the site link – my client is a known name and brand – protecting their ID simply.

    Here is the code I get on Safari Developer Error Log (website url removed)

    [Error] Did not parse stylesheet at 'wp-includes/js/thickbox/thickbox.css?ver=5ecf535107a9901963e70ac6f871e4e4' because non CSS MIME types are not allowed in strict mode.
    [Error] Did not parse stylesheet at 'wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.18.1' because non CSS MIME types are not allowed in strict mode.
    [Error] Did not parse stylesheet at 'wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5ecf535107a9901963e70ac6f871e4e4' because non CSS MIME types are not allowed in strict mode.
    [Error] Did not parse stylesheet at 'wp-includes/js/imgareaselect/imgareaselect.css?ver=0.9.8' because non CSS MIME types are not allowed in strict mode.
    [Error] Did not parse stylesheet at 'wp-includes/js/tinymce/skins/lightgray/skin.min.css?wp-mce-4310-20160418' because non CSS MIME types are not allowed in strict mode.
    	k (theme.min.js:1:7713)
    	renderUI (theme.min.js:1:9870)
    	init (tinymce.min.js:11:7797)
    	(anonymous function) (tinymce.min.js:11:5444)
    	(anonymous function) (tinymce.min.js:4:10760)
    	n (tinymce.min.js:3:1079)
    	p (tinymce.min.js:4:10734)
    	(anonymous function) (tinymce.min.js:4:10720)
    	i (tinymce.min.js:4:9746)
    [Error] Did not parse stylesheet at 'wp-includes/js/tinymce/skins/lightgray/content.min.css?wp-mce-4310-20160418' because non CSS MIME types are not allowed in strict mode.
    	initContentBody (tinymce.min.js:11:10593)
    	init (tinymce.min.js:11:10392)
    	(anonymous function) (tinymce.min.js:11:5444)
    	(anonymous function) (tinymce.min.js:4:10760)
    	n (tinymce.min.js:3:1079)
    	p (tinymce.min.js:4:10734)
    	(anonymous function) (tinymce.min.js:4:10720)
    	i (tinymce.min.js:4:9746)
    [Error] Did not parse stylesheet at 'wp-includes/js/tinymce/skins/wordpress/wp-content.css?ver=4.5.2&wp-mce-4310-20160418' because non CSS MIME types are not allowed in strict mode.
    	initContentBody (tinymce.min.js:11:10593)
    	init (tinymce.min.js:11:10392)
    	(anonymous function) (tinymce.min.js:11:5444)
    	(anonymous function) (tinymce.min.js:4:10760)
    	n (tinymce.min.js:3:1079)
    	p (tinymce.min.js:4:10734)
    	(anonymous function) (tinymce.min.js:4:10720)
    	i (tinymce.min.js:4:9746)

    I’ve also checked my profile and no ” “Disable the visual editor when writing.” is not checked.”

    Using ftp, your hosts file manager or other system you might have delete wp/includes/js. From a fresh copy of WordPress extract and upload wp-includes/js to replace the directory you deleted. Make sure to delete not copy over.

    I read all of the error.

    Did not parse stylesheet at 'wp-includes/js/tinymce/skins/wordpress/wp-content.css?ver=4.5.2&wp-mce-4310-20160418' because non CSS MIME types are not allowed in strict mode.
    	initContentBody (tinymce.min.js:11:10593)

    Try adding this to the htaccess file after # END WordPress

    AddType text/css css
    AddType text/css .css

    Thread Starter Emmageddon

    (@emmageddon)

    Hi Kmessenger

    Sorry for the late reply – in UK, so had finished for day when your reply came through.

    Thank you for the help BTW, it is appreciated.

    I can assure you I have not deleted any files myself from the back end of the site. A part of me is wondering if a recent plugin has done this. I use WP Canvas Shortcakes. And in their changelog of Version 1.86, it says (https://wordpress.org/plugins/wc-shortcodes/changelog/):

    “removed unused file
    updated post js”

    I’m wondering a little if it is possible they did something.

    I’m going to try and do the HT access change as mentioned by yourself – just found another issue – the accountant for my client merged two back-end accounts and has locked me out of the FTP and File Manager (it never rains but it pours).

    I’m not going to put this to resolved until I can get that access and check both suggestions. I will get back to you when I know more.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Visual Editor Tab not working at all’ is closed to new replies.