• Resolved julien

    (@leguennecj)


    Hello
    I have a problem with the slider module. Indeed it works but image is cut in two after opening the page. But if I use the slide image appears completely.

    Do you have any idea to fix that problem ?

    Please have a look on the page. Problem with desktop and mobile version.

    Maybe a lazyloading problem ?

    Thanks for your support

    Regards

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Supreme Modules

    (@divisupreme)

    Thread Starter julien

    (@leguennecj)

    Hi,

    Thanks for your answer.

    I think it’s the solution but I use “BJ Lazy Load” plugin.

    Do you have the code for BJ ?

    Regards

    Plugin Author Supreme Modules

    (@divisupreme)

    I’m afraid we are not going to support that. The reason is because that plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress. The last update was 3 years ago.

    Thread Starter julien

    (@leguennecj)

    ok thanks I switch to Wp Rocket and it works

    Regards

    Thread Starter julien

    (@leguennecj)

    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 ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with slider’ is closed to new replies.