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


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

  • Support Staff

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

  • Support Staff

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!


Lorenzo Orlando Caum

  • Support Staff

September 12, 2015 at 11:32 am

Hello,

We wanted to let you know about an enhancement in the current version of Event Espresso 4 that offers more flexibility for venue addresses.

First, please backup your WordPress site and upgrade to the latest release of Event Espresso 4:

https://eventespresso.com/wiki/ee4-changelog/

Next, there is some sample code in this link:

https://gist.github.com/lorenzocaum/5e2658a1f7e7a9a6b5c0

Here is an explanation of the sample code:

In the older versions of Event Espresso, you could change the formatting for the venue address. However, this would apply to all venue addresses. The new enhancement is more flexible as it allows you to change the formatting for certain countries.

In the example code, we have an entry for United Kingdom which has a country code of GB. Then we have the actual formatting which doesn’t include the province or the country name.

Just below that, we have an entry for Canada which has a country code of CA. In Canada, the zip/postal code appears as the end of the address so the formatting will show it in that order.

Below that is an entry for Germany which has a country code of DE with a specific formatting for the address.

If you have modified the venue address through an existing function, then you may consider switching to the new one mentioned in the link above.

Thanks!


Lorenzo

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