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

    (@rosshanney)

    Hi there,

    I realise this isn’t quite what you have asked, but the plugin does allow you to navigate between months, if you select the ‘Calendar grid – with AJAX’ option in the widget settings, or use the type="ajax" parameter in the shortcode.

    Ross.

    Hi,
    When i add type=”ajax” to the shortcode a la

    [google-calendar-events type=”ajax”]

    the page comes up all blank.

    Plugin Contributor Ross Hanney

    (@rosshanney)

    Hi UengI,

    This sounds like a memory limit problem. The current version of the plugin uses quite a lot of memory, and can sometimes exceed the WordPress memory limit, causing this kind of error.

    I’m working on the next version of the plugin (right now, in fact!), which drastically reduces memory usage. It’s coming along nicely and should be released fairly soon.

    In the meantime, you could attempt to increase your memory limit by adding the following to your wp-config.php file:

    define('WP_MEMORY_LIMIT', '128M');

    This may or may not make any difference, depending on any restrictions put in place by your web host.

    Ross.

    That did the trick! Muchas gracias!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Google Calendar Events] Month view’ is closed to new replies.