WordPress images not cropping properly

It sounds like your problem occurs before the image is cropped/ resized and displayed in the page – the original image is too small. You can require minimum dimensions for uploaded images, see: How to Require a Minimum Image Dimension for Uploading? Then, to resize the uploaded image without cropping it, define the image size … Read more

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

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