This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Boom…that worked! I have to admit…I was nervous about messing with the code! Images are uploading now and I can edit them.
Is this where I would permanently change the image sizes that are automatically registered?
function alyeska_image_sizes( $sizes ) {
$sizes[‘slider-large’][‘width’] = 940;
$sizes[‘slider-large’][‘height’] = 350;
$sizes[‘slider-staged’][‘width’] = 542;
$sizes[‘slider-staged’][‘height’] = 312;
return $sizes;
}
add_filter( ‘themeblvd_image_sizes’, ‘alyeska_image_sizes’ );
Jason,
Thanks for the direction on the background. I just tried to upload the background image from the Alyeska: all files & documentation folder downloaded from Themeforest and received the same error message that I get when trying to upload a file to the media library:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/emergoxq/public_html/wp-includes/class-wp-image-editor-imagick.php on line 322
Thanks again for your help!