Posted: 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! |
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 { /* hide specific date in event reg form */ #espresso-event-id-7 .event_time, 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: |
|
|
Thank you. Is there a way to make some fields not export when I export to excel? |
|
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! |
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
Sorry I’m not sure what this is in reference to.
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? |
|
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.