Reply to: tickets(390534)

And also we will check into event_count limit not working issue before next version update. Thank you!!

Reply to: tickets(390534)

Bernd, sorry for not getting back in time. Glad you got help in fixing a nice scroll bar. That is a brilliant idea. We will implement this in our next version update to fullCal. Please use that solution as Artem mentioned.

Reply to: tickets(392189)

This is the guide to WPML with eventON https://docs.myeventon.com/documentations/wpml-eventon-front-end/

Ok i think this is the issue. You have not assign the language in English version of your event for eventON settings.

Please do that and see if that will make those correct events show in the calendar.

Reply to: tickets(392431)

Thank you.

Order #212601

https://helpdeskx.s3.amazonaws.com/wp-content/uploads/2025/07/17124852/Screenshot-2025-07-17-at-2.48.17%E2%80%AFPM.png

Order #212571

https://helpdeskx.s3.amazonaws.com/wp-content/uploads/2025/07/17125020/Screenshot-2025-07-17-at-2.49.55%E2%80%AFPM.png

Reply to: tickets(392468)

I’m trying to hide that code but the card isn’t changing.

add_filter( ‘eventon_eventcard_boxes’,’addfield_001′ , 10, 1);

function addfield_001($array){

    $array[‘extra1’]= array(‘evoextra1’,__(‘Extra Box’,’eventon’));

    return $array;

}