Week View: Day Start Time

Home Forums Calendar Products Events Calendar PRO Week View: Day Start Time

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #943297
    weesleekit
    Participant

    Hi

    Is there a way to set the Week view so that the first event time is visible. Currently the calender automatically starts at 12am and you have to scroll down to see any events.

    I know that you can change the Day cutoff time, however you then have the next day’s times showing under the current day which doesn’t look very good.

    Thanks.

    #943315
    weesleekit
    Participant

    Just a small note, I’ve noticed now that it does change what’s visible when I click next week or previous week, however it doesn’t do it on the first load, so I tried changing the theme and it works so I think it’s a conflict. I’ll see if I can figure out what’s causing it. Although any suggestions would be gratefully received.

    #943326
    Geoff
    Member

    Hey there, Stephen!

    First off, thanks for taking the step to test for theme conflicts. That really helps and I appreciate you taking that step. ๐Ÿ™‚

    It’s tough to say exactly what would be causing it, especially because it looks like the site is currently in maintenance mode.

    If I had to take a stab, the first thing I’d check is Javascript errors in the console. If things aren’t displayed correctly on first load, my hunch is that there is a JS conflict that is preventing the calendar’s ability to jump to the first event that goes away on a secondary load. Try opening the console in DevTools to see if anything jumps right out.

    Let me know if you have any follow-up questions as you dig in.

    Cheers!
    Geoff

    #943331
    weesleekit
    Participant

    This reply is private.

    #943334
    Geoff
    Member

    Thanks for giving me access!

    Yeah, I don’t see anything obvious right off the bat. The console is clean, for sure.

    I see that the theme injects several JS files in the header and footer. Perhaps try dequeuing those one at a time to see if one of them is specifically conflicting with the plugin. You can use conditional logic (many examples here) when usingย wp_dequeue_script() so that those scripts are specifically removed from calendar pages.

    For example, to dequeue from the Week View:

    if ( tribe_is_week() {
    // Your dequeue snippet
    }

    Hopefully the theme author will be able to help shed some light as well. ๐Ÿ™‚

    Cheers!
    Geoff

    #946170
    Geoff
    Member

    Hello Stephen! It’s been a couple weeks since your last reply, so I’m going to go ahead and close this thread. Please feel free to hit us up with a new thread if you still have any questions and we’d be more than happy to help you out. ๐Ÿ™‚

    Cheers!
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Week View: Day Start Time’ is closed to new replies.