Hello, I just updated to the EE4 Events Calendar v3.2.1 and I’m using version 4.4.5.p and running WordPress 4.0.1.
I have two issues:
First, it’s essential that the calendar displays all events for the month. Right now it shows a “+ View More” link that takes the user to daily view. I need the calendar to show all events for all days in that month again.
Second, when you navigate between the months, for example go from Nov to Dec and then go back to Nov, the calendar doesn’t display some events anymore. To fix it, the user has to refresh the page. Thanks.
You open up the calendar plugin and in /scripts/espresso_calendar.js you change line 3 to something like:
eeCAL.max_events_per_day = 12;
If there are more than 12 events in a day, you’ll need to use a higher number.
You can make it so your changes don’t get overwritten on an update by deregistering the built-in espresso_calendar.js file, and register/enqueue your modified copy.
Thanks Josh. If I don’t need a limit, Do you recommend I delete the line all together? I noticed if I set it at 12 and move back and forth the months, it will eventually show the view more link. Thanks for your help.
I changed the event number to 12 and it loaded fine the first time I advanced forward a month and then returned, but now that I have done it a few times the calendar shows the +View More option again.
Could you let us know if this issue is still occurring after adjust the fade effect for your theme?
—
Lorenzo
Viewing 5 reply threads
The support post ‘Events Calendar 3.2.1 Issues’ 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.