Event times selection 15 minutes instead of 30

Home Forums Calendar Products Events Calendar PRO Event times selection 15 minutes instead of 30

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1334170
    Jeff
    Participant

    Hi, I am trying to add the below snippet in all mentioned files but this is not working. In my add new events I can’t able to pick the time 15 minutes difference it’s giving me 30 minutes difference. Please mention where I need to add this code in which file? or if I am doing wrong then correct me Thanks!

    I got this snippet from : https://theeventscalendar.com/support/forums/topic/event-times-every-15-minutes-instead-of-30-non-american-time-settings/

    add_filter( ‘tribe_minutes_increment’ , ‘cliff_custom_tec_minutes_drop_down’ );
    function cliff_custom_tec_minutes_drop_down() {
    return 1; // change to the increment you want to use (e.g. 1 = every 1 minute should be shown: 00 through 59)
    }

    #1334221
    Mathew
    Participant

    Jeff,

    That particular snippet is a few years old and no longer applicable. Try this one out. You should have better results with it.

    Hope it helps.

    #1334245
    Andras
    Keymaster

    Hello scrippscollege, thanks for reaching out!

    Matthew, thanks for chiming in here. Indeed that is the current solution to the question.


    @scrippscollege
    , please try that out and let me know if it does the trick for you as well.

    Cheers,
    Andras

    #1334278
    Jeff
    Participant

    That seems to have fixed it. I would like to thank you, Mathew, for your timely help and thank you András for your response.

    #1334879
    Andras
    Keymaster

    Stoked to hear it is resolved &scrippscollege!

    And big props to you @Mathew for helping out! (Don’t you want to join our team? 😉 )

    I’m going to close the ticket. Feel free to open a new one in case you are in need.

    Cheers,
    Andras

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event times selection 15 minutes instead of 30’ is closed to new replies.