Hi,
Sorry for the issues with the Genesis Featured Posts Widget.
I use Genesis myself and tested this out and see what you mean.
It is actually some css that is in conflict.
I got the titles to show on all our pages using this css:
.single-tribe_venue .featured-content .type-post header.entry-header,
.single-tribe_organizer .featured-content .type-post header.entry-header,
.single-tribe_events .featured-content .type-post header.entry-header,
.events-archive .featured-content .type-post header.entry-header {
display:block;
}
Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks