Support

Home Forums Event Espresso Premium Ticket selector page does not show all Datetimes, Only shows 10

Ticket selector page does not show all Datetimes, Only shows 10

Posted: February 24, 2021 at 9:36 am

Viewing 4 reply threads


AventusAdmin

February 24, 2021 at 9:36 am

After clicking on Register, the Ticket Selector page only shows 10 Datetimes, but there are 32 Datetimes. The event page shows all 32 datetimes. Tried to use limit=100 with the ESPRESSO_TICKET_SELECTOR. We see that all Datetimes are loaded into the DOM. There is a Class .ee-hidden-ticket-tr{display: none;} that appears to not be displaying them.


Tony

  • Support Staff

February 24, 2021 at 1:40 pm

Hi there,

Can you link me to the page in question so I can take a look, please?


AventusAdmin

February 24, 2021 at 2:17 pm

This reply has been marked as private.


Tony

  • Support Staff

February 24, 2021 at 2:56 pm

May I ask, what CSS did you change and where?


AventusAdmin

March 3, 2021 at 3:55 pm

This is the CSS property which is hiding tickets

.ee-hidden-ticket-tr {
display: none;
}
File path of CSS: devaventus.wpengine.com/wp-content/plugins/event-espresso-core-reg/modules/ticket_selector/assets/ticket_selector.css?ver=4.10.10.p

We used the following to overwrite the hiding CSS in child theme style CSS file.

.ee-hidden-ticket-tr {
display: revert!important;
}

Viewing 4 reply threads

The support post ‘Ticket selector page does not show all Datetimes, Only shows 10’ 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