From e2066ab91d442f77f4058ec40078c8ef2eb17526 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 21 Jan 2025 11:01:26 +0100 Subject: [PATCH] wait #7242 @0:15 --- .../mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php | 5 +++++ .../mu-plugins/cube/src/Elementor/Widgets/PatientTour.php | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php b/wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php index 60a808e2..688201c9 100644 --- a/wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php +++ b/wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php @@ -49,6 +49,11 @@ class LinkCarousel extends _Base { return [ 'cube-link-carousel' ]; } + + public function get_style_depends() { + return [ 'swiper' ]; + } + /** * Register the widget controls. * Adds different input fields to allow the user to change and customize the widget settings. diff --git a/wp-content/mu-plugins/cube/src/Elementor/Widgets/PatientTour.php b/wp-content/mu-plugins/cube/src/Elementor/Widgets/PatientTour.php index 9abb9061..5d144619 100644 --- a/wp-content/mu-plugins/cube/src/Elementor/Widgets/PatientTour.php +++ b/wp-content/mu-plugins/cube/src/Elementor/Widgets/PatientTour.php @@ -50,6 +50,10 @@ class PatientTour extends _Base { return [ 'cube-patient-tour' ]; } + public function get_style_depends() { + return [ 'swiper' ]; + } + /** * Register the widget controls. * Adds different input fields to allow the user to change and customize the widget settings. -- 2.39.5