Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Event List page - Settings Not to show address and venue details do not work | Event Espresso - Staging Server
in the EE4 -> General Settings -> Templates: Event List Page, I select options, Display address and Display venue details, I select to NOT show them, but on the Event List, they address and venue details still show up http://thethrivetribe.org/member-area/tribe-events/
I’m not able to view that page because I’m not a member. This may be an issue specific to your WordPress theme. Can you send a copy of the theme to support@eventespresso.com so we can investigate?
I looked into this more and I see what’s going on. I found what’s causing this to happen and we’ll add a fix to an update. If you’re comfortable with making a one line edit in the venue template you can work around this issue in the meantime. In /templates/Espresso_Arabica_2014/content-espresso_events-venues.php on line 3 you’ll see:
<?php if ( espresso_display_venue_address_in_event_details() ) : ?>
You change it to:
<?php if ( espresso_display_venue_address_in_event_details() && is_single() ) : ?>
This will make it so the venue info only displays on the single event pages.
The support post ‘Event List page – Settings Not to show address and venue details do not work’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.