Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #392808

    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!

    #393223

    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

    #393289

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘entry_with_sidebar dimensions won't take’ is closed to new replies.