Journeyfilms.mbtdesigns.com/shop
I need to switch the images from landscape to portrait so that the dvd covers can be more promenant.
Where do i need to change the size? function.php? css? wooconfig?
Journeyfilms.mbtdesigns.com/shop
I need to switch the images from landscape to portrait so that the dvd covers can be more promenant.
Where do i need to change the size? function.php? css? wooconfig?
Hi!
You can change the size in config-woocommerce/config.php:
$avia_config['imgSize']['shop_thumbnail'] = array('width'=>80, 'height'=>80);
$avia_config['imgSize']['shop_catalog'] = array('width'=>450, 'height'=>355);
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>355);
Best regards,
Peter
Hi Dude, I'm looking for the same solution, i did what you said before but i still having the problem. My URL is http://www.sillaya.com, as you can see, at home an shop the thumbnail still having the horizontal shape.
Thank you for your help.
Hello,
You need to reupload the images for this to work.
Regards,
Ismael
Thank You, I already did, also i used the AJAX Thumbnail Rebuild plugin, but the thumb still the same. Any ideas?
Hello,
Let me tag other support staff to better help you out.
Regards,
Ismael
Hi dmaldonado,
I'm not sure about the AJAX plugin so could you try reprocessing your images with http://wordpress.org/extend/plugins/regenerate-thumbnails/
Also make sure that you don't have any kind of caching plugin running that would cause you to be viewing a pregenerated site that does not have the most recent changes. Double check as well that you've uploaded the changed config.php file and that the changes you made are in the file currently being used on the site.
Regards,
Devin
I see that dmaldonado's website now has portrait photos. It would be nice to know if t heexplanation here sorted out everything or if he had to do a step or two more. Journeyfilms.mbtdesigns.com/shop also has the image dimensions that he wanted
Tim
Actually this was a manual work, which I did initially was to change the code in config-woocommerce/config.php to be in portrait mode.
None of the plugins to generate the thumbnails, did what he needed, then what ended up doing was copying the image and resizing in photoshop. Not the best solution, but for now is what I need.
Hi!
Thanks dmaldonado for the clarification.
Best regards,
Peter
You must log in to post.