Rotating image does not work for custom image sizes

From examination, it looks like a bug. I can’t think of a good reason it shouldn’t apply those changes. Reported: http://core.trac.wordpress.org/ticket/19889 Patch in that ticket fixes the problem. Also, in response to your other question, you can define IMAGE_EDIT_OVERWRITE to true in the wp-config file to make it not create those oddly named files and … Read more

Large Media Library

I would not do it post by post I would use a plugin so I can manage it more and present them in lightbox or as a gallery. Plus in the future if you want to blog or add news you can always use the posts for that. Nextgen Gallery has been around for some … Read more

How to Add Custom CSS to the Media Thickbox?

In WordPress 3.5, this hook works for me: add_action( ‘print_media_templates’, ‘wpse_75746_print_style_35’ ); function wpse_75746_print_style_35() { ?> <style> .media-modal-content, .media-sidebar { background: #FFF2D4 !important; } </style> <?php } In 3.4.2, this is the one: add_action( ‘admin_print_styles-media-upload-popup’, ‘wpse_75746_print_style_342’ ); function wpse_75746_print_style_342() { ?> <style> #media-upload { background: #FFF2D4 !important; } </style> <?php }

Restore Image Title Text

You can hook into the media_send_to_editor filter and add the title tag to the generated HTML image tag: function wpse_78529_restore_image_title( $html, $id ) { /* retrieve the post object */ $attachment = get_post( $id ); /* if the title attribute is already present, bail early */ if ( strpos( $html, ‘title=” ) ) return $html; … Read more

Errors when uploading images in WP 3.5

This was addressed on the Minimatica website: http://www.onedesigns.com/support/topic/how-to-fix-issues-with-media-uploader-with-minimatica-in-wordpress-3-5 You will need to update your functions.php file as follows: In functions.php find this line (line 225 if you haven’t altered the file): add_action(‘init’, ‘minimatica_register_styles’); and replace it with — add_action(‘wp_enqueue_scripts’, ‘minimatica_register_styles’); AND Then find this line (line 437 if you haven’t altered the file): add_filter( ‘ext2type’, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)