Support

Home Forums Event Espresso Premium Ability to hide a ticket type in the front end: EE4

Ability to hide a ticket type in the front end: EE4

Posted: January 7, 2015 at 9:59 am


edcoinfo

January 7, 2015 at 9:59 am

Is it possible to hide a ticket type in the frontend of the site in Event Espresso 4? We have comp and sponsor tickets for many of our attendees of our events that we handle manually in the backend. We don’t want this ticket type to be visible to people in the frontend but still want to be able to do this in the backend. We could use discount codes, but from what we have read these are not yet available in EE4 but there is no estimated delivery for this functionality.


Lorenzo Orlando Caum

  • Support Staff

January 7, 2015 at 11:13 am

Hi,

Yes, that can be done by using CSS. Do you have an event available so we can share an example?


Lorenzo


edcoinfo

January 7, 2015 at 11:21 am

Yes. Event is here: http://www.edcoinfo.com/events/january-pubtalk/ – the ticket type that is desired to be hidden would be the last one that has a price of $0.

Thanks!


Tony

  • Support Staff

January 7, 2015 at 1:56 pm

Hi,

I can only see 2 tickets within that event, both have a price.

To remove a ticket using CSS you can use:

.ee-ticket-{ticket-name} {
display: none;
}

{ticket-name] would bee all in lover case, replacing spaces for dashes (-)

So for example, the ‘EDCO Member Ticket’ would use:

.ee-ticket-edco-member-ticket {
display: none;
}

If you would like to re-add your ticket we can provide the code to remove it if needed.

The support post ‘Ability to hide a ticket type in the front end: EE4’ 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