Hi there,
Great theme Propulsion thank you, I love it.
I do need some help re: product image re-sizing. I am currently using the theme and have pages with full width slider and fullsize feature images on these pages, and also the Woocommerce shopping cart working on same site. My aim is the resize the single product image on the product page to portrait shape if possible.
From other forum posts I assume that the Propulsion theme overrides the image size functionality in the Woocommerce Catalog tab settings in WP? Not too sure which of these image sizes mentioned below in this Propulsion function.php file will 'only change the Single Product Image' on the Product Page without affecting any other images that are displayed on other website pages and fullsize slider? -
********************************
//register additional image thumbnail sizes that should be generated when user uploads an image:
$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'=>930, 'crop'=>false); // big images for lightbox and portfolio single entries
$avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>340); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['portfolio'] = array('width'=>450, 'height'=>335); // images for portfolio entries (2,3,4 column)
//dynamic columns
$avia_config['imgSize']['dynamic_1'] = array('width'=>446, 'height'=>151); // images for 2/4 (aka 1/2) dynamic
portfolio columns when using 3 columns
$avia_config['imgSize']['dynamic_2'] = array('width'=>609, 'height'=>210); // images for 2/3 dynamic portfolio
columns
$avia_config['imgSize']['dynamic_3'] = array('width'=>688, 'height'=>151); // images for 3/4 dynamic portfolio
columns
*******************************************
Could you also advise if any other files will need to be altered?
Thank you in advance :)














