Bold Page Builder - Version 4.4.6

Version Description

  • Fixed Section video.
Download this release

Release Info

Developer boldthemes
Plugin Icon 128x128 Bold Page Builder
Version 4.4.6
Comparing to
See all releases

Code changes from version 4.4.5 to 4.4.6

bold-builder.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Plugin Name: Bold Builder
5
  * Description: WordPress page builder.
6
- * Version: 4.4.5
7
  * Author: BoldThemes
8
  * Author URI: https://www.bold-themes.com
9
  * Text Domain: bold-builder
@@ -12,7 +12,7 @@
12
  defined( 'ABSPATH' ) || exit;
13
 
14
  // VERSION --------------------------------------------------------- \\
15
- define( 'BT_BB_VERSION', '4.4.5' );
16
  // VERSION --------------------------------------------------------- \\
17
 
18
  /**
3
  /**
4
  * Plugin Name: Bold Builder
5
  * Description: WordPress page builder.
6
+ * Version: 4.4.6
7
  * Author: BoldThemes
8
  * Author URI: https://www.bold-themes.com
9
  * Text Domain: bold-builder
12
  defined( 'ABSPATH' ) || exit;
13
 
14
  // VERSION --------------------------------------------------------- \\
15
+ define( 'BT_BB_VERSION', '4.4.6' );
16
  // VERSION --------------------------------------------------------- \\
17
 
18
  /**
css/front_end/content_elements.crush.css CHANGED
@@ -1185,7 +1185,7 @@
1185
  position: relative;
1186
  z-index: 2;
1187
  }
1188
- .bt_bb_section.bt_bb_background_video_yt .bt_bb_background_image_holder_wrapper {
1189
  z-index: 1 !important;
1190
  }
1191
  .bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
1185
  position: relative;
1186
  z-index: 2;
1187
  }
1188
+ .bt_bb_section.bt_bb_background_video_yt .mbYTP_wrapper {
1189
  z-index: 1 !important;
1190
  }
1191
  .bt_bb_section.bt_bb_background_video_yt .bt_bb_port {
css/front_end/sections.css CHANGED
@@ -114,7 +114,7 @@
114
  }
115
  }
116
  &.bt_bb_background_video_yt {
117
- .bt_bb_background_image_holder_wrapper {
118
  z-index: 1 !important;
119
  }
120
  .bt_bb_port {
114
  }
115
  }
116
  &.bt_bb_background_video_yt {
117
+ .mbYTP_wrapper {
118
  z-index: 1 !important;
119
  }
120
  .bt_bb_port {
readme.txt CHANGED
@@ -136,6 +136,9 @@ It is not possible to test Bold Builder with all themes - it should work fine wi
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 4.4.5 =
140
  * Minor bug fixes.
141
 
136
 
137
  == Changelog ==
138
 
139
+ = 4.4.6 =
140
+ * Fixed Section video.
141
+
142
  = 4.4.5 =
143
  * Minor bug fixes.
144