Reply to: tickets(392190)

We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket. If you have a moment, we would greatly appreciate if you could kindly leave us a review at EventON WordPress Page OR Codecanyon. Your review helps us a lot in continuing EventON improvements!

Reply to: tickets(392468)

Please go to Edit Event > check “Event Custom Meta Fields”:

Now open Custom Meta fields and remove any text from the field:

Reply to: tickets(390534)

Howver if you look at the fullCal supported shortcodes , you can see event_count limit is not a native support value although this is something that is supported in eventON main calendar. We will see what we can do in the future updates 😉 

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;

}