I’m demoing the lite version of EE3, and installed the Calendar plugin, but I can’t get the calendar to show up. The shortcode does not display, but neither does the calendar.
I’m attempting to display the calendar under the list view for comparison.
I checked on this and it turns out that the main.js files that’s being loaded up from the /assets directory was not written to be compatible with jQuery’s no conflict mode. So an error is thrown and the scripts stop running before the Calendar gets loaded up. The key to correcting this is to make sure you use jQuery instead of $ or use no conflict wrappers where you pass in the $ as shorthand for ‘jQuery’. Her’s a reference that will help explain this in more detail:
You will also need to make sure that the theme is loading the current version of jQuery. The version of the jQuery library that’s being loaded to the site right now is jQuery v1.7.1. We recommend using the version that’s included with WordPress itself.
Here are a few more references that you can use to help make the needed corrections:
I’ll need to verify with the client what I’m allowed to change to get this up and going.
Viewing 7 reply threads
The support post ‘Demo of Lite / Calendar plugin (EE3) – calendar won't show up’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Considering Event Espresso for a new project? Tell us more through our contact page.