Hi staff
in this page http://www.contemporarymilano.com/portfolio_entries/analisi-emissioni/ how can i have fixed thumbnails height of the portfolio items like in this page http://www.contemporarymilano.com/prodotti/ ?
Tks
Alberto
Hi staff
in this page http://www.contemporarymilano.com/portfolio_entries/analisi-emissioni/ how can i have fixed thumbnails height of the portfolio items like in this page http://www.contemporarymilano.com/prodotti/ ?
Tks
Alberto
Hey!
Open up wp-content\themes\choices\includes\loop-portfolio.php and replace:
case "3": $grid = 'one_third'; break;
with:
case "3": $grid = 'one_third'; $image_size = 'portfolio_small'; break;
Best regards,
Peter
mhhhh i tried but i still have the same height
i want also have fixed height and fixed width for the thumbnail in home page and in the main products page (http://www.contemporarymilano.com/prodotti/)
should i reupload all images?
there is a way to don't reupload all images?
tks
Hi Alberto,
Make sure you are refreshing your browser 2-3 times after you've made a change. You can also regenerate thumbnails with :http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Devin
You must log in to post.