• Resolved aehchicago

    (@aehchicago)


    Hello! I have GCE installed on a couple of websites. On one of them, the link to view the next month (the “»” link) is visible but it stopped working recently.

    GCE is set to retrieve events until the end of time and there are events extending into subsequent months.

    On the same website, the same calendar is visible in a sidebar widget and that works fine, including subsequent months.

    Any suggestions?

    http://ww.wp.xz.cn/extend/plugins/google-calendar-events/

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

    (@rosshanney)

    Hello,

    Could you provide a link to the site in question, so I can take a look at what might be causing this?

    Thread Starter aehchicago

    (@aehchicago)

    qasmensclub.com
    see qaspa.org for a working example
    thanks for your response

    Plugin Contributor Ross Hanney

    (@rosshanney)

    It looks like a plugin you have installed called “mam_auction” is causing problems. It’s attempting to load several JavaScript and CSS files, but they all return 404 errors (one of which is jQuery, which my plugin requires).

    I’d recommend deactivating the auction plugin, if possible.

    Thread Starter aehchicago

    (@aehchicago)

    That worked! Thanks. And how did you figure that out?

    Plugin Contributor Ross Hanney

    (@rosshanney)

    In the Chrome developer tools, on the Network tab, there were several 404s reported, all related to the mam_auction plugin.

    Seems like maybe your plugin has some issues with Bootstrap too. Specifically, “bootstrap-dropdown-toggle-min.js”. I’m having the exact same issues as aehchicago – The “next month” works one time, but then the calendar gets stuck in the next month and neither forward or back work.

    http://www.pocatellochurchofchrist.org/church_events/

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hello,

    There’s a JavaScript error on your site, caused by the following code:

    jQuery(".tablesorter-example").tablesorter({ sortList: [[1,0]] });

    The jQuery tablesorter plugin doesn’t appear to be loaded on your page. Ensuring the tablesorter plugin is loaded, or removing the above code so that the error doesn’t occur should solve the month navigation problem.

    There are also several 404 errors occurring when the page tries to load various resources. One of which is the bootstrap-dropdown-toggle-min.js file you mention:

    http://www.pocatellochurchofchrist.org/wp-content/themes/Foursquare_Two/assets/js/bootstrap-dropdown-toggle-min.js

    I’m not aware of any issues regarding my plugin in combination with Bootstrap.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Next month » link not working’ is closed to new replies.