maybe you can try to wrap the [fullcalendar] shortcode with [raw] shortcode?
eg.
[raw]
[fullcalendar]
[/raw]
I don’t understand this.
If I am to make [raw] work as a short code, I need a plugin don’t I ? What plugin?
I installed raw HTML plugin and then the page just shows as
[fullcalendar]
as expected .. since [fullcalendar] as raw HTML will not be interpreted.
Any other ideas????
Thanks
this works for me and the raw shortcode should prevent themes from auto-formatting the shortcode or text inside it; did you try to temporarily revert back to default theme to see if this is theme/css/js conflict?
Yes tried many different themes including 2012 with nothing else but events manager and fullcalendar installed.
Any other ideas?
hmmm, that is weird because for me it’s working great from theme 2012 until 2014 ?
Hi Ok actually on a fresh install it does work fine for me for the theme 2013.
So it is not my php environment.
There are two themes however that I am using, that it does fail on. Even with no plugins other than Events Manager and WP fullcalendar installed.
Where should I start looking?
Hi OK guys found it. Turned out in both my themes we had added code to defer loading of javascript to optimize the site. This caused the problem; but now we have to find another way to defer loading of javascript in a way that does not interfere with the fullcalendar tool.