• On a test version of my site, I upgraded from 1.3.1 to 1.4. Afterwards, the calendar appeared but completely devoid of any events, regardless of date.

    Rolling back to 1.3.1 makes the events appear again.

    How should I troubleshoot this?

    Thanks

    Jacob

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Jacob,

    I’d recommend trying my plugin WP Safe Mode to test your site out with the default WP theme and no other plugins aside form Events Manager (assuming that’s what you have active for events) and WP Fullcalendar.

    1.4 updates the tooltips library, not really anything else. You could also try disabling tooltips to see if that helps.

    Also, check your JS console for errors and paste them here, maybe we can reproduce and fix. If you can provide a link, we can check that. If you can also add the following to your wp-config.php file below the first <?php line , that may also help us debug since it loads non-minified JS files:

    define('WPFC_DEBUG', true);

    Thread Starter jshare

    (@jshare)

    Thanks.

    Using your plugin, I found that 1.4 conflicts with my use of the YASR (Yet Another Stars Rating) plugin. If I deactivate that, the events return to the calendar.

    Thread Starter jshare

    (@jshare)

    The conflict was with version 2.6.6 of YASR. Version 2.6.7 released today has resolved the conflict, and events are now appearing again in the calendar on my test site.

    Thread Starter jshare

    (@jshare)

    Correction: 2.6.7 did not fix the issue. I’ve now disabled the plugin.

    I’ve just upgraded to 1.4 and had the same issue with no existing or any new events showing on the calendar.

    I installed WP Safe Mode and then systematically turned plugins off and on which made no difference and then switched to another theme. Hey presto my events appeared.

    I looked in functions.php (I use a child theme) and there was some code I added a long time ago to keep the qtip tooltip displayed when the visitor moved the cursor onto it (I had a link displayed in the tooltip that could be clicked to open a new page. Moving the cursor off the tooltip made it disappear). Commenting out this custom code fixed the issue.

    Question is, is there any way Marcus to keep the tooltip displayed in this way?

    Hi,
    I encountered the exact same problem. All events were gone from the calender.
    Switching off the tooltips brought the events back. But I would really like to keep the tooltips. Any suggestions to make that work are welcome.

    Thank you!

    For me the problem is limited to Google Chrome, version 89.0.4389.114. Latest versions of Firefox, Edge and Opera are working.
    BR/Inge

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hello, please try 1.4.1, this fixed JS loading issues for some users specifically, although it’s not related to tooltips.

    If not, then please try adding this line to your wp-config.php file and post a URL to your site for me to see.

    define('WPFC_DEBUG', true);

    What this does is load non-minified JS files from WPFC so that I can see the exact line causing a problem, it may give a better clue.

    Thread Starter jshare

    (@jshare)

    Events still don’t appear with WP FullCalendar 1.4 and YASR 2.7.1 activated, and this is regardless of whether the Events pages try to display ratings or not. Sounds like a Javascript conflict. This is on a test site, so I can’t give you access, unfortunately.

    I have enabled the WPFC_DEBUG, but I don’t see anything different in the Console compared to before. Maybe I’m not looking in the right place?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘After upgrade to 1.4, no events appear anymore’ is closed to new replies.