Hide end date & time on event view

Home Forums Calendar Products Events Calendar PRO Hide end date & time on event view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #82924
    elixirlab
    Participant

    Hello , i tried to find an option in admin to hide the end & time date on my events, but don’t find it even if i don’t write anything in the fields when i create my events.
    so i ve modified the general.php file in the Template-tags folder and comment the ligne wich show this meta…but each upgrade replace my modification…
    is there an other solution like for the view custom file in my theme ?
    and i ve got another bug with the date of event which reset automaticaly at the current day date each time i modify an event…the good date isn’t saved if i made any other change like description or other…i have to enter the date each time…
    thx for help
    Hugues

    #83075
    Barry
    Member

    Hi Hugues,

    For the second bug you mentioned please do try updating to 3.3.1 in the first instance and see if that helps – but if not please create a new thread and someone will happily help if they can 🙂

    For the first issue, for single day events you might find this snippet useful (which you could add to your theme’s functions.php file). Other alternatives include A) setting up a filter on the following hook:

    tribe_events_event_schedule_details

    Or B) replacing any calls to tribe_events_event_schedule_details() within the single-event.php template and elsewhere and replacing them with your own code. That’s a bit more involved of course, but the following resources could be useful if you want to investigate that route:

    #89839
    Barry
    Member

    It’s been a while and so I’ll go ahead and close this thread. Of course if you need any further support please don’t hesitate to create a new thread and follow up there. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide end date & time on event view’ is closed to new replies.