Support

Home Forums Event Espresso Premium How do I turn off Ticket Sale Dates?

How do I turn off Ticket Sale Dates?

Posted: June 19, 2014 at 1:32 pm


sakirose

June 19, 2014 at 1:32 pm

When I expand the details of a ticket, it shows much more information that I placed in the description. In fact, it shows when they go on sale and when the sale ends. How do I toggel it so this unneeded information is hid from the customer?

See link:
https://www.dropbox.com/s/h2srmgdpbyef8s1/Screen%20shot%202014-06-19%20at%203.29.45%20PM.png


Lorenzo Orlando Caum

  • Support Staff

June 19, 2014 at 2:23 pm

Hi,

You can inspect any elements on a page using Firebug or Chrome developer tools. Then you can combine these CSS ids or classes with display none.

This will remove the toggle:

.display-tckt-slctr-tkt-details.display-the-hidden.lt-grey-text.smaller-text {display:none}

You can add it to a plugin like My Custom CSS or your child theme’s stylesheet.


Lorenzo


sakirose

June 19, 2014 at 4:41 pm

There’s no way to toggle the settings to turn off the specific details of these?

1) Event Access (- This ticket allows access to the following event dates and times. “Remaining” shows the number of this ticket type left:) and
2) Ticket Sales Dates

If I do the CSS hack, it completely removes the ticket description that I do want. I could do a more granular CSS target, but then if I want to show, I have to back track to this hack. There really must be a setting to determine what shows here.


Lorenzo Orlando Caum

  • Support Staff

June 19, 2014 at 7:15 pm

The part of the ticket description that shows remaining tickets can’t currently be targeted through CSS. The CSS classes aren’t unique so using display none will remove everything instead of a single element.

If that is something that you would like to do, then see this example:

https://eventespresso.com/topic/ee4-how-to-hide-how-many-tickets-were-sold-or-show-unlimited-tickets/#post-86179


Lorenzo

The support post ‘How do I turn off Ticket Sale Dates?’ 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