Support

Home Forums Event Espresso Premium Hide "Event Access" info

Hide "Event Access" info

Posted: September 29, 2014 at 5:49 am

Viewing 5 reply threads


Mike

September 29, 2014 at 5:49 am

Hi, i want to hide the Event Access details, where the number of tickets sold/available is displayed. I’ve tried this code but the details are still visible;
.tckt-slctr-tkt-details-td span:nth-of-type(4),
.tckt-slctr-tkt-details-tbl th,
.tckt-slctr-tkt-details-tbl td:nth-child(3),
.tckt-slctr-tkt-details-tbl td:nth-child(4),
.tckt-slctr-tkt-details-tbl td:nth-child(5),
.tckt-slctr-tkt-details-tbl td:nth-child(6) {
display: none;
}

Any thoughts…this is for EE4 4.4.3.p


Mike

September 29, 2014 at 6:01 am

Fixed, this code works….page was cached


Dean

September 29, 2014 at 6:03 am

Hi,

Are you trying to hide that whole section?

If so you could try

.ee-ticket-free-ticket-details .tckt-slctr-tkt-details-sctn section:nth-child(5) {
	display: none;
}


India Alessandra

October 9, 2014 at 8:40 pm

I’d also love to hide TICKET SALE DATES and EVENT ACCESS. How can I do this?


Dean

October 10, 2014 at 1:30 am

Hi,

Use the following CSS


/* hide ticket sales dates*/
section.tckt-slctr-tkt-sale-dates-sctn {
display: none;
}

/* hide event access*/
section.tckt-slctr-tkt-datetimes-sctn {
display: none;
}


Lorenzo Orlando Caum

  • Support Staff

November 20, 2015 at 7:19 am

Hello again,

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 5 reply threads

The support post ‘Hide "Event Access" info’ 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