PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.3.18
UiCore Elements – Free widgets and templates for Elementor v1.3.18
1.3.18 1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 All 42 releases
← All changes | includes/widgets/testimonial-slider.php +6 -4 1.2.2 → 1.3.18 View file →
@@ -1,5 +1,6 @@
1 1 <?php
2 +
2 3 namespace UiCoreElements;
3 4
4 5 defined('ABSPATH') || exit();
5 6
@@ -39,9 +40,10 @@
39 40 $styles[] = 'testimonial-slider';
40 41
41 42 return $styles;
42 43 }
43 - protected function register_controls() {
44 + protected function register_controls()
45 + {
44 46
45 47 parent::register_controls();
46 48 $this->TRAIT_update_slider_controls();
47 49
@@ -71,9 +73,10 @@
71 73 ],
72 74 ]
73 75 );
74 76 // Change default border radius to zero
75 - $this->update_control( '
77 + $this->update_control(
78 + '
76 79 item_border_radius',
77 80 [
78 81 'default' => [
79 82 'top' => 0,
@@ -84,8 +87,7 @@
84 87 'isLinked' => true,
85 88 ],
86 89 ]
87 90 );
88 -
89 91 }
90 92 }
91 -\Elementor\Plugin::instance()->widgets_manager->register(new TestimonialSlider());
93 +\Elementor\Plugin::instance()->widgets_manager->register(new TestimonialSlider());