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
Calendar Table Add-on - Venue Name | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Calendar Table Add-on – Venue Name

Calendar Table Add-on – Venue Name

Posted: February 17, 2014 at 1:53 pm

Viewing 2 reply threads


Jake Vizner

February 17, 2014 at 1:53 pm

It appears that “venue name” is missing when calendar table add-on displays the list of event. (http://d37toastmasters.org/). There is only venue address displayed under “Where:” line but the venue name is missing. Is there a way to add that?

Thanks you,

Jake


Lorenzo Orlando Caum

  • Support Staff

February 17, 2014 at 2:59 pm

Hi Jake, I’m not sure if this is intentional so I’d like to check with a developer about this.

Could you confirm that I’m looking in the correct area on your site — please see the blue area in the following screenshot:

http://cl.ly/image/1b0p2K0a2H0N

Thanks again


Lorenzo


Anonymous

February 17, 2014 at 3:12 pm

Hi Jake,

Currently the Calendar Table Add-on does not include the Venue Name however you can add it fairly easily.

Open up espresso-calendar-table/index.php line 134.

<?php echo stripslashes_deep($event->venue_address.', '.$event->venue_city.', '.$event->venue_state); ?><br />

Change that too

<?php echo stripslashes_deep($event->venue_name.', '.$event->venue_address.', '.$event->venue_city.', '.$event->venue_state); ?><br />

I’d advise you to use the Venue manager if you currently do not. Go to Event Espresso -> General Settings. Set ‘Use the Venue Manager?’ To Yes, update the settings. Then you can create venues within Event Espresso -> Venue Manager, which you can assign to your Events.


Jake Vizner

February 18, 2014 at 3:26 am

Hi Tony,

I modified espresso-calendar-table/index.php to include the venue name and US ZIP code. My line looks like this:

<?php echo stripslashes_deep($event->venue_name.’, ‘.$event->venue_address.’, ‘.$event->venue_city.’, ‘.$event->venue_state . ‘ ‘ . $event->venue_zip); ?><br />

It works perfectly!

Jake

Viewing 2 reply threads

The support post ‘Calendar Table Add-on – Venue Name’ 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