Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    Does your Google Calendar actually contain any events in months other than the current month? If not, the navigation arrows won’t appear.

    Also, you may need to adjust the “Retrieve events from / until” options in the plugin feed settings so that events in other months are retrieved.

    If you’ve added events recently, you may also need to clear the feed cache by clicking the “Refresh” link in the plugin settings.

    The arrows appear for me: https://extension.udel.edu/ but when I click to move to the next month it never changes from “Loading”

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    I’ve created a little plugin that I think may fix your issue. You can download it here. You’ll need to upload it to your wp-content/plugins directory, then activate it in your WordPress admin (like any other plugin).

    Let me know if you have any problems, or if it doesn’t work!

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Marking as resolved.

    If you need further help, let me know.

    Hi Ross,

    I’m having the same issue on a client’s site. https://rivervalleybastrop.org/resources/calendar/

    The Next arrow shows up but nothing happens when I click on it. I added the plugin you mentioned a few comments above but to no avail. Any advice you might have to resolve the issue would be much appreciated.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    There are a couple of JavaScript errors on your page that I think are causing this. Specifically, in this section:

    // easyTooltip init
    $("a.tooltip, .social-networks li a").easyTooltip();
    
    $(".recent-posts.services li:odd, .recent-posts.team li:odd").addClass("nomargin")

    Is this something you have added? If so, try changing it to this:

    // easyTooltip init
    jQuery("a.tooltip, .social-networks li a").easyTooltip();
    
    jQuery(".recent-posts.services li:odd, .recent-posts.team li:odd").addClass("nomargin");
    gsaikin

    (@gsaikin)

    Ross, I did what you recommended – downloaded your plugin ‘fix’ for the disappearing arrows (ajax), saved it as you suggested, but it doesn’t show up in my plugin list!

    I’d been in the hospital the better part of December, part of January and part of February, so had been away from the computer for quite a while. When I got home and back on, I found that wordpress on both the sites was broken – I couldn’t get widgets to move around, etc., so using my site as a guinea pig (www.ginasweb.com), I reinstalled wp, and that solved THAT problem, but…I now cannot get ajax – even with your fix – to work. I have a page called events. Pardon the site, but it’s rather bare right now, ’cause I’m trying to concentrate on getting this calendar working – I maintain a site – https://www.squaredancepro.com and we need the calendar to let all the squaredancers know when/where the next dance is! Could you take a look at ginasweb.com/events and of course, the main page with the calendar in the upper right hand column – and see if you can figure out what’s wrong? You won’t need to register to get on – I think…I’ll make sure you won’t ??

    Thanking you in advance for your help.

    Gina S.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Google Calendar Events] AJAX not working!’ is closed to new replies.