just to narrow down the problem and help us debug the issue is it possible to try the following temporarily:
– deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems
Hi,
Thanks for your suggestions!
I have done this and it does not appear to be plugin or theme related. Some of the category colours are working – i.e. “Basketball” category colour in the drop down and on the calendar does correspond. However “Swimming” for instance, does not. But I can’t see that I have done anything different in setting up these 2 categories.
Which version of Events Manager and WP FullCalendar are you using?
Hi,
Events Manager: Version 5.6.1
Full Calendar: Version 1.0
Thanks!
@alananaylor
The link to your website was broken. Any chance you could provide a working link to where your calendar is?
Hi!
Apologies! The site has now gone live, hence it’s been moved to the root.
I managed to find somewhat of a solution – the problem appeared to be the fact the Calendar entries were using 2 categories, (a sport category and a location category.) Although I only wanted the colour coding to apply to the sport category, the fact there was another category there seemed to be causing confusion.
I’ve simply eliminated the location category and this seems to have rectified the situation.
However, I still have the spacing issue!
You can view the page here: http://multi-sport.com.hk/timetable
I would like to eliminate all the empty space between event entries. Is this possible??
Thank you for your support!
you can try to add this in your theme style.css (at the end) or in your wp admin theme options custom css section
.fc-view-container table td {
padding: 0px !important;
height: 120%;
margin: 0 !important;
}
https://wordpress.org/support/topic/events-manager-calendar-height?replies=4