Hello,
1. In our system it says that the subscription must be renewed. 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!
2. When you enable “Enable language corresponding events” you need to make sure that when you add lang=”L2″ to the shortcode there are events with selected L2 as Language for Event.
Actually – it is working with tiles on. I removed the event and uploaded it again while weeklyview on and now all correct.
Thanks.
Hello,
You didn’t include number_of_months, even so in your example in this ticket you did include it:

So now all months are visible.
But with Event Lists you cannot show 4 events from different months as one list. You need to use Event Lists: Ext for this:
https://www.myeventon.com/addons/event-lists-extended/
In basic Event Lists event_count limits the number of events per month and not for the whole list.
Try this shortcode on https://dev.myeventon.com/wp-admin/:
[add_eventon_el number_of_months=”12″ event_count=”4″ event_count_list=”yes” hide_empty_months=”yes”]
Hello,
On my side:

Have you tried changing EventON > Appearance > EventTop Styles > Other text ( Eg. Time, location etc.)?
If you don’t see any change please try EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header.
Hello,
There is some kind of issue with “google is not defined”:

I checked your website in Troubleshooting Mode and the issue was gone:
https://lenghisfestival.it/wp-admin/site-health.php?tab=troubleshoot

Could you please try the instructions mentioned in this documentation to make sure your issue is indeed coming from eventon.
How do I add a screenshot that isn’t changed to a small square? Here’s the code copied with the changes in bold
Starting at line 409 in class-event.php
if ($this->is_repeating_event() && !empty($custom_ri)) {
$repeat_interval = (int)$custom_ri ?: $this->ri;
$this->ri = $repeat_interval;
$intervals = $this->get_repeats();
if ($intervals && sizeof($intervals) > 0) {
$start = (int)$intervals[$repeat_interval][0] ?? (int)$intervals[0][0];
$end = (int)$intervals[$repeat_interval][1] ?? (int)$intervals[0][1];
$this->start_unix_raw = $this->_process_raw_time($start, ‘start’);
$this->end_unix_raw = $this->_process_raw_time($end, ‘end’);
}
}
Sorry, here’s the screenshot again

Hi, I have added a similar patch to the code :

and now I no longer get the message about an invalid numeric value so hopefully I can try the upgrade to PHP 8.3 again (I had to revert to 7.4 because of these errors).
If you could confirm that this is OK I’d appreciate it. Thanks
oh gosh, I think after all that typing above I may have solved the issue about the test event not showing. Last night I had redone all the translations into Spanish (L2). I had gone in just now to review the event fields and noticed I hadn’t changed the event language to L2. I did. And now the event is showing. Could that have been the reason??
My other subscription related question still stands please 🙂
Thanks
Omar