I have a need to list four calendars on a single web page. I used four variations of the following shortcode:
[ntt_schedule show_weekends="sat,sun" min_time="15:00:00" filter_type="level" general_header_toolbar="no" general_header_day="no" general_header_color="#ffffff" class_level="23"]
The only change is the class_level value. first calendar works fine, but the others display improperly as follows:
- The first column is too thin and the row headings (times of days) spill into the second column and the classes aren't display.
- The classes text are sometimes truncated.
- No classes are shown, and even when they do, the popup is forced to the very top of the page, truncating the popup's title.
To fix the above items, I must click either "All categories" or the category name. The calendar then refreshes and properly redraws itself.
How do we fix this?