Hi..
Im doing this web here: http://www.bibi.is and in the portfolio chapter (verk) i’m having problems with images sizes. I’ve already downloaded the plugin Simple images sizes and tried to change the Portfolio image sizes (and selected regenerate image sizes). Without luck though…! :(
My featured images always get cropped in single portfolio…
What am I doing wrong here?
Like the theme a lot :)
Anna
Hey anokmarg!
Thank you for using the theme!
Do you mind if we take a look at the actual portfolio page? Do you have a sidebar on the single portfolio page? You can change the thumbnail size on functions.php, find this code on line 110:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Adjust the width and height then set the crop parameter to false:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270, 'crop'=>false); // big images for blog and page entries
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael