true // In footer?
);
- return ['cube-profile-grid'];
+ // Use script already registered by Elementor so we don't have to include another copy of Slick
+ return ['jquery-slick', 'cube-profile-grid'];
}
/**
* Register the widget controls.
'label' => __('Body', 'cube'),
'type' => Controls_Manager::WYSIWYG,
'default' => '',
+ 'dynamic' => [
+ 'active' => false,
+ ],
],
[
'name' => 'cta_text',
'type' => Controls_Manager::NUMBER,
'default' => '5',
'condition' => [
+ 'type' => 'grid',
'truncate_text!' => ''
],
'separator' => 'none',
true // In footer?
);
- return ['cube-text-carousel'];
+ // Use script already registered by Elementor so we don't have to include another copy of Slick
+ return ['jquery-slick', 'cube-text-carousel'];
}
/**
* Register the widget controls.