Conflict with other splide | WordPress.org

[ad_1]

Hello

Splide requires a specific structure, so that would not be possible at this time. However, if the included stylesheet is interferring with what your theme has set, you can dequeue the stylesheet from this plugin using the following:

add_action( 'wp_enqueue_scripts', function() {
    wp_deregister_style( 'cloudcatch-splide-carousel-style' );
    wp_deregister_style( 'cloudcatch-splide-carousel-item-style' );

    wp_dequeue_style( 'cloudcatch-splide-carousel-style' );
    wp_dequeue_style( 'cloudcatch-splide-carousel-item-style' );
} );

Let me know if this helps.

Thread Starter
Emil1

(@milouze)

Thanks you for your quick answer, is perfect it’s a CSS conflict (and not the initiator).

Thank you

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer