edgr.sanchez
Forum Replies Created
-
I ended up paying WP Fix It $39 to get rid of this issue for me.
It took them about 15 minutes total.
They came back and told me that they reinstalled WordPress manually.
The issue is completely gone and everything is working perfectly.
What gives? How does one reinstall WordPress manually?
Nope, it’s only breaking on a single site that doesn’t even have a custom functions.php file any more, as I deleted it to test if that was causing the issue.
Here’s what my code look like:
I wasn’t aware that I didn’t have to close the tag at the end of the file……….. I’ll fix that right now on the rest of the function.php child themes.
Oops good catch, I meant to say site-wide. I added the following code to the functions.php file within each child theme.
<?php // Allow SVG image files to be uploaded to media library function cc_mime_types( $mimes ){ $mimes['svg'] = 'image/svg+xml'; return $mimes; } add_filter( 'upload_mimes', 'cc_mime_types' ); ?>Nope. Deleted wp-inlcudes and wp-admin completely then reuploaded from a freshly downloaded copy of WordPress 4.0.1 and still not luck.
Thinking of hiring WP Fix It if I can’t solve the issue. :-/
The SVG filetype shouldn’t have affected this site because I added it within functions.php inside of the child theme directory for the sites that needed it.
Ipstenu,
Thanks for the suggestions. Trying that now.
Nothing really changed that would have affected this one specific site. I enabled support for SVG images network wide, so that I could use them in header logos since PNGs were looking blurry on retina devices.
I’ll look into this to figure out if this could have caused it.
Sites are not limited in how much file upload space they can use.
I’ve just disabled all plugins that were network enabled and plugins enabled for the specific site as well. No luck.
I’ve tried switching to the Twenty Fourteen theme. No luck.
I’ve noticed that when I upload images, even though it gives me that error message and appears to fail, the image is in fact uploaded.
This is what the error looks like on the screen:
The same exact error shows up when creating a new post and when attempting to upload media. Oddly enough it only shows up when viewing the media library as a grid and not as a list.
This is ONLY on this site.
Yeah I guess so… though my goal was to stay away from having a bunch of random plugins for basic functionality.
Forum: Fixing WordPress
In reply to: Add Border to ImageI agree with the others. It is not kind to remove features that were already introduced.