Hello seattledog,
Thanks for reaching out to us!
That is definitely strange that the Genesis settings are being ignored. There are a couple of ways to correct this:
- <span style=”line-height: 13px;”>If you would like to go the CSS route, the body class has “tribe-theme-parent-genesis” added to it that can be used to target content on all Tribe Events generated pages. </span>
- You could manually
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' ); based on whether or not the page is a Tribe page using the tribe_is_event_query conditional. This can be added to your child theme’s functions.php file.
I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.
Thanks!