Could you provide a link to your site so folks can look directly?
The size of those boxes on the homepage is set through line 42 in functions.php:
add_image_size( 'pictorico-home', '590', '590', true );
Changing it will require a number of steps:
1 – Set up a child theme
2 – Override the function in your child theme
3 – Regenerate thumbnails using a plugin like this one
Making the changes in a child theme means that your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/49770088
I tried that. Although, considering I wanted to test it first, I made the modifications in the themes functions.php code prior to spending the time to create child themes. This resulted in no change even after changing the default image/media settings within WP and running the regenerate thumbnails plugin. Am I missing something?
From my understanding the only motivation for child themes is to avoid losing custom css in the event of a theme update. Therefore, modifying the themes functions.php code should render similar results, right?
cale324 – looks like dailybrainsnacks.com isn’t using Pictorico anymore, did you still need help with this?
how can I set up a thumbnails as pictures in this boxes? now this theme takes for this boxes an original images and scale it, and different images has a different size(( but I want to change it on a thumbnails because they are croped for that size that I need…
and tell me please how can I turn off mobile version?
Hi LShine – it would be easier to help in your own thread. Would you mind starting a new one here:
http://wordpress.org/support/theme/pictorico#postform
When you do, please provide a link to your site so I can take a look at your site directly. Thanks.