How do I increase the height of the image for the “Blog Single Author Big” layout? Here is a link to my site
Hi djshortkut!
Thank you for using our theme.
If you want to change the sizes you have to modify a core file.
Open functions.php in the root folder in a plain text editor and goto line 101 and line 108 (for extra large layouts).
Replace the values of width and height:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270);
For already uploaded images you either need to re-upload the image or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
Keep in mind, that you have to do these changes after every update because this file is overwritten.
Regards,
Günter
You can mark this as resolved. Thanks!