I have struggled with a single problem with the Enfold theme over and over. The post feature photos get cropped in the most awkward ways. I’ve tried the recommended plug in that sometimes works and then stops working with the next Enfold updated.
This is a simple and basic request – I need my post photos to resize, not crop. Can some one help?
Hi productid!
Send us a link to your page so we can get a better idea of what layouts your using, etc.
Best regards,
Elliott
Here is an example:
Hey!
Around line 127 in the /enfold/functions.php file you should see this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
Try changing it to this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false); // big images for blog and page entries
And then regenerate your thumbnails using this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
Elliott