Thread Starter
ata24
(@ata24)
It’s theme built-in featured slider.I defined two below functions, calling them before and after slider posts loop. It works for header not for footer:
function deit(){add_filter( 'do_rocket_lazyload', '__return_false' );}
function acit(){add_filter( 'do_rocket_lazyload', '__return_true' );}