I have an instance of full calendar running on my asp.net site but it keep showing too many weeks. Such as not it is showing 6 weeks even tho there are only 5 weeks in November
You just have to set fixedWeekCount: false that should do the trick, it will show the correct amount of weeks by month.
http://fullcalendar.io/docs/display/fixedWeekCount/
Related
I pull a report for new users to my site every month. Ive gone and looked at those numbers again, and the numbers for all the previous months (up to 7 months ago) have increased by around 30 new users.
Why would this be? Im using a 360 account so the refresh rate should be around 8 hours max - but it seems like old data is still being pulled into GA months later.
Any advice as to why this would be tru would be much appreciated.
Thanks
I am experiencing a very odd problem and I cannot reproduce it!
I have around 70 users using my app which has the calendar display events.
The events are loaded into the calendar from a PHP function which populates the eventsource.
On 68 of the users everything displays perfectly.
On 2 users, the events are displayed 2 days ahead of the actual event in the calendar.
i.e. Easter monday is an event that I am displaying and it displays in their calendar on the 23rd April instead of the 21st.
I have tried to reproduce this on my PC but am unable.
Any suggestions would be greatly appreciated.
Regards
Col
I typically use GA by selecting the first day of the month then selecting the current day and viewing my results for the current month. At this point I have no special filters or anything, just the vanilla setup. I check GA daily and have noticed on occasion that GA will occasionally show me lower monthly visits than the previous day checked. It's as if GA is revising it's data first showing me X monthly visitors only to change those numbers to X-Y the next day.
Yesterday I got a decent spike in traffic and was happily watching new visits/page counts come in from a specific domain that linked to my site. I also have regular users that access my site directly. I wake up this morning and all the traffic from yesterday is gone. I am seeing data come in for today, but yesterday shows 0 visitors and 0 page views. Any idea what is happening?
[SFMPE] In the last two days I also noticed similar changes. On Wednesday I saw 1600 visitors in GA for Tuesday, but on Thursday only 600 for Tuesday. On Thursday I saw 1600 visitors for Wednesday, today (Firday) only 600. Today (Friday) I see 1600 visitors for yesterday. I guess tomorrow it will change to 600 again. Meanwhile Awstats shows increase in traffic: 1200 on Tuesday, 2400 on Wednesday, 4000 on Thursday. I also noticed some sort of robot activity (spammy meaningless comments-flow with links) so I think it's up to that, and GA just made some second cleaning.
Not sure.
I'm using fullcalendar 1.6.4 in conjunction with a Drupal 7 site; all is well except that I'm getting the wrong number of weeks for some months with weekMode set to "variable" or "liquid". For September 2013, I get four rows of weeks, which means that I lose the last two days of the month. Most other months appear correctly, although December 2012 is shown with 5 weeks (losing the 30th and 31st), and January, February, and October 2013 are all shown with 6 weeks (one more than is needed).
I've been doing some quick hacking around with the render() code where the starting and ending dates seem to be worked out, but haven't come up with anything clearly better. So: are other people seeing this / is it a known issue / have I screwed up something with my installation? Thanks!
I think there's a bug here: in fullcalendar.js's MonthView.render(), it looks like the AddDays computation of visEnd (l. 1984) is getting messed up by firstDay getting string-concatenated into the value instead of added. visStart may be getting similarly affected, since it does pretty much the same thing. In any case, I stuck the line firstDay = parseInt(firstDay, 0) after the var FirstDay... statement, and things are working properly for me. This may not be the preferred way of handling the matter, but I think something like this is going on. Opinions from other eyes?
This is not a Full Calendar bug, but instead a bug in the Drupal implementation of Full Calendar. Drupal allows users to override the "start of the week" option (values of 0 to 6). Drupal is incorrectly storing this value as a string instead of a number.
See Drupal issue I opened.
I am working with radcalendar. it displays all months of the year. In any calendar month it displays around 42 days.
I dont want to display more than 31 days in any month.
Are you looking for ShowOtherMonthsDays