Home › Forums › Calendar Products › Events Calendar PRO › Fields Missing in Events View
- This topic has 9 replies, 4 voices, and was last updated 9 years, 9 months ago by
Geoff.
-
AuthorPosts
-
June 9, 2016 at 12:31 pm #1124709
Jessica
ParticipantHi there,
Prior to yesterday’s update, “sales” (and I believe some other categories to like stock levels) showed up in our Active Columns. Now they are missing and we can only see the original options that were available in version 4.1. How can we get these additional columns back?
June 10, 2016 at 5:23 am #1124982Nico
MemberHi Jessica,
Thanks for reaching out to us and sorry to hear about this 🙁
I could reproduce and confirm this is a legit bug introduced in version 4.2 of our plugins. I’ve created a bug report for this, but I still don’t have a date or target version for this. I’ve attached this thread to the report and set the thread status to ‘Pending Fix’ this way you’ll get noticed when this is fixed.
For now (if you really need this) you can downgrade the plugins to version 4.1 which I could confirm brings the filters back.
Thanks for the report and sorry for the hassle until we can fix this,
Best,
NicoJune 10, 2016 at 8:26 am #1125078Nico
MemberHey Jessica,
One of our devs wrote this snippet to fix this in interim, paste it in your theme (or chidl theme) functions.php file:
/**
* Temporary fix for missing Event Tickets Plus APM filters.
*/
add_action( 'init', function() {
if ( ! class_exists( 'Tribe__Tickets_Plus__APM' ) ) return;
new Tribe__Tickets_Plus__APM();
}, 20 );
Please let me know if it makes it right,
Have a great weekend,
NicoJune 10, 2016 at 8:41 am #1125092Jessica
ParticipantHi Nico,
Unfortunately that didn’t work. I’ll revert back to the previous version for now and hope a fix comes out soon.
Thanks,
Jessica
June 13, 2016 at 8:46 am #1126151Jessica
ParticipantHey Nico,
I attempted to roll back the plugin to the previous version using WP Rollback, however neither EC Pro or ET Plus have a roll back option. I also tried downloading the older versions and installing them, but that hasn’t worked either. Any idea what could be going on?
June 14, 2016 at 9:49 am #1126811Nico
MemberThanks for following up Jessica!
I’m not familiarized with the WP Rollback plugin, so not sure about that. But you should be good if you manually downgrade the plugins, please note that you’ll have to downgrade all of the plugins: The Events Calendar, Events Calendar PRO, Event Tickets & Event Tickets Plus. If you did so but it didn’t work as expected, were you seeing any errors?
Also, the snippet is working fine in my local install but another team member confirmed it doesn’t work for him either so we’ll need to revisit that.
Best,
NicoJune 14, 2016 at 11:45 am #1126915Jessica
ParticipantThanks Nico, I’m all set now. I was able to roll back to a previous version and I’ll wait on a fix before updating again.
June 15, 2016 at 5:52 am #1127253Nico
MemberThanks for the heads-up and glad to hear you could get this working for now.
Sorry once again for the hassle with this issue, we are looking forward to solve this 🙂 Stay tuned to the changelogs in upcoming maintenance release!
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Best,
NicoJune 22, 2016 at 1:40 pm #1130544Geoff
MemberHey Jessica,
Just want to drop a quick note in here to let you know that Advanced Post Manager 4.2 is about to be released any moment and it will include a patch for this issue. Please update and let us know if you continue to hit any trouble.
Thanks so much for your patience while we worked on this!
Cheers,
Geoff -
AuthorPosts
- The topic ‘Fields Missing in Events View’ is closed to new replies.
