This problem has been fixed with version 1.0.2
However, the plugin is still not working for me, please see my other thread.
https://wordpress.org/support/topic/images-not-showing-up-47?replies=1
I have turned on debugging and this is the error displayed in every place where there should be a featured image:
Notice: Undefined variable: html in /home/xxxxxx/public_html/content/plugins/yay-images/yayimages.php on line 182
I have just found the solution 🙂
If anybody else is having the same problem, here’s the fix: simply commented out this line in front-page.php
// Force content-sidebar layout setting
add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );