The caption, credit and main image do not display correct in the default template. Here is what I had to do to fix it:
Line 43 and 44 had item->image->caption that should be item->image_caption
Also, the class it refers to is itemMainImageCaption while the class that is defined in the CSS is itemImageMainCaption. Same goes for credit.
On top of that, there is a display: none in both caption and credits in the CSS on line 367 and 368.
My captions and credits are now displaying, just need to do some more styling :-)
A really BIG thank you to Peter here in the forum that helped with this bug. He's the man!