Hi Guys,
I have recently started to improve my website and have come up with a problem. I cannot upload any images. I keep getting an HTTP error. I have searched many forums concerning this matter and found that the error might have started when wordpress was updated to 4.5.
I have found solutions to this problem such as added the following code to the themes function.php file. The code is: add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}
Before I add and test the code I would like your comments on the matter as the theme hasn’t been updated since January of 2016 and several updates to wordpress have taken place.
Do you still support this theme?