jpirc

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Show Venue title in calendar month view #218082
    jpirc
    Participant

    Hi Casey,

    Thank you so much for your help. I was able to set the venue up directly in the month view, but I’m stuck again with the tooltip.php file. Is there an ID that is used to call the venue in the tooltip? The stock template tags that are in the json string in single-event.php don’t reference the venue. Other than that, everything is moving smoothly. Thanks again,

    J

    in reply to: Unable to add start time to event in month view #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!

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