Thanks!
I made a few minor changes to make the posters really pop when they are hovered! And like I said previously, I not a fan of the zoom effect and margins, so I removed that. Sorry, the zoom kept moving the event title text to another line.
/* starts with a dark version of the poster, on hover the poster brightens */
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after {
background-color: rgba(0,0,0,0.5);
opacity: 0.7;
}
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after {
opacity: 0.2;
}
/* when 3 tiles are crammed into half the page, like on my “Cinema” page (https://www.confolens.fr/cinema/), the poster is not centered, this fixes that */
.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig, .ajde_evcal_calendar.boxy #evcal_list p.desc_trig_outter {
background-position: center;
}
/* removes the transparent border and zoom effect from tiles */
.ajde_evcal_calendar.boxy .eventon_list_event, .ajde_evcal_calendar.boxy .evoShow_more_events{
border: none;
border-radius: 0;
}
.ajde_evcal_calendar.boxy .eventon_list_event:hover, .ajde_evcal_calendar.boxy .evoShow_more_events:hover {
border: none;
}
Thanks again!
Hello,
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer!
please disregard my previous post. It seems as though I was having a cache issue locally. The errors now seem to be gone.
Dates are identical from my side:
I am sorry but maybe I am not looking at the right pages. Could you send us a screenshot?
Ashish has accepted the job for 250

I added the line of code. The errors are still showing up.
Hello,
You can an additional field for their t-shirt size to Checkout by following this: https://docs.myeventon.com/documentations/how-to-add-additional-fields-at-checkout/. Go to EventON > Tickets > Checkout > enable Make additional guest names required in checkout.
Alternatively can another variable product be associated with each Ticket Price Option…
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster. OR You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.
Hello,
Please add this CSS code to EventON > Styles (If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header):
.evo_metarow_cusF1.evorow.evcal_evdata_row.bordb.evcal_evrow_sm h3.evo_h3, .evo_metarow_cusF1.evorow.evcal_evdata_row.bordb.evcal_evrow_sm .evcal_evdata_custometa_icons { display: none !important }
Hello,
Created and duplicated this event: https://tickets.dance10studio.com/wp-admin/post.php?post=2010&action=edit. Duplicate with Seat Map: https://tickets.dance10studio.com/wp-admin/post.php?post=2012&action=edit. It seems that the issue can be with the server memory. Here’s a copy of a copy from our test server: http://dev2.myeventon.com/events/seats-copy-copy/
Could you try recreating your event and then try duplicating it? Maybe sold seats are also can affect this issue.