Conflict with Advanced Post Types Order Plugin – & fix

Home Forums Calendar Products Events Calendar PRO Conflict with Advanced Post Types Order Plugin – & fix

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1456871
    Keith O Reilly
    Participant

    I am using Advanced Post Types Order by nsp code..its an easy way to move posts around rather than rely on dates. There is a conflict with your plugin however that prevents it from working. The developer found a fix. Maybe it can be integrated into an update some time?

    This appears to be an issue caused by a bug within The Events Calendar PRO, at /events-calendar-pro\src\Tribe\Recurrence\Queries.php line 29, the line

    if ( empty( $query->tribe_is_event ) && empty( $query->tribe_is_multi_posttype ) ) {

    should be

    if ( empty( $query->tribe_is_event ) || empty( $query->tribe_is_multi_posttype ) ) {

    #1458207
    Cliff
    Member

    Hi, Keith.

    Thanks so much for that detailed report — and thanks to the developer from NSP Code.

    Here’s a video of me trying to (but not being able to) replicate the issue using the latest versions of our code: https://cl.ly/4701103Y0j0b

    Please let me know if there’s a different set of steps to replicate the issue.

    #1477827
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Conflict with Advanced Post Types Order Plugin – & fix’ is closed to new replies.