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
Espresso Table missing venue details | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Espresso Table missing venue details

Espresso Table missing venue details

Posted: October 22, 2013 at 8:43 am

Viewing 3 reply threads


Geoff Lewin

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

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.


Geoff Lewin

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

October 24, 2013 at 2:53 pm

You’re welcome.

Viewing 3 reply threads

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 - Staging Server