Comments jonas started the conversationNovember 25, 2015 at 6:28pmhi, I checked that with wordpress on another theme, everything is fine, but with your theme I cannot uplod images larger than 1mb or dimension over 2800px width or heights, this must be a bug within the theme as it works on any other theme?? 8,991Tahir repliedNovember 25, 2015 at 11:31pmHey ,Your php memory is running out as Salient Theme functions consumes others as well. Try this : https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP . best. ThemeNectar Support Team jonas repliedNovember 26, 2015 at 2:33amgreat, thanksjonas repliedNovember 28, 2015 at 6:30pmalready tested this define( \'WP_MEMORY_LIMIT\', \'128M\' );stil not able to upload high resolution images 8,991Tahir repliedNovember 30, 2015 at 2:22pmTry using this plugin : https://wordpress.org/plugins/debug-info/ and check if the changes are working or not. You might have to contact the hosting provider too.Best. ThemeNectar Support Team jonas repliedNovember 30, 2015 at 6:37pmeverything is fine, ok I will contact the provider but it is a common one (1and1)jonas repliedNovember 30, 2015 at 7:41pmfor anybody with same issuesolution via .user.ini withfile_uploads = Onupload_max_filesize = 20Mpost_max_filesize = 30Mmemory_limit = 60M Sign in to reply ...
hi, I checked that with wordpress on another theme, everything is fine, but with your theme I cannot uplod images larger than 1mb or dimension over 2800px width or heights, this must be a bug within the theme as it works on any other theme??
Hey ,
Your php memory is running out as Salient Theme functions consumes others as well. Try this : https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .
best.
ThemeNectar Support Team
great, thanks
already tested this
define( \'WP_MEMORY_LIMIT\', \'128M\' );
stil not able to upload high resolution images
Try using this plugin : https://wordpress.org/plugins/debug-info/ and check if the changes are working or not.
You might have to contact the hosting provider too.
Best.
ThemeNectar Support Team
everything is fine, ok I will contact the provider but it is a common one (1and1)
for anybody with same issue
solution via .user.ini with
file_uploads = On
upload_max_filesize = 20M
post_max_filesize = 30M
memory_limit = 60M