• Resolved polyfade

    (@polyfade)


    While I’m able to display the calendar using the gutenberg block on the page, I can’t seem to echo out the same calender as a shortcode. It is displaying the calendar ui, but there’s no events being displayed. BTW, the shortcode doesn’t seem to work with the 2020 theme either.

    Here is my snippet:
    <?php echo do_shortcode('[pgc calendarids="[email protected]" initial_view="listWeek" header-right="listWeek,dayGridMonth"]'); ?>

    Is there something I’m missing?

    • This topic was modified 8 months, 1 week ago by polyfade.
Viewing 1 replies (of 1 total)
  • Plugin Author michielve

    (@michielve)

    Hi, this one works for me:

    [pgc initial_view="listWeek" header-right="listWeek,dayGridMonth" calendarids="nl.dutch#[email protected]"]

    But I had to navigate to the next or previous week to be able to see events, because this week there aren’t any, so maybe this is the case for you as well?

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode integration’ is closed to new replies.