Events Calendar PRO and Woocommerce Product Issue

Home Forums Calendar Products Events Calendar PRO Events Calendar PRO and Woocommerce Product Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1563932
    phitcomedy
    Participant

    The Events Calendar PRO plugin is causing issues with our Woocommerce product editing pages. On the editing pages, below the Product Description, everything including the SEO, Deposits, Memberships and Additional Options sections are all uneditable. The Events Calendar PRO plugin specifically has been isolated as the problem. Any thoughts on how to fix this?

    #1564543
    Sky
    Keymaster

    Hi there!

    I’m sorry to hear that you’re having issue with the Events Calendar Pro and WooCommerce. I will try to help you get this sorted.

    When checking out my local test install with just the main WooCommerce extension enabled, I am not seeing any issues. However, you have quite a few WooCommerce extensions that I don’t have access to for troubleshooting. To help isolate exactly which of these extensions is conflicting with the Events Calendar Pro, could you try disabling them all except for the main WooCommerce plugin, and re-enable them one at a time until the issue reappears?

    Once you have identified the plugin with the conflict, can you inspect the page with your browser tools and take a screenshot of any errors showing in the Console?

    Thanks,
    Sky

    #1566218
    phitcomedy
    Participant

    This reply is private.

    #1566758
    Sky
    Keymaster

    Hi again,

    Thanks so much for that! The issue is due to a javascript library named “Select2.” Unfortunately, the version our plugin uses is quite old, and not compatible with the version that other plugins use.

    There is a ticket open for this, but it was created awhile ago and there doesn’t seem to be any progress being made on it.

    I did find a “workaround” but I’m not sure how this will affect other events settings. You can try adding the following to your child theme’s functions.php and see if the events interface is still workable for you.

    if ( is_admin() ) {
    wp_deregister_script( 'tribe-select2' );
    }

    Can you give that a try and see if this will work temporarily? I’m going to add this thread to the bug ticket with the others and see if I can’t get some momentum built up to solve this issue.

    Thanks, and let me know if you have any other questions in the meantime.
    Sky

    #1573991
    Victor
    Member

    Hi Gregory!

    Just wanted to share with you that a new release of Events Calendar PRO is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/announcing-events-calendar-pro-4-4-29-2/

    We apologize for the delay and appreciate your patience while we worked on this.

    Please update the plugins and let us know if the fix works for your site.

    Best,
    Victor

    #1589685
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Events Calendar PRO and Woocommerce Product Issue’ is closed to new replies.