Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @rayoflightthemes ,

    Thank you for reaching out and for following up.

    I’ve checked the referenced bug ticket and I can see that our engineering team is still actively working on it. I am unable to provide an exact date or time estimate for when this bug will be fixed, but you’ll be notified when there are any updates.

    If you do have other concerns or issues you need help with, please create another ticket, as it helps us track different issues.

    Your patience on this matter is highly appreciated.

    Internal Bug Ticket Reference: TECTRIA-56

    Plugin Support Darian

    (@d0153)

    Hi there,

    Our team communicates updates and bug fixes in our newsletter and via our changelog.

    We’ll be happy to help if any other questions come up about this topic. In the meantime, I’ll go ahead and close this ticket.

    Plugin Support Iris

    (@iirvin)

    Hello @rayoflightthemes

    We’re back with some good news! 

    In our recent release, we made it possible to bypass Elementor Single Event Template Override by adding the filter below:

    add_filter('tec_events_integration_elementor_bypass_template_override', 'custom_bypass_template_override', 10, 2); 
    
    function custom_bypass_template_override($bypass, $post_id) { 
    return true; 
    }

    Please update the plugins to their latest versions and add this snippet to apply the fix to your site.

    As always, we suggest testing updates on a staging site first and having a recent backup, but it should all be smooth sailing. 

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.