Support

Home Forums Event Espresso Premium Ticket Selector "Show Details" Issue

Ticket Selector "Show Details" Issue

Posted: August 2, 2016 at 9:50 pm

Viewing 1 reply thread


Ellimatta

August 2, 2016 at 9:50 pm

Hi,

I have an event which I have added a second ticket selector to, by using the [ESPRESSO_TICKET_SELECTOR] shortcode within the body of the event itself.

The reason I have done this is that I want a ticket selector to appear near the top of the page so people see it straight away, and then also have the regular ticket selector that is part of the template at the bottom of the page.

You can see my event here: fun run event

There is an issue with the “Show Details” button on the second ticket selector. When you click it, it opens the details on the first ticket selector….

Is there a way to fix this while keeping two ticket selectos in the event?

Thanks,
Mike


Tony

  • Support Staff

August 3, 2016 at 6:37 am

Hi Mike,

The JS in use on that page is expecting a single ticket selector for the event so opens the first element it finds. I can think of a quick fix for this but you could use some CSS to hide the second ticket selectors show details button:

.single-espresso_events .event-tickets:not(:first-of-type) .display-the-hidden {
    display: none;
}

However unfortunately that won’t work in all browser.

I will create a ticket for our developers to investigate this.

Viewing 1 reply thread

The support post ‘Ticket Selector "Show Details" Issue’ 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