Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Buro 86

    (@buro-86)

    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!

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    Thanks for flagging those up, I’ve included fixes for those in the next release

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    You should find these items are now fixed in the latest version (released tonight). Please let me know if there are any further problems.

    Thread Starter Buro 86

    (@buro-86)

    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 -> https://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

    Thread Starter Buro 86

    (@buro-86)

    Hi Kieran,
    Any news on this?
    Thank you very much!
    Dries

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    I have managed to re-create this on my test site, I’m working on a fix now

    Thread Starter Buro 86

    (@buro-86)

    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

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    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.www.ads-software.com/ticket/25143

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘CSS correction’ is closed to new replies.