Anchor links not working with Rocket’s Automatic Lazy Rendering
Add this attribute to every elementor parent container before the anchor point where you point to.
disable_wpr_lazyload
Add this PHP snippet:
add_filter( 'rocket_lrc_exclusions', function( $exclusions ) { $exclusions[] = 'disable_wpr_lazyload"'; return $exclusions; } );