• Had not changed any calendar settings or anything on the page the calendar should appear on, and FullCalendar stopped displaying on page on all browsers.
    It’s not an events issue but the calendar itself will not appear on the page.

    I attempted deactivating/reactivating the plugin, the plugin is also completely up to date.

    I am new to wordpress and the FullCalendar plugin.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Having the same issue as above and tried the same steps. We’re running Events Manager 5.9.8, WP FullCalendar 1.3.1.

    Any guidance would be appreciated.

    For what it’s worth, I just installed FullCalendar 1.3.1 on WP 5.6 and it’s working for me (I do not use Events Manager).

    I would check the source code of the page where you put the [fullcalendar] shortcode (right click > View Page Source in Google Chrome). Make sure it’s loading jquery (line 52-57 for me) and the FullCalendar js file (line 65, which will look like the line below).

    src=’https://localhost:8888/pods/wp-content/plugins/wp-fullcalendar/includes/js/main.js?ver=1.31′

    Make sure you do not have an entry on the last box of the FullCalendar settings page titled “Load JS and CSS files on”.

    @ploesslmaddie, I just looked at the source code and it looks like those files are included. I can’t see you settings page, though.

    Try disabling Events Calendar and refreshing the page to see if the FullCalendar shows up. You can try that with your other plugins, too, just as a test.

    • This reply was modified 4 years, 2 months ago by kmitz.

    Also, you have some javscript errors in your calendar page related to FullCalendar:

    Uncaught TypeError: $(...).first(...).fullCalendar is not a function
        at HTMLDocument.<anonymous> (<anonymous>:87:30)
        at e (jquery.min.js?ver=3.5.1:2)
        at t (jquery.min.js?ver=3.5.1:2)

    Did you see this topic?

    https://www.ads-software.com/support/topic/js-errors-on-running-with-wp-5-6/

    Try clearing your cache if you have a caching plugin enabled.

    We have the same problem. The full calendar doesn’t display at all:

    https://tetonphotographyclub.org/test-full-calendar-al/

    Nothing shows up. This is the text on the WP editor page for reference:

    The full calendar:
    [fullcalendar]
    ***********************
    The other option under full calendar options
    [events_fullcalendar]

    You probably have a plugin or something that forces your scripts to footer. I used to do this in my theme and once I removed it, the calendar is back.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Calendar does not appear with [fullcalendar] command’ is closed to new replies.