So I am wondering what would cause it so that all events for the full jquery calender would display in the top left hand corner. even if there is one it will show in the tab where you have “sunday” when it might be scheduled for next monday
Share
I had the same problem, but only events in the current day were doing this.
It was caused by a CSS conflict – I had a rule in a custom jQuery UI CSS file that was causing the events to obey position: relative, when fullCalendar depends on events having position: absolute.
My first suggestion is to try setting the theme option to both true and false, and see if you have the same problem in both cases.
Next, try disabling any other CSS files you are using on the page, other than the default jQuery UI CSS and the fullcalendar CSS.
If you notice a change, this should give you some evidence as to where the problem is. If not… I’m not sure what to tell you 🙂