We had to remove it as it won’t let any available seats be added any more. I can’t do these types of test as site is live. I have big events coming up and can’t restrict sales. Please view attached it says “Seat not available at the moment”
Archives: Replies
Replies for tickets on suppota
Reply to: tickets(391993)
The code has been added
Reply to: tickets(391921)
Hello, I tried this but ever since I added the code I have not been able to import new events. It just loads endlessly and never imports them. Please help!
Reply to: tickets(392742)
ok kindly apply this code fix for your website. This will stop non-logged in users from redirecting to view-order page, which will be accessible for loggedin user.
The reason for this redirect is, so the customer can fill the ticket holder details from that page, which is usually in checkout page, but that will be by-pass for express checkout.
code:
if (is_user_logged_in() && $order->get_meta(‘_needs_ticketholder_data’) === ‘yes’) {
return $order->get_view_order_url();
}
Reply to: tickets(393486)
Please try removing lightbox=”yes” from the shortcode. It should remove the modal window and show only white box for each map marker.
Reply to: tickets(393677)
Event Type:
.eventon_events_list .eventon_list_event .evoet_cx .level_4 em i {
font-style: normal !important;
font-weight: bold !important;
}
Title:
#evcal_list .eventon_list_event .evoet_cx span.evcal_event_title {font-size: 25px !important}
Subtitle:
.eventon_events_list .evcal_event_subtitle {font-size: 25px !important}
Calendar Header:
.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evo_footer_nav p {
font-size: 35px;
}
CALENDAR GOOGLE:
.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell p a { font-size: 25px !important; }
EventTop button:
.eventon_single_event.immersive .eventon_list_event .evoet_time_expand em.evcal_time, .eventon_single_event.immersive .eventon_list_event .evoet_location em.evcal_location { background-color: red; }
Please try and let me know.
Reply to: tickets(393356)
Reply to: tickets(391993)
Reply to: tickets(393894)
Hello,
Please deactivate them from your account according to “Method #2” of this guide:
https://docs.myeventon.com/documentations/how-to-deactivate-eventon-addon-licenses/




