Hi there,
how can I change the portfolio main image to square format ONLY on portfolio entry pages? On the rest of my page I always used square preview images for portfolio entries, but the entry itself uses 710×270. This I need to change to 710×710. Any hints?
Thx & regards
Hey bivvo!
I’m not quite sure what you mean. The portfolio single pages let you choose however you want the layout to look. So you can add whatever you want to the them.
Regards,
Devin
Hi,
I choosed the following layout for my blog: http://bit.ly/H6FlES
… how can I make sure, that the post image is cropped to look fine on the blog overview page?
For the portfolio I choosed this layout: http://bit.ly/175r0oN
… the images are shown as squares – what’s perfect for me. But the portfolio post image at the top, when you open one of the portfolios, looks very strange. How can I optimize that?
Thx & regards
Hey!
You can edit functions.php, find this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
Change it to:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>710); // big images for blog and page entries
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael
seems to work – thx a lot!
the hint with the plugin was great, too!