Hi, Uwe!
I can help with this!
To start with take a quick look through our themer’s guide here: https://theeventscalendar.com/knowledgebase/themers-guide/ This will give you a good overview so now on to your solution.
Find the following files:
- ‘events-calendar-pro/widgets/list-widget.php‘
- ‘events-calendar-pro/widgets/modules/single-event.php‘
and move them to
- ‘[your-theme]/tribe-events/pro/widgets/list-widget.php‘
- ‘[your-theme]/tribe-events/pro/widgets/modules/single-event.php‘
Instructions are listed at the top of each file as well.
Once you have that done change Line 117 on single-event.php from:
<?php if ( isset( $venue ) && $venue && tribe_get_venue() != '' ) : ?>
to:
<?php if ( isset( $venue ) ) : ?>
That should get you set up 🙂
Do note that this will change the widget as well as the shortcode.
I hope this helps, let me know how it goes!
Cheers,
Trisha