How to have the thumbnail cropping tool working

You can use this function, for example. Change for your needs and put on yours theme function.php file. add_image_size(‘Special’, 545, 365, true); add_image_size(‘Mobile’, 291, 197, true); add_image_size(‘Ipad’, 217, 147, true); add_image_size(‘Block’, 253, 172, true); add_image_size(‘Single’, 602, 358, true); add_image_size(‘Small’, 75, 49, true); add_image_size(‘Block-height’, 253, 245, true); add_image_size(‘Related’, 183, 124, true); add_image_size(‘Big_one’, 393, 266, true); On … Read more

Gallery with thumbnail carousel

I am biased, because I wrote it, but Portfolio Slideshow sounds like exactly what you’re looking for. It’s clean and minimal and integrates with the native WP media tools. The free version includes rows of thumbnails, if you need a carousel, it’s available in the paid upgrade. http://wordpress.org/extend/plugins/portfolio-slideshow Dalton

How to create thumbnails in wordpress with jwplayer

I did worked with the plugin YAPB (also possible with standard WordPress thumbnail but needs bit of code moding) and used this setting in the arrays of JW player. It might be not fully automated but you can control your introduction image. <?php if ($post->image): ?> ‘image’: ‘<?php echo $post->image->getThumbnailHref(array(‘w=400′,’h=276′,’q=95′,’zc=1′,’fltr[]=usm|30|0.5|3′)) ?>’, <?php else: ?> ‘image’: … Read more

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