Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #574573

    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?

    #574882

    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

    #575474

    Here is an example:

    #576204

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.