Hi Andy. I don’t want to hijack the thread.. but this may be relevant.
The legend only seems to work in ‘Month’ view. I have reverted back to 2017 default theme and no love. Would be great if the legend was also present in additional views, such as ‘photo’ view or ‘map’ view.
Cheers!
Thank you artdesigner. This code snippet worked for me!
For those still having problems, add the functions.php code right at the bottom of your functions.php.
add_filter( 'wp_image_editors', 'change_graphic_lib' );
function change_graphic_lib($array) {
return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
}
I understand there isn’t an import for other plugins…. but as this is an extension of RecipeSEO, is there a way to migrate the recipes from RecipeSEO to ziplist?
Thanks!