Unable to add start time to event in month view

Home Forums Calendar Products Events Calendar PRO Unable to add start time to event in month view

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #215990
    jpirc
    Participant

    Hello,

    I have been playing around with The Events Calendar plugin for a few days now, but I can’t seem to figure out why I am unable to show the event start time in the calendar view. I followed the instructions that were on this page: https://tri.be/support/documentation/add-start-time-to-event-title-in-month-view/, created the new folders in my theme, added the code that was referenced in the documentation, but it is still not showing up with the start time. Any insights or assistance would be greatly appreciated.

    #216120
    jpirc
    Participant

    I think I might have figured it out, but please confirm that this is correct. I added the following code to my override file: echo tribe_get_start_date( $post->ID, false, ‘g:ia-‘ ) . tribe_get_end_date( $post->ID, false, ‘g:ia’) . ‘ ‘ ;

    In the documentation, it didn’t say anything about adding the g:ia for the start and end times, but after going through a few other threads, I gave it a shot and it looks like it worked. Please let me know if this is acceptable or if there is anything I should change. Thanks so much!

    #217438
    Barry
    Member

    Hi!

    Sorry for the inconvenience but yes, that’s totally acceptable or else you could use:

    tribe_get_start_date( $post->ID, false, get_option( 'time_format' ) )

    (Which just ensures the WP time format is used, such that if you made a change to the time format setting it would automatically be respected by your custom templates.)

    It looks like a possible bug in our code, the method suggested in the tutorial ought to work and so I’ll make a note for the team to look into this.

    Thanks for bringing this to our attention!

    #230090
    Jason
    Participant

    I had this same experience was well…and the above fix worked.
    However, now for All Day Events the start time on every post is listed 12 a.m.
    How can I change that to reflect “All Day”
    http://events.mansfieldstpeters.org/events/month/?tribe-bar-date=2014-07-01

    #430979
    insitemodt
    Participant

    I am having the same issue as Jason. I can get the start time to show, but would prefer the start time NOT to show when the event is an ALL DAY event. No rush, but would appreciate a heads-up if anyone knows how to do this.

    #434532
    Leah
    Member

    Hi there,

    I just wanted to drop in and update you on the status of this issue. We are working on a fix, but we were not able to include it in our upcoming release (3.7). Correcting this problem is still important to us and we hope to have a fix done for a future maintenance release. We will do our best to keep you updated here on our progress. Thank you for your patience and understanding while we work on this.

    Best,
    Leah

    #451960
    Barry
    Member

    Thanks Leah! Further to that, I’d definitely recommend creating new threads of your own (Jason/insitemodt) mostly to avoid confusion but also because right now we are not always alerted when you make a reply in a support thread started by a different customer.

    Thanks!

    #768923
    Leah
    Member

    Hi there,

    I just wanted to let you know that we were able to work on this issue for our upcoming 3.8 release. Keep an eye out on your site for an update announcement! If you update and are still seeing this problem, please post a new thread so we can check it out. Thank you for your patience while we got this fix in place.

    Best,
    Leah
    and the team at Modern Tribe

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Unable to add start time to event in month view’ is closed to new replies.