Support

Home Forums Event Espresso Premium Help Hiding Pending Tickets

Help Hiding Pending Tickets

Posted: December 1, 2015 at 9:27 pm

Viewing 1 reply thread


Jeremy Morris

December 1, 2015 at 9:27 pm

Hello, I found this old forum thread here: https://eventespresso.com/topic/hiding-tickets/ that says to just add

.espresso_events .ticket-pending {display: none;}

To my fudge theme stylesheet. I did that, but it’s still displaying – iday.us

Currently using EE4.8.25 – WP 4.3.1

I also am planning on hiding tickets that are no longer available as well as show/hide details, but if figure those will be easy once I figure this first one out.

Thanks in advance for any help.


Tony

  • Support Staff

December 2, 2015 at 1:19 am

Hi Jeremy,

Its not working because you are not within an Event Espresso post, your within a standard WP post so the body class ‘espresso_events’ is not there.

Try this:

.tkt-slctr-tbl-wrap-dv .ticket-pending {
    display: none;
}

That will remove thos tickets from anywhere the ticket selector is used.

I also am planning on hiding tickets that are no longer available as well as show/hide details, but if figure those will be easy once I figure this first one out.

Expired tickets can be removed from ticket selector within Event Espresso -> Events -> Templates -> Ticket Selector Template Settings.

You can set Expired Tickets not to display and also the ‘Sale info’ section.

Viewing 1 reply thread

The support post ‘Help Hiding Pending Tickets’ 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