• Resolved msandiej

    (@msandiej)


    So the calendar was working just fine and all of the sudden, no events are showing on the full calendar. I have tried using a base theme, and it made no difference. I have tried deactivating plugins, also to no avail. We use the iCal add-on to pull our calendars from Google and all the events are in the dashboard, but neither the live calendar, nor the calendar view in the dashboard are showing any events. The calendar loads fine…but the fields are empty. Any ideas why this might just start occurring? Everything was fine within the past few days.

    Thanks!

    https://www.ads-software.com/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    The usual explanation is a plug-in throwing an error which invalidates the JSON response to the calendar’s request for events. But if you’ve disabled all (other) plug-ins, this unlikely to be the cause.

    The first thing to check is, is the calendar not receiving any events or is it receiving a corrupted response so it can’t display them? If you link to your site (specificlaly the calendar) I can take a look to check this.

    If you could enable script debug in your wp-config.php

    define( 'SCRIPT_DEBUG', true );

    that would be a great help. (This tells WordPress to use non-minified scripts, which are easier to debug, and the calendar will also provide more feedback to the browser’s console).

    Also, one thing to check is that events appear on the Events admin page (and that dates appear in the appropriate columns).

    Thread Starter msandiej

    (@msandiej)

    Thanks so much! I did later find out that it was a plugin that another person had added in without my knowledge. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Events not showing all of the sudden’ is closed to new replies.