The star thumbnail is used when no featured image is set and the Appearance ->customize->display options-> show image placeholder checkbox is checked.
The theme does not display images on the homepage by default this can be done by editing the code in loop.php and replacing adaptive_flat_excerpt();
with the_content();
on line 15 and 35
I did not delete your question btw