Erro no processamento da imagem
Acesse o arquivo:
/public_html/wp-content/themes/pastadotema/functions.php
Abaixo da tag PHP, adicionar o seguinte código:
/** * Use GD instead of Imagick.
*/
function cb_child_use_gd_editor($array) {
return array( 'WP_Image_Editor_GD' );
}
add_filter( 'wp_image_editors', 'cb_child_use_gd_editor' );