WordPress “Add Media” button not working on 3.5 Fix

Though we have upgraded many sites to 3.5, this is the first time we have run into the problem of the “Add Media” button not working. When you click on it, nothing happens at all. But, don’t worry because there is a fix and it is very simple.

You need to open your “wp-config.php” file in the root of your WordPress Install. You can do this with an FTP program or a file manager from your hosting company.

Search for this line — it was near the bottom for us on the site we had an issue with.

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);

And just before it add this code:

define(‘CONCATENATE_SCRIPTS’, false );

So the final version now looks like:

/** Sets up WordPress vars and included files. */
define(‘CONCATENATE_SCRIPTS’, false );
require_once(ABSPATH . ‘wp-settings.php’);

Now your “Add Media” button should be working again.

Adding An Animated Icon To Genesis Responsive Menu

By Dave Fogel | June 23, 2015

In this tutorial, we are going to be adding an animated icon and a responsive menu to the genesis starter theme from combining two different sources. For the responsive menu, we are going to be using the Genesis Responsive Menu 2.0 created by Ozzy Rodriguez.  The full tutorial is located here. You can download the…

What Does Your Website Say About Your Business

By Dave Fogel | May 29, 2015

OK, let’s get this out of the way first – I might be a little biased since I build websites in St. Augustine and Jacksonville for a living. Now that that is out of the way let’s talk about websites. For me, a website is a reflection of your business, just like your storefront or…

Advantages of working with a St. Augustine Web Designer

By Dave Fogel | May 22, 2015

Yes, I realize you can work with anyone all over the world when it comes to finding someone to build your website.  Some people really like the idea of working with someone from India, mainly because they get their website for a fraction of what it costs to use someone in the USA. But when…

Posted in

Dave Fogel

Leave a Comment