Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304974

    Hi, I was trying to figure out how to get 2 more image size templates as seen in this select box inside “Insert Media”
    http://screencast.com/t/4yM1dPtX6

    I went through the PHP Code and tried changing $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>960, ‘height’=>335 ); but that didn’t seem to do anything. Do you know how to do this?

    #305193

    Hi codersAcumium!

    Thank you for visiting Kriesi’s support forum.

    You can edit functions.php, find this code code on line 118:

    $avia_config['selectableImgSize'] = array(
    	'square' 				=> __('Square','avia_framework'),
    	'featured'  			=> __('Featured Thin','avia_framework'),
    	'featured_large'  		=> __('Featured Large','avia_framework'),
    	'portfolio' 			=> __('Portfolio','avia_framework'),
    	'gallery' 				=> __('Gallery','avia_framework'),
    	'entry_with_sidebar' 	=> __('Entry with Sidebar','avia_framework'),
    	'entry_without_sidebar'	=> __('Entry without Sidebar','avia_framework'),
    	'extra_large' 			=> __('Fullscreen Sections/Sliders','avia_framework'),
    	
    );

    Add additional image options. You also need to register additional thumbnails if you want more options.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.