We have a bug logged resembling what you’ve described, so I’ve added this forum thread to the ticket which helps expedite the process of getting a fix included in an upcoming release. I don’t have a precise date when it will be available, but please stay tuned to our Release Notes and the plugin changelogs for more information. You can use the following method below as a temporary workaround:
1. Copy this file
wp-content/plugins/events-calendar-pro/src/views/pro/widgets/modules/single-event.php
to
wp-content\themes\{your-theme}\tribe-events\pro\widgets\modules\single-event.php
2. Open it for editing and add these two lines in the beginning:
$zip = tribe_get_zip();
$region = tribe_get_region();
3. Save.
Thanks again and let me know if you’ve got any additional questions or comments. Cheers!