OoohBoi Steroids for Elementor - Version 1.6.4

Version Description

  • GLIDER, Prev and Next buttons positioning controls are now responsive
  • POOPART, added clip-path option to Overlay and Underlay
  • Passed the test for WordPress 5.7
Download this release

Release Info

Developer ooohboi
Plugin Icon 128x128 OoohBoi Steroids for Elementor
Version 1.6.4
Comparing to
See all releases

Code changes from version 1.6.3 to 1.6.4

controls/ooohboi-glider.php CHANGED
@@ -296,7 +296,7 @@ class OoohBoi_Glider {
296
  ]
297
  );
298
  // ------------------------------------------------------------------------- CONTROL: position Y both
299
- $element->add_control(
300
  '_ob_glider_nav_pos_y_alt',
301
  [
302
  'label' => __( 'Calc - Y', 'ooohboi-steroids' ),
@@ -313,7 +313,7 @@ class OoohBoi_Glider {
313
  ]
314
  );
315
  // -------------------------------------------------------------------------- CONTROL position X prev
316
- $element->add_control(
317
  '_ob_glider_nav_pos_x_prev_alt',
318
  [
319
  'label' => __( 'Calc Prev - X', 'ooohboi-steroids' ),
@@ -330,7 +330,7 @@ class OoohBoi_Glider {
330
  ]
331
  );
332
  // -------------------------------------------------------------------------- CONTROL position X next
333
- $element->add_control(
334
  '_ob_glider_nav_pos_x_next_alt',
335
  [
336
  'label' => __( 'Calc Next - X', 'ooohboi-steroids' ),
296
  ]
297
  );
298
  // ------------------------------------------------------------------------- CONTROL: position Y both
299
+ $element->add_responsive_control(
300
  '_ob_glider_nav_pos_y_alt',
301
  [
302
  'label' => __( 'Calc - Y', 'ooohboi-steroids' ),
313
  ]
314
  );
315
  // -------------------------------------------------------------------------- CONTROL position X prev
316
+ $element->add_responsive_control(
317
  '_ob_glider_nav_pos_x_prev_alt',
318
  [
319
  'label' => __( 'Calc Prev - X', 'ooohboi-steroids' ),
330
  ]
331
  );
332
  // -------------------------------------------------------------------------- CONTROL position X next
333
+ $element->add_responsive_control(
334
  '_ob_glider_nav_pos_x_next_alt',
335
  [
336
  'label' => __( 'Calc Next - X', 'ooohboi-steroids' ),
controls/ooohboi-overlay-underlay.php CHANGED
@@ -624,6 +624,28 @@ class OoohBoi_Overlay_Underlay {
624
 
625
  $element->end_popover(); // popover MASQ end
626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  // --------------------------------------------------------------------------------------------- CONTROL Z-INDeX
628
  $element->add_control(
629
  '_ob_steroids_overlay_z_index',
@@ -1175,6 +1197,28 @@ class OoohBoi_Overlay_Underlay {
1175
 
1176
  $element->end_popover(); // popover MASQ end
1177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1178
  // --------------------------------------------------------------------------------------------- CONTROL Z-INDeX
1179
  $element->add_control(
1180
  '_ob_steroids_underlay_z_index',
624
 
625
  $element->end_popover(); // popover MASQ end
626
 
627
+ // --------------------------------------------------------------------------------------------- CONTROL POPOVER CLIP PATH since 1.6.4
628
+ $element->add_control(
629
+ '_ob_steroids_overlay_clip_path',
630
+ [
631
+ 'label' => __( 'Clip path', 'ooohboi-steroids' ),
632
+ 'description' => sprintf(
633
+ __( 'Enter the full clip-path property! See the copy-paste examples at %sClippy%s', 'ooohboi-steroids' ),
634
+ '<a href="https://bennettfeely.com/clippy/" target="_blank">',
635
+ '</a>'
636
+ ),
637
+ 'default' => '',
638
+ 'type' => Controls_Manager::TEXTAREA,
639
+ 'rows' => 3,
640
+ 'selectors' => [
641
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '{{VALUE}}',
642
+ ],
643
+ 'condition' => [
644
+ '_ob_steroids_overlay_background_background' => [ 'classic', 'gradient' ],
645
+ ],
646
+ ]
647
+ );
648
+
649
  // --------------------------------------------------------------------------------------------- CONTROL Z-INDeX
650
  $element->add_control(
651
  '_ob_steroids_overlay_z_index',
1197
 
1198
  $element->end_popover(); // popover MASQ end
1199
 
1200
+ // --------------------------------------------------------------------------------------------- CONTROL POPOVER CLIP PATH since 1.6.4
1201
+ $element->add_control(
1202
+ '_ob_steroids_underlay_clip_path',
1203
+ [
1204
+ 'label' => __( 'Clip path', 'ooohboi-steroids' ),
1205
+ 'description' => sprintf(
1206
+ __( 'Enter the full clip-path property! See the copy-paste examples at %sClippy%s', 'ooohboi-steroids' ),
1207
+ '<a href="https://bennettfeely.com/clippy/" target="_blank">',
1208
+ '</a>'
1209
+ ),
1210
+ 'default' => '',
1211
+ 'type' => Controls_Manager::TEXTAREA,
1212
+ 'rows' => 3,
1213
+ 'selectors' => [
1214
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '{{VALUE}}',
1215
+ ],
1216
+ 'condition' => [
1217
+ '_ob_steroids_overlay_background_background' => [ 'classic', 'gradient' ],
1218
+ ],
1219
+ ]
1220
+ );
1221
+
1222
  // --------------------------------------------------------------------------------------------- CONTROL Z-INDeX
1223
  $element->add_control(
1224
  '_ob_steroids_underlay_z_index',
ooohboi-steroids.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: OoohBoi Steroids for Elementor
4
  * Description: An awesome set of tools, options and settings that expand Elementor defaults. Instead of creating new Elementor Widgets, these act like an upgrade of existing options or the self-standing panels.
5
- * Version: 1.6.3
6
  * Author: OoohBoi
7
  * Author URI: https://www.youtube.com/c/OoohBoi
8
  * Text Domain: ooohboi-steroids
@@ -31,7 +31,7 @@ final class OoohBoi_Steroids {
31
  *
32
  * @var string The plugin version.
33
  */
34
- const VERSION = '1.6.3';
35
 
36
  /**
37
  * Minimum Elementor Version
2
  /**
3
  * Plugin Name: OoohBoi Steroids for Elementor
4
  * Description: An awesome set of tools, options and settings that expand Elementor defaults. Instead of creating new Elementor Widgets, these act like an upgrade of existing options or the self-standing panels.
5
+ * Version: 1.6.4
6
  * Author: OoohBoi
7
  * Author URI: https://www.youtube.com/c/OoohBoi
8
  * Text Domain: ooohboi-steroids
31
  *
32
  * @var string The plugin version.
33
  */
34
+ const VERSION = '1.6.4';
35
 
36
  /**
37
  * Minimum Elementor Version
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: OoohBoi
3
  Tags: page-builder, elementor, add-on, background-overlay, vertical text, ghost elements, overlapping columns
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
- Tested up to: 5.6
7
- Stable tag: 1.6.3
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
@@ -144,6 +144,11 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
144
 
145
  == Changelog ==
146
 
 
 
 
 
 
147
  = 1.6.3 =
148
  - BREAKING BAD, fixed inheritance of the columns alignment and direction for Inner Sections
149
  - BREAKING BAD, added size controls (width) and self-alignment for Inner Section widget
3
  Tags: page-builder, elementor, add-on, background-overlay, vertical text, ghost elements, overlapping columns
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
+ Tested up to: 5.7
7
+ Stable tag: 1.6.4
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
144
 
145
  == Changelog ==
146
 
147
+ = 1.6.4 =
148
+ - GLIDER, Prev and Next buttons positioning controls are now responsive
149
+ - POOPART, added clip-path option to Overlay and Underlay
150
+ - Passed the test for WordPress 5.7
151
+
152
  = 1.6.3 =
153
  - BREAKING BAD, fixed inheritance of the columns alignment and direction for Inner Sections
154
  - BREAKING BAD, added size controls (width) and self-alignment for Inner Section widget