Tim

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: _EventEndDate no longer used? #962434
    Tim
    Participant

    Brian,

    The issue is when we create a new event from our form. Our form DOES create the correct _EventEndDate data so we’re confused about why this isn’t being used. It seems that the _EventRecurrence field is being used instead.

    What else can we get you to troubleshoot this problem?

    in reply to: Displaying Today's Events (Including Recurring Ones) #80583
    Tim
    Participant

    Thanks Barry, that seemed to work however we are now having issues where recurring events show up multiple times.

    Is there a way to have a recurring event only show up once for the day they are happening?

    Thanks!

    in reply to: Displaying Today's Events (Including Recurring Ones) #80127
    Tim
    Participant

    Thanks for checking back Marcus. Here’s the code I used:
    https://gist.github.com/creativeslice/7790023
    If anyone has a better way to show just todays events I’d love to see it. This feels a bit brittle.

    in reply to: Displaying Today's Events (Including Recurring Ones) #80028
    Tim
    Participant

    This solution worked for me to show only todays events:

    4,
    ‘eventDisplay’ => ‘upcoming’
    )
    );
    foreach($upcoming_events as $post) {
    if (tribe_get_start_date( null, false, ‘Y-m-d’ ) >= $now) { break; }
    ?>
    <a href="”> | ID, false, ‘g:iA’); ?>

    in reply to: Displaying Today's Events (Including Recurring Ones) #79986
    Tim
    Participant

    I’m also looking for an answer to this. the tribe_get_events() documentation is outdated (only works for 2.1 and below) so I’m hoping this is just a simple update to get working.

    Can someone please help?

    in reply to: Multiday Event Cutoff not working for List #26317
    Tim
    Participant

    Ok, this is starting to make more sense now since I did not know about the “upcoming” feature of events calendar. In this case, is there a way for me to show upcoming events from a certain category? (and then take out the expired listings using your code)

    Thanks!

    in reply to: Multiday Event Cutoff not working for List #26251
    Tim
    Participant

    I think I found the issue. Once I removed this call I was able to get it working:
    `if (tribe_is_day()) {`

    However now it also hides this multi-day event from the archive when you go to see past events. I’m assuming until this bug is fixed I’ll just need to do a custom page (with a custom loop) to show true “upcoming” events and then use the Event Calendar list.php to show the archive of all events.

    Ideally I’d love to be able to use the regular list page for this, however I can’t have it making past events which are multi-day to be hidden completely from the archives.

    Thanks.

    in reply to: Multiday Event Cutoff not working for List #26248
    Tim
    Participant

    Thanks Leah, however that code didn’t seem to work for me when I tested it. Were you able to get it working?

    I’m going to try to use it as a reference to do my own custom loop (outside of the list.php page) and see if that works so my client will stop complaining that your plugin is “broken”.

    In the meantime, if you are able to get this working or find another solution that works PLEASE let me know.

    Thank you!

    in reply to: Multiday Event Cutoff not working for List #26114
    Tim
    Participant

    Leah, In the meantime is there any way I can set a custom loop that will fix this? The alternative is to do a display:none of the expired events but that’s obviously pretty hacky.

    Any help is greatly appreciated.

    in reply to: Multiday Event Cutoff not working for List #26095
    Tim
    Participant

    If an event starts on October 3rd and ends at 2am on October 4th it will still show up on the list view for everyone looking at the site on October 4th even if you have “Mulitday Event Cutoff” set to 3am.

    Does this make sense?

    in reply to: 'Filters & Columns' messed up #14465
    Tim
    Participant

    Yes, I just downloaded the plugin an hour ago. And this upgrade notice shows up. It was easy enough to just delete the demo php file and folder to make it go away 🙂

    in reply to: 'Filters & Columns' messed up #14438
    Tim
    Participant

    This “There is a new version…” message is still occurring with Advanced Post Manager Demo.

    Any idea when it will be fixed? For now I’ve just removed that part of the plugin manually.

    in reply to: Fixes You Can Expect in 2.0.2 #11556
    Tim
    Participant

    Any update on when this update will happen? I’m hoping this also fixes the issue where if you post an event on Nov 30th it also shows up for every day in December.

Viewing 13 posts - 1 through 13 (of 13 total)