• I had everything setup fine and my events were showing in a calendar just fine, but for some unknown reason, I think after I upgraded to 4.2.2, my Events Manager was deactivated and my events were gone. I added a new event, but when I view my Events page nothing shows up. I have gone through all the settings again and don’t see anything different, but I get nothing.

    Site is WelcomeToCotacachi.ca/events

    https://wordpress.org/plugins/events-manager/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you can try to enable wp_debug or check your php error logs to see if there’s other reason why this happens?

    Thread Starter checmark

    (@checmark)

    No, I checked the php error logs and there are no errors. Never run wp_debug before so can you give me some instructions please?

    Thanks.

    I have a similar situation and de-activating a Deferred Javascript plugin was what was the issue.
    But I was also using the WP Fullcalendar plugin for showing my events in the calendar.

    Also… try to run the “inspector” in Firefox or Chrome and look at th Console tab for javascript errors snd warnings. You may have to refresh the page with the inspector active to see the errors.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    did you already installed and activated WP FullCalendar – https://wordpress.org/plugins/wp-fullcalendar/

    also, make sure that you are not running any other plugin for events calendar

    Try this shortcode, on a “test” “post” page. and see if your events show up.

    [events_calendar full=”1″]

    For some reason… it works while, mywebsite/events doesn’t show the calendar with my conflicting deferred javascript activated.

    Thread Starter checmark

    (@checmark)

    Yes, I installed and activated the WP Full Calendar and no, I am not running any other calendar plugin, nor have I installed anything new. As I said, everything was running perfectly and the only change to the site was upgrading to the new version of WordPress.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    getting this error on your site;

    Uncaught ReferenceError: WPFC is not defined

    looks like WPFC is not loading properly on your site. just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter checmark

    (@checmark)

    Although I will follow your suggestions, as I said, nothing has changed on the site since it was working perfectly, except the update of the WordPress version to 4.2.2.

    Would you like the site credentials to make sure everything is setup properly?

    My apologizes for stepping in here again…

    It looks like you are using W3 Total Cache… and that appears to be moving the Calendar to the footer.. and may have caused the error Angelo mentioned above.

    While I am not using W3 Total cache.. (something else)… my deferred javascript plugin was doing the same thing, and causing the same error Angelo mentioned above.

    Try disabling W3 Total Cache (make sure you clear your caches first).. and see if that resolves the problem.

    In your source code… if you are still seeing this near the bottom of your source code…

    <!-- W3TC-include-js-head -->
    
    				<script type='text/javascript'>
    		var wpfc_loaded = false;
    var wpfc_counts = {};

    Then the Calendar is still loading in the footer.
    Which was the problem I was having.

    Good luck.

    ALSO.. if that fixed the problem…
    Go to the W3 Total Cache Plugin page here on WordPress Plugins Site…
    Click the tab for Installation…
    and read the 6. Recommended…. and try to see if you can move the “Group” for WP Fullcalendar out of the footer.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    thanks for the info.

    Thread Starter checmark

    (@checmark)

    Can I please get some assistance? My calendar has disappeared and the only change to my site was upgrading WordPress.

    This sounds like a possible jQuery conflict caused by your theme or another plugin. To check if it is, can you test with all other plugins deactivated and while running the default WordPress theme?

    Thread Starter checmark

    (@checmark)

    Thank you but I found another plugin that worked great in two minutes.

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

The topic ‘Events calendar has disappeared’ is closed to new replies.