I would try rebooting your computer and trying a different browser.
THe visual editor not working is usually because there’s a javascript error somewhere. The most likely scenario is from a plugin or a theme.
Nope. Like I said before, I have deactivated all the plugins and switched themes several times with no luck. I have used different computers and different browsers. I had no problems with this before the upgrade. According to my search results, this problem is widespread.
Try putting this in your wp-config.php (above ‘stop editing here’)
define('CONCATENATE_SCRIPTS', false);
somegirlwitha.com, I’m having a hard time finding that in my code. These are my php categories:
Archives
(archive.php)
Attachment Template
(attachment.php)
Author Template
(author.php)
Category Template
(category.php)
Comments
(comments.php)
Footer
(footer.php)
Theme Functions
(functions.php)
Header
(header.php)
Main Index Template
(index.php)
loop.php
One column, no sidebar Page Template
(onecolumn-page.php)
Page Template
(page.php)
Search Results
(search.php)
Search Form
(searchform.php)
sidebar-footer.php
Sidebar
(sidebar.php)
Single Post
(single.php)
Tag Template
(tag.php)
Styles
Stylesheet
(style.css)
Visual Editor Stylesheet
(editor-style.css)
You can use ftp to get to that file. Use notepad or an html editor to make the change.