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
A few basic questions | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium A few basic questions

A few basic questions

Posted: January 13, 2014 at 4:06 pm

Viewing 4 reply threads


dov goldstein

January 13, 2014 at 4:06 pm

1) How do I hide the date on only one event. I use it for a yearly membership and don’t want the date on just this one. Also should be left out of the response email. I also don’t want it on the calendar or widget.

2) I found the template for the invoice and am having trouble editing it. This may be because someone changed the code previously. How do I start over and reset this…

3) Can I hide a payment option on one event?

Thanks!


Josh

January 14, 2014 at 8:13 am

Hi Dov,

The date can be hidden for one event by using some CSS in a custom stylesheet. For example, if the event’s ID is 7, the following will hide the date in the list of events and on the reg form page:

/* hide specific date in event list */

p#event_date-7 {
display:none;}

/* hide specific date in event reg form */

#espresso-event-id-7 .event_time,
#espresso-event-id-7 .start_date {
display:none;
}

You can download a fresh copy of the Event Espresso plugin from your account page to get a fresh copy of the invoice template.

You can hide a payment option for one event with a custom function that checks against the event’s ID and if there’s a match it removes the action that displays the payment option. Here is a gist that has some example code that shows how to remove the PayPal button for one event. It can be adapted for any gateway:

https://gist.github.com/joshfeck/6768792


dov goldstein

January 14, 2014 at 2:48 pm

Thank you.

Is there a way to make some fields not export when I export to excel?


dov goldstein

January 14, 2014 at 4:11 pm

and how do I make the event date not go to the pdf for just one event.

2) How do I remove this event form the calendar widget?

3) Where do I make the single event changes? I can not find this?

4)what do i replace to reset the pdf to be like new so I can recustomize it?

Thanks!


Anonymous

January 15, 2014 at 5:25 am

Is there a way to make some fields not export when I export to excel?

Unfortunately not easily no.

How would you like to display this event? You could set the event to be a ‘Waitlist’ event, this will remove the event from the Calendars (both main and widget) but also the events lists.

However you can use the [SINGLE_EVENT] shortcode to then display this event. Event Espresso can automatically build this shortcode for you from within the Event Editor, clicking ‘shortcode’ http://d.pr/i/V7aZ copying the contents of the pop up onto the page you would like the event to be displayed http://d.pr/i/Zzfx

3) Where do I make the single event changes? I can not find this?

Sorry I’m not sure what this is in reference to.

4)what do i replace to reset the pdf to be like new so I can recustomize it?

This depends on how the previous developer modified the template. Create a backup of your files first. Look in wp-content/uploads/espresso/gateways/ are there any folders there?

Is the site running the latest version of Event Espresso?

Viewing 4 reply threads

The support post ‘A few basic questions’ 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