chirocare

Forum Replies Created

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • in reply to: Error related to Organizer when creating EventBrite Event #46864
    chirocare
    Participant

    This reply is private.

    in reply to: Error related to Organizer when creating EventBrite Event #46792
    chirocare
    Participant

    Any update on this yet? We had to launch our site without this functionality and would love to get it integrated as soon as we can.

    Thanks!

    in reply to: Remove End Date if same as Start Date #46649
    chirocare
    Participant

    Yes, by all means — feel free to close it. Thanks for your help!

    in reply to: Remove End Date if same as Start Date #46449
    chirocare
    Participant

    This reply is private.

    in reply to: Remove End Date if same as Start Date #46251
    chirocare
    Participant

    Well, not exactly. When I output tribe_is_multiday() and tribe_get_all_day(), they both returned nothing (or not true). Therefore, I’d still get caught in your new conditional #2 — tribe_is_multiday() || !tribe_get_all_day() — which is what the first conditional was before. And, in your third conditional case (the “else”), which is where I want to end up, it still only shows the start time. I want it to show the date and the time range.

    in reply to: Remove End Date if same as Start Date #46240
    chirocare
    Participant

    Sure. We must have been responding at the same time. Here’s a Gist. https://gist.github.com/relish27/5414230#file-list_and_single-php
    Let me know what you think.

    in reply to: Remove End Date if same as Start Date #46237
    chirocare
    Participant

    All right, I made some changes to my list.php and single.php templates. I don’t really like modifying the templates if I can help it, but it seems like this may be the way to do here.
    In list.php:
    —————
    + Removed the “|| !tribe_get_all_day()” from the conditional on line 51
    + Changed the date display to “tribe_get_start_date($post->ID,false)” so that it only shows the date.
    + Added another table row for “Time:” and used this to output just the start and end times: “echo tribe_get_start_date($post->ID,true,’ ‘) . ” – ” . tribe_get_end_date($post->ID,true,’ ‘);”
    —————
    On single.php, I made similar changes. However, one thing of note was that the conditional was checking if tribe_get_start_date() equaled tribe_get_end_date(). This would only be true if we didn’t set an end time. But we want people to know how long the event is. So I replaced the conditional with what I have now in list.php, which is “tribe_is_multiday().”

    Modern Tribe folks, if you see anything amiss here or if you think we’ll run into issues, please let me know.
    Thanks, C

    in reply to: Remove End Date if same as Start Date #46233
    chirocare
    Participant

    Oops, the code didn’t come through on that last one. I was trying to show:
    —–
    if (tribe_is_multiday() || !tribe_get_all_day()):
    —–
    Both of these are outputting nothing (i.e. not true), so the second condition is what is catching us here. If I remove this, it displays (for the event I’m looking at now):
    ———–
    Date: April 27, 2013 8:00 am
    ———–
    However, now we are missing the end time. Thoughts?

    in reply to: Remove End Date if same as Start Date #46231
    chirocare
    Participant

    I looked in the list.php template, where I see this is outputted… and there is a conditional for

    My events are not set to be all day events, but somehow they are getting stuck in this conditional. Any ideas why?

    in reply to: Error related to Organizer when creating EventBrite Event #46111
    chirocare
    Participant

    This reply is private.

    in reply to: Venue dropdown reverts to Event Title #45475
    chirocare
    Participant

    Thanks, I’ve also emailed Rob.

    in reply to: Venue dropdown reverts to Event Title #44918
    chirocare
    Participant

    Okay, I got permission to try deactivating things in the evening quickly…Here’s what I did:

    1. Deactivated all but the event-related plugins (free and PRO versions of the Events Calendar, the Community add-on). Still got the same issue.
    2. Activated the 2012 theme. WAS able to keep the new venue associated with the event.
    3. Re-activated the previous theme. Was not able to add a new venue. However, I was able to reselect the one I wanted from step #2.

    So, it seems like the theme would somehow be at fault. How would this effect the admin side of things? This is a site I inherited and the original developers used the Bones starter theme (http://themble.com/bones/).

    What would you suggest next?

    in reply to: Venue dropdown reverts to Event Title #44777
    chirocare
    Participant

    The Events Calendar plugins are synched and up-to-date. However, I can’t deactivate everything at the moment.

    in reply to: Venue dropdown reverts to Event Title #44771
    chirocare
    Participant

    Thanks for the response!
    Here’s some screenshots:
    http://www.mepartnership.org/ECP-screenshot1.jpg
    Shows that the Event Title is being used for the Venue Name
    http://www.mepartnership.org/ECP-screenshot2.jpg
    Shows me entering in a test venue. I then hit Update.
    http://www.mepartnership.org/ECP-screenshot3.jpg
    Shows that, after updating, the Venue Name goes back to the Event Title. And my new Venue Title is not found in the list.
    http://www.mepartnership.org/ECP-screenshot4.jpg
    On the page itself, the new venue address appears… but the Venue Title is still the Event Title. It really just seems that a new venue is being saved, but for some reason it is taking the Event Title’s value for the Venue Title. Is this a bug?

    Also, I think maybe you are right about the duplicate address line issue. In that particular situation, I think that the client had added the venue once and then I tried to. Because it is saving with the Event Title as the Venue Title, I think it happened twice and associated both instances with the Venue/Event Title. What is the meta box?

Viewing 14 posts - 16 through 29 (of 29 total)