N
Nikhil.sharma
New Member
Hello Elementor Team,
We're experiencing an issue after Elementor v3.33.3 release that affects our site builder header functionality.
Problem: Our custom site builder header breaks on Elementor pages. After investigation, we found that Elementor disables WordPress template buffering with this code:
This prevents our site builder header from rendering correctly. We've also noticed that Astra's site builder faces a similar issue with this filter, suggesting this may affect other theme/plugin builders that rely on WordPress template buffering. This appears to be a broader compatibility concern.
Our Solution: We're re-enabling buffering when our site builder header is active. However, we're concerned this might break some Elementor functionality, as we're not sure why you introduced this change in the first place.
We're experiencing an issue after Elementor v3.33.3 release that affects our site builder header functionality.
Problem: Our custom site builder header breaks on Elementor pages. After investigation, we found that Elementor disables WordPress template buffering with this code:
if ( version_compare( get_bloginfo( 'version' ),'6.9', '>=' ) ){add_filter( 'wp_should_output_buffer_template_for_enhancement', '__return_false', 1 );
} This prevents our site builder header from rendering correctly. We've also noticed that Astra's site builder faces a similar issue with this filter, suggesting this may affect other theme/plugin builders that rely on WordPress template buffering. This appears to be a broader compatibility concern.
Our Solution: We're re-enabling buffering when our site builder header is active. However, we're concerned this might break some Elementor functionality, as we're not sure why you introduced this change in the first place.
Elementor Services