Support

Home Forums Event Espresso Premium Hiding Tickets sold/left/spaces

Hiding Tickets sold/left/spaces

Posted: December 16, 2014 at 2:55 pm

Viewing 4 reply threads


John Ballment

December 16, 2014 at 2:55 pm

Hi

Is there any way to hide the the Tickets sold/left/sold/left within the tckt-slctr-tkt-datetimes-sctn section of the [ESPRESSO_TICKET_SELECTOR] without hacking the code i.e. using CSS or configuration setting?

I’m using EE Premium 4.4.

Regards

John


Sidney Harrell

December 16, 2014 at 3:23 pm

Yes, you would need to use CSS3 nth child selectors to hide the 3rd, 4th, 5th, and 6th th and td from the .tckt-slctr-tkt-details-tbl. See http://www.w3schools.com/cssref/sel_nth-child.asp


John Ballment

December 19, 2014 at 5:49 am

Hi

Using the followinb block in CSS Builder:

.tckt-slctr-tkt-details-tbl td:nth-child(3) {
background: Black;
}

Results in the the price in the “Ticket Breakdown” section and the tickets sold in the “Event Access” section to be blacked out. How can I get it to only black out the elements in the Event Access section?

Regards

John.


John Ballment

December 19, 2014 at 5:54 am

Sorry worked it out:

.tckt-slctr-tkt-datetimes-sctn .tckt-slctr-tkt-details-tbl td:nth-child(3) {
background: Black;
}

Thanks for your help.


Lorenzo Orlando Caum

  • Support Staff

November 20, 2015 at 7:19 am

Hello again John,

There is now a template option available that can be used to hide the tickets sold details and it is available in a current version of Event Espresso 4.

It can be found by logging into your WP dashboard (WP-admin) and going to Event Espresso –> Events –> Templates. Then scroll to the end of the page and look for Ticket Selector Template Settings.

Then look for the Show Ticket Sale Info option and set it to no and then click on Save to save changes.

Thanks


Lorenzo

Viewing 4 reply threads

The support post ‘Hiding Tickets sold/left/spaces’ 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