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

Support

Home Forums Event Espresso Premium Event List page – Settings Not to show address and venue details do not work

Event List page – Settings Not to show address and venue details do not work

Posted: February 27, 2014 at 6:07 am

Viewing 3 reply threads


standoutsites

February 27, 2014 at 6:07 am

wp: 3.8.1
ee: 4.1.6reg

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/


Josh

February 27, 2014 at 6:46 am

Hi there,

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?


Josh

February 27, 2014 at 7:18 am

Hi there,

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.


standoutsites

February 27, 2014 at 7:49 am

Thank you, that worked beautifully!

Viewing 3 reply threads

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.

Event Espresso - Staging Server