From 0270b9c87c0bc67f1b22e371298df4f98a8075b3 Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 12 Mar 2025 11:51:20 +0100 Subject: [PATCH] wait #7364 @0:25 --- .../cube/src/Elementor/Widgets/TimelineHorizontal.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/mu-plugins/cube/src/Elementor/Widgets/TimelineHorizontal.php b/wp-content/mu-plugins/cube/src/Elementor/Widgets/TimelineHorizontal.php index f435558..25bc564 100644 --- a/wp-content/mu-plugins/cube/src/Elementor/Widgets/TimelineHorizontal.php +++ b/wp-content/mu-plugins/cube/src/Elementor/Widgets/TimelineHorizontal.php @@ -50,6 +50,10 @@ class TimelineHorizontal extends _Base { return [ 'cube-timeline-horizontal' ]; } + 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