Support

Home Forums Event Espresso Premium Espresso Table missing venue details

Espresso Table missing venue details

Posted: October 22, 2013 at 8:43 am


David

October 22, 2013 at 8:43 am

I’m using a Espresso Table to output a list of events to a page using the shortcode [ESPRESSO_TABLE], but location data is missing.

Link to the said page – http://5.44.238.20/~imagefra/event-table/

It appears on the default listing output – http://5.44.238.20/~imagefra/courses/

I’m using the venue manager.

Any ideas why?

Thanks
Geoff
WordPress: WP 3.6.1
Event Espresso: 3.1.35.1.P
Installed Custom templates


Josh

  • Support Staff

October 22, 2013 at 2:01 pm

Hi Geoff,

The espresso_table template uses data from the old venue manager. The template would need to be refactored where it displays location info to use data from the new venue manager. One way to do this is place the [ESPRESSO_VENUE] shortcode in the template, or another way query the events_venue table instead of the events_detail for venue location.


David

October 24, 2013 at 4:32 am

Thank you. I used the following shortcode to display venue titles in the espresso table.

echo do_shortcode('[ESPRESSO_VENUE event_id="'.$event->id.'" show_title = "true" show_image = "false" show_description = "false" show_address = "false" show_additional_details = "false" show_google_map_link = "false" show_map_image = "false" title_wrapper = "p"]');


Josh

  • Support Staff

October 24, 2013 at 2:53 pm

You’re welcome.

The support post ‘Espresso Table missing venue details’ 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