From: soufiane Date: Wed, 12 Mar 2025 10:51:20 +0000 (+0100) Subject: wait #7364 @0:25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0270b9c87c0bc67f1b22e371298df4f98a8075b3;p=ccv-wordpress.git wait #7364 @0:25 --- 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.