Hello @Rob_Strickland,
Thanks for writing in!
Actually the captions are there. You just cannot see it because it is in white color. Your text has a white color which is why the captions are also in white. If you change the background color of the gallery items or change the color of the text captions, then you will see it.

To get this resolve, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-text .wp-caption,
.x-text .gallery-item {
background-color: red;
color: black;
}
Feel free to change the colors as I used distinct color so you can easily see the changes.