Also the following code always sets “all day” after my events, I think the WPML variable string is missing here, so it only outputs the term in English. Thanks for correcting this.
if ($event->event_time == ’00:00:00′) { $the_time = ‘all day’; } else { $the_time = ‘at ‘.date(get_option(‘time_format’), strtotime(stripslashes($event->event_time))); }
$output .= ‘* ‘.$event->event_title.’ ‘.$the_time.’
‘;
Please give me a note when these 2 issues are updates. This means I can update the plugin without adapting the core calendar.php.
Thanks Kieran!
Thanks for flagging those up, I’ve included fixes for those in the next release
You should find these items are now fixed in the latest version (released tonight). Please let me know if there are any further problems.
Hello Kieran, Thank you for the latest updated, it worked indeed!
Now installing the latest WordPress Core update together with the latetst WPML version, unfortunately the calendar no longer works..
Calendar -> http://www.basisschoolhundelgem.be/
Clicking left or right on the arrows, calendar does not show the next or previous month anymore, also no events are triggered/visible any more in the front-end.
Can you please take a look at it and come back to me asap?
Thank you very much, all credits go to you!
Dries
Hi Kieran,
Any news on this?
Thank you very much!
Dries
I have managed to re-create this on my test site, I’m working on a fix now
Thank you very much Kieran,
I really appreciate this work to keep the plugin updated, I’m not afraid of donating something, so please add me on facebook if you like: https://www.facebook.com/dries.vanliefde?fref=ts
Cheers
So to give some more detail on this, the bug is related to the trac ticket linked to below. I’ve reverted the query var usage in calendar as a result to get around the problem. This will be in the next fix which I hope to get out before Christmas
https://core.trac.wordpress.org/ticket/25143