Replies: 0
Hi there
I’m using the newest WordPress version, the newest Avada Theme verseion and the newest Event Ticket version as well. So i’m up to date!
But i have discovered some Display problems in the combination of Avada and Event Ticket: When i add a ticket to an event, i’ll have a table on the frontend with the class “tribe-events-tickets tribe-events-tickets-rsvp”. This table contains in the first row the columns “tribe-ticket”, “tickets_name” and “tickets_description”. The first colums is supposed to show a minuns (-) and input field and a plus (+) all inline… But since the latest update of Event Ticket these three items are somehow messed up! Both in desktop view and in mobile view as well!
I had a look at the source code of the frontpage. And i started to try different things like custom-css and so on. But nothing worked. Then i recognized that there are two times the same class, once for <td> and later non for <div>…
So i looked for /wp-content/plugins/event-tickets/src/views/tickets/rsvp.php and deleted at line-#56 the class “quantity”… Line-#56 looks now like this:
<td class=”tribe-ticket” data-product-id=”<?php echo esc_attr( $ticket->ID ); ?>”>
And now the display problems are (almost) gone!!!
I write (almost), because i guess there is a little bit more to fix, maybe some CSS has to be optimized as well to become perfect. But i think this is your part of the job 😉
kind regards
Martin