Okay
  Public Ticket #1771918
All Day Tick Box
Closed

Comments

  •  2
    David started the conversation

    Hello 

    can you supply me with the functions.php code that will have the All Day event tick box UN-TICKED as most events are not all day, they are a certain time starting and finish.

  •  877
    Zhivko replied

    Open file stachethemes_event_calendar\admin\view\events\tabs\general.php and replace line 112 with:


    Admin_Html::html_checkbox('all_day', ($event ? ($event->get_all_day() ? 1 : 0) : 0), 0, __('All Day', 'stec'));
    

    Stachethemes Developer

  •  2
    David replied

    Perfect, worked. Thank you