Have Multi-Day events only show first day on Grid view

Home Forums Calendar Products Events Calendar PRO Have Multi-Day events only show first day on Grid view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42852
    echristoperj
    Participant

    Is there a way to have a multi day event only show the first day on the gird view? On the calendar http://www.pairadicetravel.com/events/2013-03/ all of our trips are multi day trips. So, as a fix we only enter the event as a one day event, to reduce the clutter on the gridview. That’s a good fix, but when a customer goes to download the event, it’s not showing correctly on their calendar. The ideal way would be to enter the correct dates of the event and only have the first day show on the gridview. Thanks for your help.

    #42935
    Barry
    Member

    If you don’t mind working with code you could consider modifying the gridview template. It could test each event to see if it actually started on a different day and, if so, skip it. Some good resources to read up on:

    #43878
    echristoperj
    Participant

    Ok, I’ve hit a bit of a wall. I’ve see what to test “if( tribe_is_multiday( $post->ID ) || !$event->AllDay )” but how do I get it to compare current day, on the grid view, with “tribe_get_start_date” then not display if they are not equal?

    #47567
    Barry
    Member

    Hi! Really sorry this slipped through the cracks, for some reason I didn’t get an alert when you replied. Do you still need help with this?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Have Multi-Day events only show first day on Grid view’ is closed to new replies.