Home › Forums › Calendar Products › Events Calendar PRO › Week View: Day Start Time
- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by
Geoff.
-
AuthorPosts
-
February 18, 2015 at 7:16 am #943297
weesleekit
ParticipantHi
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.
February 18, 2015 at 7:55 am #943315weesleekit
ParticipantJust 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.
February 18, 2015 at 8:14 am #943326Geoff
MemberHey 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!
GeoffFebruary 18, 2015 at 8:29 am #943331weesleekit
ParticipantThis reply is private.
February 18, 2015 at 8:44 am #943334Geoff
MemberThanks 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!
GeoffMarch 5, 2015 at 8:06 am #946170Geoff
MemberHello 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 -
AuthorPosts
- The topic ‘Week View: Day Start Time’ is closed to new replies.
