Support

Home Forums Event Espresso Premium Ticket Details

Ticket Details

Posted: September 6, 2014 at 8:07 am

Viewing 2 reply threads


David Arrington

September 6, 2014 at 8:07 am

I am using EE4.

Is there any way to limit the details for a ticket? Currently there is a show details link next to the ticket when I am logged in as admin or not. When you click it is shows information under several headings: Ticket price breakdown (I like this one); Ticket Sale Dates; Event Date Ticket Uses; and Event Access.

Is there any way to not show these or modify their content. I would like to hide Event Access and Event Ticket Uses.

Regards,
David


Lorenzo Orlando Caum

  • Support Staff

September 6, 2014 at 11:06 am

Hello David,

You can inspect any element on a page using a free tool like Chrome Developer Tools (available with Google Chrome) or Firebug (available as a web browser extension).

This will show you the CSS that is handling the styling including the file and line number. Then you can add new styling to your child theme’s stylesheet or through a free plugin like Reaktiv CSS builder or My Custom CSS.

Try this CSS to hide the Event Access:

.tckt-slctr-tkt-datetimes-sctn {display:none;}

You can also hide the show ticket details altogether:

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

Then force refresh to see the changes:

http://en.support.wordpress.com/browser-issues/#force-refresh


Lorenzo


David Arrington

September 11, 2014 at 2:50 am

Lorenzo,

Brilliant! Thanks so much for your clear and informative answer. Took only a few minutes and voila those fields were gone.

Excellent job!
David

Viewing 2 reply threads

The support post ‘Ticket Details’ 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