Support

Home Forums Event Espresso Premium Event showing twice.

Event showing twice.

Posted: December 30, 2014 at 8:55 am


Alexander Quesada

December 30, 2014 at 8:55 am

Hello,

I just updated the dates of some events, and I noticed one of my events is showing twice. I have two separate dates for it, however, I have done this before and it never came up two times like this. Usually is just shows the event name, then when you click it it will show the various dates.

Any help is appreciated. Thanks

http://prestigemedical.org/enrollment-page/


Josh

  • Support Staff

December 30, 2014 at 11:41 am

Hi Alexander,

That’s due to a change in EE core. We’re working on getting an update ready for the table templates that will fix the duplicate event row. In the meantime, if you’d like to apply a patch, you can open up the EES_Espresso_Events_Table_Template.shortcode.php file in the event table template plugin and add the following after line 270 (right before it runs the query) :

EE_Registry::instance()->load_helper( 'Event_Query' );
add_filter( 'posts_clauses_request', array( 'EEH_Event_Query', 'posts_clauses' ), 10, 2 );


Josh

  • Support Staff

January 6, 2015 at 12:46 pm

Hi there,

The fix for the issue you reported here is included in the update to the Events table template plugin (version 1.3.1.p).


Alexander Quesada

January 6, 2015 at 4:00 pm

Thanks Josh,

That fixed it!

The support post ‘Event showing twice.’ 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