Fields Missing in Events View

Home Forums Calendar Products Events Calendar PRO Fields Missing in Events View

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1124709
    Jessica
    Participant

    Hi 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?

    #1124982
    Nico
    Member

    Hi 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,
    Nico

    #1125078
    Nico
    Member

    Hey 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,
    Nico

    #1125092
    Jessica
    Participant

    Hi 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

    #1126151
    Jessica
    Participant

    Hey 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?

    #1126811
    Nico
    Member

    Thanks 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,
    Nico

    #1126915
    Jessica
    Participant

    Thanks 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.

    #1127253
    Nico
    Member

    Thanks 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,
    Nico

    #1130544
    Geoff
    Member

    Hey 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fields Missing in Events View’ is closed to new replies.