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
Not all venue details showing - using venue manager | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Not all venue details showing – using venue manager

Not all venue details showing – using venue manager

Posted: January 27, 2014 at 5:20 pm

Viewing 1 reply thread


Robert Smith

January 27, 2014 at 5:20 pm

I have this in the event manager:
Venue Manager Pic

Any ideas why not all the info is displayed in the event details?
Event Detail Pic


Anonymous

January 28, 2014 at 6:44 am

Hi Robert,

By default the venue phone and website are not displayed.

You can include these within the registration page by modifying the template files.

Copy event-espresso/templates/registration_page.php and registration_page_display.php files to

wp-content/uploads/espresso/templates/

Then modify the files there. Open up registration_page_display.php, go to line 188. You should see:

<span class="address-block">
<?php echo stripslashes_deep($venue_title); ?><br />
<?php echo stripslashes_deep($location); ?><br />
<span class="google-map-link"><?php echo $google_map_link; ?></span>
</span>

Change that to:

<span class="address-block">
<?php echo stripslashes_deep($venue_title); ?><br />
<?php echo stripslashes_deep($location); ?><br />
<?php echo $venue_meta['phone']; ?><br />
<?php echo $venue_meta['website']; ?><br />
<span class="google-map-link"><?php echo $google_map_link; ?></span>
</span>

Hope that helps.

Viewing 1 reply thread

The support post ‘Not all venue details showing – using venue manager’ 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