• Resolved zeelive

    (@zeelive)


    Hello!

    I downloaded Google Calendar Events from the wordpress plugin menu, but I also tried to download it manually without success.

    My problem is that the plugin is not loading the Javascript file so I can’t change month or hover the day that I have set something on.

    https://avetisthemes.com/hockey/horaire/

    We can see in the debugger that it can’t find the gce_ajaxify function because the Javascript file is not loaded.

    I tried to include the JS file directly into my theme. It worked for the event hover but it dosen’t work when I want to switch month, it give another javascript error.

    I tried to make an empty template only with the plugin and it also didn’t work.
    I only had, page.php, header.php and footer.php.

    I also tried to desactivate all plugin, without any success.

    Thanks for any help!

    https://www.ads-software.com/plugins/google-calendar-events/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter zeelive

    (@zeelive)

    Plugin Contributor Nick Young

    (@nickyoung87)

    Was this before or after updating to version 2.0.4?

    Thread Starter zeelive

    (@zeelive)

    I just updated to the new version.
    There is no more any Jquery error but I still can’t change calendar month or over the calender event.

    If I look into the loaded scripts, both .js are not present.

    Thank you for helping me out!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Please make sure your theme has wp_head() and wp_footer() hooks as this is what is used for the plugin to add the script files.

    You can also try a default theme and see if you are still having issues. If you are then it could be a plugin conflict.

    Thread Starter zeelive

    (@zeelive)

    Ho ! It does work now, I didn’t have the wp_footer().

    Thanks for all the great help :)!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Awesome thanks for letting me know, glad you got it working!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Javascript not loading’ is closed to new replies.