• Resolved Adam

    (@panhead)


    I created an event list and a grid, each based on the same Google Calendar feed. For some reason, the grid works, but the list shows only 1 event, when there are 2 events this month and a third event next month.

    To display the list, I use this code:

    <?php echo do_shortcode( '[gcal id="2" type="list" title="" max="3" order="asc"]' ); ?>

    To display the grid, I use this code:

    <?php echo do_shortcode( '[google-calendar-events id="1" type="ajax" title="MACCS Event Calendar"]' ); ?>

    I tried the gcal and google-calendar-events shortcodes in both cases, and that made no difference.

    Here’s a link to the event list page:
    http://nmmediaarts.org/

    Here’s a link to the event grid page:
    http://nmmediaarts.org/about/events-news/events/

    I had this problem a few months ago, and it seemed to work itself out, and now the issue is back.

    Any help is appreciated.

    https://wordpress.org/plugins/google-calendar-events/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar Showing 1 Event Instead of 3’ is closed to new replies.