I’ve had some issues with the Image Library / Setting Featured Image / Image management in general since upgrading to WP 3.5
Work around is to disable Minimatica, make changes to images you need with Twenty Ten theme, then switch back to Minimatica
Great theme! Please update to squash this pesky bug, much thanks on slick work.
nf.
referencing another user’s issue with this bug:
http://wordpress.org/support/topic/unable-to-set-feature-image-after-updating-to-35
I would really appreciate this bug being fixed as well. I ran into it tonight and almost pulled my hair out from frustration before I found this post.
Daniel Posted a fix in a WordPress.org Forum Here
http://wordpress.org/support/topic/issues-with-35
His suggestion:
“What you need to do to fix this issue is to open functions.php and find this line:
add_filter( ‘ext2type’, ‘minimatica_mime_types’ );
And replace it with this:
add_filter( ‘ext2type’, ‘minimatica_file_types’ );
That’s it; no other change is necessary.”
I tried it and So far it seems to work perfectly.
Cheers!
I tried the fix mentioned above and it cured a part of my issue. When I open the media library I can now see the images I have already uploaded, but it still gives me an error when I try to upload new images. Any solutions?
Thanks!
Ah, that fixed it. What a relief. Thank you! π
Thank you, Greengriot, seems to work swell!