Home › Forums › Calendar Products › Events Calendar PRO › Unable to add start time to event in month view
- This topic has 7 replies, 5 voices, and was last updated 11 years, 6 months ago by
Leah.
-
AuthorPosts
-
June 9, 2014 at 9:02 pm #215990
jpirc
ParticipantHello,
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.
June 9, 2014 at 10:38 pm #216120jpirc
ParticipantI 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!
June 10, 2014 at 3:16 pm #217438Barry
MemberHi!
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!
June 16, 2014 at 2:44 pm #230090Jason
ParticipantI 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-01July 17, 2014 at 11:20 am #430979insitemodt
ParticipantI 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.
July 17, 2014 at 5:56 pm #434532Leah
MemberHi 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,
LeahJuly 18, 2014 at 11:14 pm #451960Barry
MemberThanks 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!
September 26, 2014 at 11:56 am #768923Leah
MemberHi 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 -
AuthorPosts
- The topic ‘Unable to add start time to event in month view’ is closed to new replies.
