Adding grid view to a page template

Home Forums Calendar Products Events Calendar PRO Adding grid view to a page template

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #106059
    Sean
    Participant

    Hi,

    Pre 3.0 I was able to display the calendar grid view in a page:
    if(is_page(13002)) {include(‘wp-content/plugins/the-events-calendar/views/gridview.php’);}?>
    This weekend I was informed that this no longer works. I have perused the forums but have not found a solution to this. What is the new way to display the calendar grid view on a page?

    #106069
    Barry
    Member

    Yep, things have changed quite a bit in this regard.

    Right now I’m afraid we’d deem this as an advanced customization that we cannot offer too much help with, however, the basis of doing this would be making use of tribe_get_view() to load the relevant view – month view in this case – and also ensuring all of the scripts and styles it depends upon are enqueued.

    Certainly do make use of our learning resources while researching this:

    I hope that helps 🙂

    #112843
    Barry
    Member

    I’ll go ahead and close this one – but if we can assist with anything else please don’t hesitate to create new threads as needed. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding grid view to a page template’ is closed to new replies.