Reply to: tickets(336297)

try adding this to:

appearance>>>>>customize>>>>>additional css (from the wordpress dashboard)

.evoet_cx em.evocmd_button.evcal_cmd, #evcal_list .evoet_cx .evcal_desc3 em.evocmd_button, #evcal_list .eventon_list_event .evoet_cx em.evocmd_button, .evo_lightboxes .evoet_cx em.evocmd_button {

  background-color: #e52828;

}

if that fails try this instead

.evoet_cx em.evocmd_button.evcal_cmd, #evcal_list .evoet_cx .evcal_desc3 em.evocmd_button, #evcal_list .eventon_list_event .evoet_cx em.evocmd_button, .evo_lightboxes .evoet_cx em.evocmd_button {

  background-color: #e52828 !important;

}

Reply to: tickets(336296)

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! Also please disable any IP blocking on your site if there are any.

Reply to: tickets(335740)

Also on dev2 it shows 3 fields even so I added 30

https://dev2.myeventon.com/wp-admin/admin.php?page=wp_file_manager#elf_l1_d3AtY29udGVudC90aGVtZXMvdHdlbnR5dHdlbnR5b25l

https://dev2.myeventon.com/wp-admin/admin.php?page=eventon#evcal_009

Reply to: tickets(335740)

Ashan,

Please take a look at

Reply to: 336034

admin access

username: fabpri

password: Miajasper1325!

They put the custom code with 30 to

https://purplepeacockncl.co.uk/wp-admin/theme-editor.php?file=functions.php&theme=hello-elementor

But it shows 10 custom fields:

https://purplepeacockncl.co.uk/wp-admin/admin.php?page=eventon#evcal_009

Reply to: tickets(335740)

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! Also please disable any IP blocking on your site if there are any.

Reply to: tickets(335781)

Hello,

Please send us wp-admin access to your site as a private message for us to further assist your situation.

Reply to: tickets(336114)

You need to hide the time using CSS and then show the one that you want using CSS.

There is also Edit Event > Time > Hide End Time from calendar. Or Edit Event > Time > All Day Event.

Reply to: tickets(336232)

Hello,

There is admin-ajax.php error on the back-end. Please follow the instructions in this documentation to activate debug in your site to see any PHP errors recorded that can provide insight on to whats going on. Please reply with a link to debug.log file. If you are not able to do this please send us FTP access to your site so we can do this for you.

Reply to: tickets(336231)

Hello,

Please use this code to hide the waitlist parts:

.evcal_evdata_row.evo_metarow_rsvp .wl_addto, .evcal_evdata_row .evors_attendance_count_data .evors_section { display: none !important; }

This hides the open box and the text as well:

.evcal_evdata_row .evors_attendance_count_data .evors_section { display: none; }

Just add the code to wp-admin > Appearance > Customize > Additional CSS.