-
AuthorPosts
-
February 2, 2017 at 12:15 am #741503
Hi,
I am sure I have raised this previously, but can’t find it now. As my calendar is becoming more popular 100+ Events per week. This has now become more important.
I am using pretty much the standard implementation of Enfold and TEC Pro. However, my week view shows from 9AM to 5PM. (I think you previously said you display from the earliest time). BUT I have events starting 8pm and finishing at 9pm for example. I need to see them ALL without having them in a scrollable window. I have a scroll bar in my browser window.
Please help.
THanks,
HFebruary 6, 2017 at 8:51 pm #743592Hey Heathcliffe,
no idea what you’re trying to achieve. Can you clarify things for us? where do you want us to look at on your website? please always use screenshots to make things clear (imgur.com, dropbox). Also show us a mockup showing the results you want to achieve.
Best to ask TEC support as well about this.
Best regards,
AndyFebruary 7, 2017 at 12:35 am #743640Sorry Andy, my bad. The Calendar View is on the menu titled “What’s On” – If you click it, it defaults to Month view. But if you select the Week view, you will see what I’m getting at. The calendar shows from 9:00am 5:00pm See this image:
https://www.dropbox.com/s/gk98hgmtnrov765/TEC%20Pro%20Calendar%20-%20Week%20View1.JPG?dl=0
I then have to scroll the calendar to see events occurring beyond 5:00pm because the calendar is only drawn on screen from 9:00 – 5:00pm See second image (calendar scrolled down):
https://www.dropbox.com/s/cy8pmhr0gm75tv8/TEC%20Pro%20Calendar%20-%20Week%20View2.JPG?dl=0
I don’t want users to have to do this. I want ALL events showing in the calendar. They can use the browser window to scroll. Do you see the problem?
I hope that’s a bit clearer now.
Many thanks,
HFebruary 8, 2017 at 9:34 pm #744510Hi,
adjust it with this code:
.tribe-events-grid .tribe-scroller { height: 800px; }
and adjust as needed.
Best regards,
AndyFebruary 11, 2017 at 2:09 am #745670Hi @Andy
Thanks for the reply. Inserting that code made no difference at all.
I did find this article https://theeventscalendar.com/support/forums/topic/displaying-more-hours-in-the-week-view-grid/
and I used the code at the bottom of the article:
.tribe-events-grid .tribe-scroller { height: 100% !important; } .tribe-events-grid .tribe-scroller > .scroller-content { position: relative !important; }
However, my view now starts at 2am and ends at 1am (I know those are the settings I specify for the calendar), but how do I only show the timeframe where events are happening i.e. time of first event (9AM) until the end of the last event (typically 9:30pm (though an odd event may go on later)
I’ll leave the code I inserted so you can take a look. It’s on a different site, see below in private.
Many thanks,
HFebruary 13, 2017 at 3:08 pm #746430Hi,
we can’t help you with this, as you are asking for functions of the plugin itself. Ask plugin’s author how to hide the informations you don’t want to display. If we try it using CSS, then your information shows at the wrong place (at the wrong hours), as it simply jumps. So another solution must be found.
Best regards,
AndyFebruary 15, 2017 at 5:17 pm #747550Thanks @Andy
I do understand of course. I shall try and obtain a solution from TEC, though I have been waiting an age for them on another issue :/ (if only every support forum was as efficient as yours). I’ll report back if there is indeed a solution.
H
February 17, 2017 at 3:08 pm #748482 -
AuthorPosts
- You must be logged in to reply to this topic.