lazy load slider
-
Hello I am back on this topic because it was working but now I have the same problem back with WP Rocket lazy load
I have that code on function.php child theme:
function dsm_rocket_lazyload_exclude_class( $attributes ) { $attributes[] = 'class="dsm-before-after-image-slider-before"'; $attributes[] = 'class="dsm-before-after-image-slider-after"'; return $attributes; } add_filter( 'rocket_lazyload_excluded_attributes', 'dsm_rocket_lazyload_exclude_class' );
But now it not working. Maybe a Divi or WP Rocket update ?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘lazy load slider’ is closed to new replies.