I recently upgraded to WordPress 3.5 and just noticed that the Add Media button was no longer working with my Posts. This isn’t very cool, so I began to look into how to possibly fix and or work around this one.
First I disabled all my plugins, and still the issue was there.
Trusty Google did help me find some people with similar issues.
It seems that my host and how the javascript files are being delivered could be the culprit in this one.
So if you’re hosting your site with Dreamhost and are running WordPress 3.5 and your Add Media button is no longer working you may want to try the following:
Add
define(‘CONCATENATE_SCRIPTS’, false );
in my wp-config.php file just before
require_once(ABSPATH . ‘wp-settings.php’);
That did the trick for me.
One reply on “WordPress 3.5 Add Media button fix”
Thanks but didn’t work for me.