Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #288233

    How do I increase the height of the image for the “Blog Single Author Big” layout? Here is a link to my site

    #288446

    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

    • This reply was modified 9 years, 8 months ago by Günter.
    #289661

    You can mark this as resolved. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase the height of images in’ is closed to new replies.