OoohBoi Steroids for Elementor - Version 1.5.2

Version Description

  • Photomorph, fixed clip-path animation bug
  • Teleporter, fixed problem with Section's Columns Gap value being ignored
  • Overlaiz, fix for the pointer events (Overlaiz is now click-thru proof)
  • PoopArt, fixed problem with Underlay Mask image being ignored
Download this release

Release Info

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

Code changes from version 1.5.1 to 1.5.2

assets/css/main.css CHANGED
@@ -30,6 +30,9 @@
30
  .ob-is-breaking-bad.elementor-inner-section > .elementor-container {
31
  flex-wrap: wrap;
32
  }
 
 
 
33
 
34
  /* GLIDER */
35
  .ob-is-glider .elementor-container > .elementor-row.swiper-wrapper,
@@ -131,6 +134,10 @@ div[class*='ob-teleporter-'] {
131
  top: unset !important;
132
  }
133
 
 
 
 
 
134
  /* BUTTER BUTTON*/
135
  .ob-is-butterbutton .elementor-button-wrapper {
136
  position: relative;
30
  .ob-is-breaking-bad.elementor-inner-section > .elementor-container {
31
  flex-wrap: wrap;
32
  }
33
+ .ob-is-breaking-bad .elementor-background-overlay {
34
+ pointer-events: none;
35
+ }
36
 
37
  /* GLIDER */
38
  .ob-is-glider .elementor-container > .elementor-row.swiper-wrapper,
134
  top: unset !important;
135
  }
136
 
137
+ .elementor-column-gap-no .ob-is-teleporter.elementor-element .elementor-widget-wrap .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
138
+ margin-bottom: 0;
139
+ }
140
+
141
  /* BUTTER BUTTON*/
142
  .ob-is-butterbutton .elementor-button-wrapper {
143
  position: relative;
assets/js/ooohboi-steroids.js CHANGED
@@ -15,7 +15,7 @@
15
  elementorModules.frontend.handlers.Base.prototype.onInit.apply( this, arguments );
16
  this.initPoopArtPerspektive();
17
 
18
- },
19
 
20
  initPoopArtPerspektive: function() {
21
 
@@ -629,7 +629,7 @@
629
 
630
  } );
631
 
632
- } );
633
 
634
  var makeSwiper = function( elem_id, settings ) {
635
 
15
  elementorModules.frontend.handlers.Base.prototype.onInit.apply( this, arguments );
16
  this.initPoopArtPerspektive();
17
 
18
+ },
19
 
20
  initPoopArtPerspektive: function() {
21
 
629
 
630
  } );
631
 
632
+ } );
633
 
634
  var makeSwiper = function( elem_id, settings ) {
635
 
controls/ooohboi-overlay-underlay.php CHANGED
@@ -1040,7 +1040,10 @@ class OoohBoi_Overlay_Underlay {
1040
  'url' => '',
1041
  ],
1042
  'selectors' => [
1043
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-image: url("{{URL}}"); mask-image: url("{{URL}}"); -webkit-mask-mode: alpha; mask-mode: alpha;',
 
 
 
1044
  ],
1045
  ]
1046
  );
@@ -1064,7 +1067,7 @@ class OoohBoi_Overlay_Underlay {
1064
  'bottom right' => __( 'Bottom Right', 'ooohboi-steroids' ),
1065
  ],
1066
  'selectors' => [
1067
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-position: {{VALUE}}; mask-position: {{VALUE}};',
1068
  ],
