Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter paescsuper

    (@paescsuper)

    In case somebody has the same issue, here’s a (quick and dirty –> not update-proof) fix:

    add to the file google-calendar-events/includes/calendars/views/default-calendar-list.php after line 540 the follwing code:

    // If Start date < now but end date > now (only if events from the past are shown)
    if ( $first_event->end < $now ) { 
    echo '';
    }
    else {

    and close the open else { after line 677 with e }

    Make also sure you set on the admin page of simple calendar of the corresponding calendar under –> Events –> Calendar Start to show past events: https://imgur.com/a/GR9ie

    Would be nice if this feature could be integrated in the plugin somehow…

    • This reply was modified 8 years, 6 months ago by paescsuper.
    Thread Starter paescsuper

    (@paescsuper)

    Hi

    thanks for your reply. I had the WordPress debug enabled because of the blank pages I’ve got after creating/updating a post. Disabling the debuging would solve the text on the top of the page, however the blank pages after posting would still occour.

    The blank pages and the errors can be reproduced with a fresh wordpress installation (4.6.1), twenty-sixteen theme and no plugins except the appreplica social feeds (with or without debugging enabled)

    If I would be the only one posting and working on the website, these blank pages wouldn’t be a problem, but since it’s a group project I rather have fully working website.

    Do you have any clue how to solve this?

    Kind regards

Viewing 2 replies - 1 through 2 (of 2 total)