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


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


Tony

  • Support Staff

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.

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