I’ve changed the code in functions.php for ‘featured-medium’ as follows:
// Add Attitude custom image sizes
add_image_size( 'featured', 670, 300, true );
add_image_size( 'featured-medium', 230, 355, true );
add_image_size( 'slider-narrow', 1038, 460, true ); // used on Featured Slider on Homepage Header for narrow layout
add_image_size( 'slider-wide', 1400, 460, true ); // used on Featured Slider on Homepage Header for wide layout
add_image_size( 'gallery', 474, 342, true ); // used to show gallery all images
add_image_size( 'icon', 80, 80, true ); //used for icon on business layout
and tried clicking “save all changes” in theme options to clear the cache, as suggested in other posts.
The images in the blog medium template are still 230 by 230. I have a lot of portrait orientation images that need to not be cropped square. What am I doing wrong?
Here’s a page that shows the problem: http://stjamesucc-love.org/news/
Thanks for your help.