Hey I added this CSS into my theme custom.css file and it forced the photo events to show. I then styled them to look appropriate.
#tribe-events-photo-events .tribe-events-photo-event {
position: relative !important;
display: inline-block;
}
#tribe-events-photo-events.isotope {
opacity: 1 !important;
}
.tribe-events-photo-event-wrap{
width: 305px;
}
It seems the issue was conflicting nanoScroller js from the theme and the plug-in being ran at the same time. I’m not entirely sure how to fix that problem but this fix works for now.