1069
  'condition' => [
1070
  '_ob_steroids_underlay_mask_img[url]!' => '',
@@ -1086,7 +1089,7 @@ class OoohBoi_Overlay_Underlay {
1086
  'initial' => __( 'Custom', 'ooohboi-steroids' ),
1087
  ],
1088
  'selectors' => [
1089
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-size: {{VALUE}}; mask-size: {{VALUE}};',
1090
  ],
1091
  'condition' => [
1092
  '_ob_steroids_underlay_mask_img[url]!' => '',
@@ -1115,7 +1118,7 @@ class OoohBoi_Overlay_Underlay {
1115
  'unit' => '%',
1116
  ],
1117
  'selectors' => [
1118
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1119
  ],
1120
  'condition' => [
1121
  '_ob_steroids_underlay_mask_size' => [ 'initial' ],
@@ -1124,7 +1127,7 @@ class OoohBoi_Overlay_Underlay {
1124
  'device_args' => [
1125
  Controls_Stack::RESPONSIVE_TABLET => [
1126
  'selectors' => [
1127
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1128
  ],
1129
  'condition' => [
1130
  '_ob_steroids_underlay_mask_size_tablet' => [ 'initial' ],
@@ -1132,7 +1135,7 @@ class OoohBoi_Overlay_Underlay {
1132
  ],
1133
  Controls_Stack::RESPONSIVE_MOBILE => [
1134
  'selectors' => [
1135
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1136
  ],
1137
  'condition' => [
1138
  '_ob_steroids_underlay_mask_size_mobile' => [ 'initial' ],
@@ -1155,7 +1158,7 @@ class OoohBoi_Overlay_Underlay {
1155
  'repeat-y' => __( 'Repeat-y', 'ooohboi-steroids' ),
1156
  ],
1157
  'selectors' => [
1158
- '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:before' => '-webkit-mask-repeat: {{VALUE}}; mask-repeat: {{VALUE}};',
1159
  ],
1160
  'condition' => [
1161
  '_ob_steroids_underlay_mask_img[url]!' => '',
1040
  'url' => '',
1041
  ],
1042
  'selectors' => [
1043
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-image: url("{{URL}}"); mask-image: url("{{URL}}"); -webkit-mask-mode: alpha; mask-mode: alpha;',
1044
+ ],
1045
+ 'condition' => [
1046
+ '_ob_steroids_underlay_background_background' => [ 'classic', 'gradient' ],
1047
  ],
1048
  ]
1049
  );
1067
  'bottom right' => __( 'Bottom Right', 'ooohboi-steroids' ),
1068
  ],
1069
  'selectors' => [
1070
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-position: {{VALUE}}; mask-position: {{VALUE}};',
1071
  ],
1072
  'condition' => [
1073
  '_ob_steroids_underlay_mask_img[url]!' => '',
1089
  'initial' => __( 'Custom', 'ooohboi-steroids' ),
1090
  ],
1091
  'selectors' => [
1092
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-size: {{VALUE}}; mask-size: {{VALUE}};',
1093
  ],
1094
  'condition' => [
1095
  '_ob_steroids_underlay_mask_img[url]!' => '',
1118
  'unit' => '%',
1119
  ],
1120
  'selectors' => [
1121
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1122
  ],
1123
  'condition' => [
1124
  '_ob_steroids_underlay_mask_size' => [ 'initial' ],
1127
  'device_args' => [
1128
  Controls_Stack::RESPONSIVE_TABLET => [
1129
  'selectors' => [
1130
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1131
  ],
1132
  'condition' => [
1133
  '_ob_steroids_underlay_mask_size_tablet' => [ 'initial' ],
1135
  ],
1136
  Controls_Stack::RESPONSIVE_MOBILE => [
1137
  'selectors' => [
1138
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-size: {{SIZE}}{{UNIT}} auto; mask-size: {{SIZE}}{{UNIT}} auto;',
1139
  ],
1140
  'condition' => [
1141
  '_ob_steroids_underlay_mask_size_mobile' => [ 'initial' ],
1158
  'repeat-y' => __( 'Repeat-y', 'ooohboi-steroids' ),
1159
  ],
1160
  'selectors' => [
1161
+ '{{WRAPPER}}.ob-has-background-overlay > .elementor-widget-container:after' => '-webkit-mask-repeat: {{VALUE}}; mask-repeat: {{VALUE}};',
1162
  ],
1163
  'condition' => [
1164
  '_ob_steroids_underlay_mask_img[url]!' => '',
controls/ooohboi-photomorph.php CHANGED
@@ -209,7 +209,7 @@ final class OoohBoi_PhotoMorph {
209
  'type' => Controls_Manager::SLIDER,
210
  'render_type' => 'template',
211
  'default' => [
212
- 'value' => 0,
213
  ],
214
  'range' => [
215
  'px' => [
209
  'type' => Controls_Manager::SLIDER,
210
  'render_type' => 'template',
211
  'default' => [
212
+ 'size' => 0,
213
  ],
214
  'range' => [
215
  'px' => [
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.5.1
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.5.1';
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.5.2
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.5.2';
35
 
36
  /**
37
  * Minimum Elementor Version
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: page-builder, elementor, add-on, background-overlay, vertical text, ghost
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.5
7
- Stable tag: 1.5.1
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
@@ -120,6 +120,12 @@ No, you don't. It'll work with both free version of Elementor and Elementor PRO.
120
  20. COMMENTZ options
121
  == Changelog ==
122
 
 
 
 
 
 
 
123
  = 1.5.1 =
124
  - New feature added, COMMENTZ - enjoy styling the Post Comments from Elementor!
125
 
4
  Donate link: https://www.paypal.me/ooohboi
5
  Requires at least: 5.0
6
  Tested up to: 5.5
7
+ Stable tag: 1.5.2
8
  Requires PHP: 7.0
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0
120
  20. COMMENTZ options
121
  == Changelog ==
122
 
123
+ = 1.5.2 =
124
+ - Photomorph, fixed clip-path animation bug
125
+ - Teleporter, fixed problem with Section's Columns Gap value being ignored
126
+ - Overlaiz, fix for the pointer events (Overlaiz is now click-thru proof)
127
+ - PoopArt, fixed problem with Underlay Mask image being ignored
128
+
129
  = 1.5.1 =
130
  - New feature added, COMMENTZ - enjoy styling the Post Comments from Elementor!
131