I have the same issue and looks like it is resolved by the code provided above, could you guide me what exactly needs to be updated and where can I find the code file to add the filter
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; }
sorry I am a beginer.