to show the image captions with the featured images, try to add this code to functions.php of your theme:
https://pastebin.com/x9YDhnjA
useful css for this – adapt to your needs:
.wp-caption.thumb-caption { padding:0;border:none; position:relative; }
.wp-caption.thumb-caption img { margin: 0; }
.wp-caption.thumb-caption .wp-caption-text { position:absolute; bottom:10px; background: #111; color: #fff; font-weight: bold; text-align: left; display:block; padding:3px 3%; width:94%;}
.wp-caption.thumb-caption .wp-caption-text { visibility: hidden; }
.wp-caption.thumb-caption:hover .wp-caption-text { visibility: visible; }