When I have the Full Calendar shortcode on a page the calendar does not appear.
This is the page:
https://waterfire.org/event-calendar/
And this screenshot shows the error in the JS console.
https://snipboard.io/XknWf2.jpg
The other shortcode on the page works fine and I tried just the full calendar by itself.
This is the Full Cal shortcode I’m using:
[add_eventon_fc show_et_ft_img=”yes” ft_event_priority=”yes” ux_val=”4″ ]
My main plugin and all extensions seem to be up to date.
Jun 16,2021 AT 11:14AM - 3 years ago -Hello,
I went to https://waterfire.org/wp-admin/admin.php?page=eventon#evcal_002sc and disabled Disable Moment script. It seems to be working now.
Please check and let me know.
Okay, neat.
I was trying to eliminate unnecessary JS scripts from my site. Is the moment script required? I’m not sure what that is. I don’t think we need/use that service.
at this point it is necessary for full cal but will be phased out in future versions (which is why we have a disable it option as some addons don’t need it)
MomentJS is a JavaScript library which helps is parsing, validating, manipulating and displaying date/time in JavaScript in a very easy way
Thank you.