Support

Home Forums Event Espresso Premium EE4 Event Calendar not working

EE4 Event Calendar not working

Posted: August 9, 2014 at 7:43 pm


Lisa

August 9, 2014 at 7:43 pm

I have just updated to the new version of EE4, making sure to update the Event Calendar add-on first before the plugin. Unfortunately I am unable to get the calendar to show on my page at all using the shortcode. Could you please have a look at the page and let me know the problem? It was working perfectly before.

http://www.brismarkonline.com.au/training/course_schedule/

Thank you.


Lorenzo Orlando Caum

  • Support Staff

August 10, 2014 at 3:51 pm

Hello,

This is an issue with using the espresso events shortcode and the calendar shortcode on the same page.

We have this fixed for the next version of Event Espresso 4.3.

You can fix this in your current version by changing line 75 of wp-content\plugins\EE4-calendar\EES_Espresso_Calendar.shortcode.php

from

EE_Registry::instance()->REQ->set( 'ee', 'calendar' );

to

add_action( 'pre_get_posts', array( EED_Espresso_Calendar::instance(), 'run' ));


Lorenzo


Lisa

August 10, 2014 at 7:25 pm

Thank you. worked perfectly.


Lorenzo Orlando Caum

  • Support Staff

August 10, 2014 at 7:51 pm

You are welcome. Again, this fix will be included in the upcoming release of 4.3.

Have a great week.


Lorenzo

The support post ‘EE4 Event Calendar not working’ 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.

Event Espresso