I’ve done it through filters inside the function.php
add_filter(‘tribe_events_add_title’, ‘my_maybeAddEventTitle’ ,13,3);
add_filter( ‘tribe_get_events_title’, ‘my_reset_page_title’,13,1);
Hi Jonah,
I did a test with the TwentyTwelve theme and it works correctly. So it Looks like a bug in the used theme? Any ideas on howto troubleshoot the main reason for this strange behavior?
Thx for the idea, but that didn’t help. I disabled all other plugins, still the same Problem. If I select a different theme without a german mo-file, everything works ass expected. I’ll do another check with a different translated theme and tell you what’s happening