Hello.
This seems like an ongoing support topic for you guys and I'm just adding to it. I have searched the forums and tried everything but no luck.
WordPress Version.: 3.3.1
Theme: Propulsion
Issues:
01: Thumbnail image is cropped where it does not show the full image inside the box. ( I did change the size 450x400 to fit the image but originally it would not fit in the box.
Ex.: http://avenirtechnologies.co/wordpress/?page_id=150
02: When viewing the post the image is at a very large scale.
Ex.: http://avenirtechnologies.co/wordpress/?portfolio=mcemax
Note: When I use the plugin to regenerate the thumbnails it states (WordPress 3.1+ only). This should not be a problem as I have WordPress 3.3.1.
Steps taken:
01 As suggested in other posts I changed the dimensions in functions.php and regenerated the thumbnails.
02 Tried multiple varations of changing height/width as well as true/false for cropping however no changes were made.
The following is the current code I have in functions.php:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36 );
// small preview pics eg sidebar news$avia_config['imgSize']['post-format-image'] = array('width'=>630, 'height'=>999, 'crop'=>false);
// big images for post format image and gallery posts$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>300, 'crop'=>false);
// big images for lightbox and portfolio single entries$avia_config['imgSize']['featured'] = array('width'=>400, 'height'=>200, 'crop'=>false);
// images for fullsize pages and fullsize slider$avia_config['imgSize']['portfolio'] = array('width'=>450, 'height'=>400, 'crop'=>false);
// images for portfolio entries (2,3,4 column)
Thanks for all the help!














