Support

Home Forums Event Espresso Premium Event Details Dropdown in Ticket Selector Table

Event Details Dropdown in Ticket Selector Table

Posted: November 18, 2019 at 2:04 pm

Viewing 6 reply threads


sky

November 18, 2019 at 2:04 pm

Hi!

Is there any possibility to add a dropdown-function to the Ticket-Selector Table? That means: If I click on one of the tickets, there opens a dropdown-function where the event-details will be shown?

Here is the link to the table: https://www.skydesign.ch/neudikids_neu/events/winterkurs-2019-20/

Thank you so much for your help
Cristina


Tony

  • Support Staff

November 18, 2019 at 2:08 pm

Hi Cristina,

The only functionality we have that sounds remotely similar to what you are asking for is the ‘Show details’ function.

Go to Event Espresso -> Events -> Template -> Ticket Selector Template Settings ->
Show Ticket Details?

Set that to Yes and save.

Is that anything like what you are trying to do?


sky

November 19, 2019 at 3:29 am

works perfect!!!
https://www.skydesign.ch/neudikids_neu/events/winterkurs-2019-20/

Thank you so much for your help!!!!


sky

November 19, 2019 at 3:38 am

Hi Tony

Sorry one more question:::::

The details are visible now – BUT – i always have to close the detail-part of a ticket, before i can open the detail-part of the next ticket.
Is there any code I can use that i don’t have to close the details to see also the details of the other tickets? That would be fantastic and much more easy for the clients.

Thank you so much!!!
Cristina

OH and another question: Is there any possibility to change the “ugly” (sorry) button to a one who looks a bit nicer?? (Pls have a look on it, the button on the bottom right):

https://www.skydesign.ch/neudikids_neu/events/winterkurs-2019-20/

Thank you!!!


Tony

  • Support Staff

November 19, 2019 at 6:48 am

The details are visible now – BUT – i always have to close the detail-part of a ticket, before i can open the detail-part of the next ticket.
Is there any code I can use that i don’t have to close the details to see also the details of the other tickets? That would be fantastic and much more easy for the clients.

That is happening because of this CSS:

section.tckt-slctr-tkt-details-sctn {
    margin-bottom: -80px;
    font-size: 14px;
}

Which you’ve added to the WP Custom CSS plugin on your site, reducing the margin means the element now overlaps the link below. As your hiding a lot of the elements you can remove margin-bottom: -80px; and try something like this:

section.tckt-slctr-tkt-details-sctn > br {
    display: none;
}

OH and another question: Is there any possibility to change the “ugly” (sorry) button to a one who looks a bit nicer?? (Pls have a look on it, the button on the bottom right):

EE applies minimal styling to its elements to keep in line with your theme, if we styled our buttons a specific way it wouldn’t match most themes, so we apply as little styles as possible and leave your theme to do what it wants.

Is there another button on the site you’d prefer that one looked like? You can style it using the .ticket-selector-submit-btn class but if you have another button I can give you an example of how to do it.


sky

November 19, 2019 at 12:53 pm

Hi Tony

Thank you SO, SO much for your reply!
Everything works perfect now.
Also the button fits now with the “look” of the website 🙂
Thank you so much – you do a fantastic support-job!! Always really quick, helpfull and friendly!
Have a nice day
Cristina


Tony

  • Support Staff

November 19, 2019 at 2:54 pm

You’re most welcome and thank you for the feedback, we are here to help 🙂

Viewing 6 reply threads

The support post ‘Event Details Dropdown in Ticket Selector Table’ 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