Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Are you using any kind of caching plugin or a plugin that compresses JS code?

    Thread Starter rooch84

    (@rooch84)

    I’m afraid not.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Alright thanks for letting us know about this. Others are also experiencing this issue so I will be looking into it in depth.

    Thread Starter rooch84

    (@rooch84)

    Thanks for the feedback, let me know if you need any further debug info.

    I have the same problem and I see in the console:

    Uncaught TypeError: Cannot read property ‘msie’ of undefined

    I also am willing to provide further details on request.

    Site is https://www.wwkc.net, calendar grid widget is on RHS of page.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Please update to version 2.0.4. I have reworked how the JS gets loaded so this may help with your issue. Let me know.

    Thanks!

    I saw this update today and installed it. The calendar grid widget now has Next and Back instead of arrows but still it doesn’t work.

    Note that if this is in any way query related, there may be other things join on as I had to sisal the loading of a particular version of query from our theme as it broke drop down menus, and this unfortunately appears to have broken lots of other things ??

    Thread Starter rooch84

    (@rooch84)

    I’m afraid that’s now worse. The “Next” and “Back” only jump to the top of the page and don’t change the month. Also, the list view calendar is also broken. It says that all events are on Oct 7th. No JS errors now though.

    The the problems here:
    https://idc.cs.mdx.ac.uk/

    Plugin Contributor Nick Young

    (@nickyoung87)

    If you are having other JS errors on the page then you need to fix those as well. We can;t guarantee our JS will work if there are other scripts causing errors.

    Thread Starter rooch84

    (@rooch84)

    Who are you replying to? I am currently JS-error-free.

    Plugin Contributor Nick Young

    (@nickyoung87)

    @rooch84,

    I just looked at your page and viewed the HTML and did a search for “gce-script.js” and nothing is showing up. That is why this is not working for you, because the JS isn’t even getting loaded. Please make sure your theme has wp_head() and wp_footer() hooks in place to add the scripts to the page.

    Thread Starter rooch84

    (@rooch84)

    wp_head() is there. It loads the css for gce, but not the JS.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Do you have wp_footer() also? We load the JS code in the footer.

    Thread Starter rooch84

    (@rooch84)

    Ahh, that fixed it. Thanks!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Sweet! Thanks for letting me know, glad it is working for you now.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Can't interact with calendar grid widget.’ is closed to new replies.