Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Look at the troubleshooting guide for WordPress 3.5-related issues.
Focus on this section;
KNOWN ISSUES
jquery
I read it and non of those things worked. Any other ideas?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which errors does your browser’s console throw?
You did all the options in 7 minutes?
Did you disable your plugins?
Try this, http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors and please post your url.
I focused on the items under KNOWN ISSUES.
I did click the Users, Visual Editor Disable the visual editor when writing. I did get a couple of options, but now the tabs(visual and text) are completely gone.
http://zstrinketsonline.com
deactivating all plugins- did that
switching to the Twenty Eleven theme- did that
manually upgrading – did that
flushing any caching plugins you might be running – did that
still working on the others
So far nothing has worked
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which errors does your browser’s console throw?
I don’t think I have my browser set up to tell me what errors I have. I’m not sure how to do that. I use Safari and sometimes Mozilla
You do have a few html errors with DOCTYPE and maybe an open DIV that should be cleaned up.
http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fzstrinketsonline.com%2f
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
That link Kmessinger provided earlier on,
http://codex.wordpress.org/Using_Your_Browser_to_Diagnose_JavaScript_Errors , provides tutorials on to access your brower’s console. It’s also within the section I mentioned in my first post.
Are the visual and text tabs still gone? Try this. In the dashboard at the new post screen. View source with the browser and see if on line 172 or so you find this.
<div id="wp-content-editor-tools" class="wp-editor-tools hide-if-no-js"><a id="content-html" class="wp-switch-editor switch-html" onclick="switchEditors.switchto(this);">Text</a>
<a id="content-tmce" class="wp-switch-editor switch-tmce" onclick="switchEditors.switchto(this);">Visual</a>
Also add the following line to the wp-config.php file:
define('SCRIPT_DEBUG', true);
these 2 errors popped up in Safari, nothing in Mozilla
http://zstrinketsonline.com/wp-content/plugins/wysiwyg.php?file=widgEditor.cssFailed to load resource: the server responded with a status of 404 (Not Found)
http://zstrinketsonline.com/wp-content/plugins/wysiwyg.php?file=widgEditor.jsFailed to load resource: the server responded with a status of 404 (Not Found)
I do
<div id=”wp-content-editor-tools” class=”wp-editor-tools hide-if-no-js”><div id=”wp-content-media-buttons” class=”wp-media-buttons”><span class=”wp-media-buttons-icon”></span> Add Media</div>
</div>
<div id=”wp-content-editor-container” class=”wp-editor-container”><textarea class=”wp-editor-area” style=”height: 360px” cols=”40″ name=”content” class=”widgEditor” id=”content”></textarea></div>
</div>