I updated my theme today and I have custom sizes for ‘entry_with_sidebar’ and ‘entry_without_sidebar’.
I made the changes to the functions.php file:
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>563); // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1030, ‘height’=>687 ); // images for fullsize pages and fullsize slider
The ‘entry_without_sidebar’ is showing correctly, but the ‘entry_with_sidebar’ is still coming out at 321px high:
http://www.mitchster.com/minneapolis-daily-photo-blog/
I’ve been trying different things all day and am at my wits’ end! Please help!
Hey mithster!
Try deleting the image and upload it again or use this plugin, https://wordpress.org/plugins/regenerate-thumbnails/, to regenerate the thumbnails.
Regards,
Elliott
Elliott –
I didn’t think I had to regenerate the thumbnails, I had just updated the theme. I’m running the regenerate thumbnails plugin and it’s working!
Thanks!
– Mitch