Video Background - Version 2.5.6

Version Description

  • Fixed compatibility issues with other CMB2 instances
Download this release

Release Info

Developer blakedotvegas
Plugin Icon 128x128 Video Background
Version 2.5.6
Comparing to
See all releases

Code changes from version 2.5.5 to 2.5.6

candide-vidbg.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Video Background
4
  Plugin URI: http://blakewilson.me/projects/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
- Version: 2.5.5
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
4
  Plugin URI: http://blakewilson.me/projects/video-background/
5
  Description: jQuery WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Blake Wilson
7
+ Version: 2.5.6
8
  Author URI: http://blakewilson.me
9
  Donate Link: http://paypal.me/blakewilsonme
10
  Text Domain: video-background
css/vidbg-style.css CHANGED
@@ -16,37 +16,37 @@
16
  text-shadow: 0 -1px 1px #1795E2,1px 0 1px #1795E2,0 1px 1px #1795E2,-1px 0 1px #1795E2;
17
  }
18
 
19
- #vidbg_advanced_options,
20
- .cmb-row {
21
  width: 100% !important;
22
  }
23
 
24
- .cmb-type-file .file-status,
25
- .cmb-type-file .cmb2-media-status .img-status {
26
  display: none;
27
  }
28
 
29
  /* Muted pro fields */
30
- .cmb-row input.disabled,
31
- .cmb-row input:disabled,
32
- .cmb-row select.disabled,
33
- .cmb-row select:disabled,
34
- .cmb-row textarea.disabled,
35
- .cmb-row textarea:disabled {
36
  background: #f8f8f8;
37
  }
38
- .cmb-row input[type=radio].disabled,
39
- .cmb-row input[type=radio].disabled:checked:before,
40
- .cmb-row input[type=radio]:disabled,
41
- .cmb-row input[type=radio]:disabled:checked:before,
42
- .cmb-row input[type=checkbox].disabled,
43
- .cmb-row input[type=checkbox].disabled:checked:before,
44
- .cmb-row input[type=checkbox]:disabled,
45
- .cmb-row input[type=checkbox]:disabled:checked:before {
46
  opacity: .5;
47
  }
48
 
49
- .postbox-container .cmb2-wrap>.cmb-field-list>.cmb-row.cmb2-id-vidbg-metabox-field-advanced-button {
50
  border-top: 1px solid #e9e9e9;
51
  padding: 1.8em 0 1.8em 0;
52
  margin-top: -0.85em;
@@ -56,12 +56,12 @@
56
  /***********************
57
  jQuery Slider
58
  ***********************/
59
- .cmb-type-own-slider {
60
  visibility: hidden;
61
  /* hide slider until color scheme is applied */
62
  }
63
 
64
- .own-slider-field-value-display {
65
  float:right;
66
  font-weight: 400;
67
  font-size: 12px;
@@ -70,30 +70,30 @@
70
  display: none;
71
  }
72
 
73
- .ui-corner-all {
74
  border-radius: 3px;
75
  }
76
 
77
- .ui-slider {
78
  border: 1px solid #ddd;
79
  background: #F7F7F7;
80
  border-radius: 3px;
81
  }
82
 
83
- .ui-slider-horizontal {
84
  position: relative;
85
  }
86
 
87
- .ui-slider-horizontal {
88
  width: 65%;
89
  height: 16px;
90
  }
91
 
92
- .ui-slider-handle {
93
  position: absolute;
94
  }
95
 
96
- .ui-slider-handle {
97
  width: 22px;
98
  height: 22px;
99
  background: #4FA7B9;
@@ -102,19 +102,19 @@
102
  cursor: pointer;
103
  }
104
 
105
- .ui-slider-horizontal .ui-slider-handle {
106
  top: 50%;
107
  margin-top: -11px;
108
  margin-left: -11px;
109
  }
110
 
111
- .ui-slider-range {
112
  border: 0;
113
  border-radius: 1;
114
  background: #5bb6c9;
115
  }
116
 
117
- .ui-slider-horizontal .ui-slider-range {
118
  position: relative;
119
  top: -1px;
120
  left: -1px;
16
  text-shadow: 0 -1px 1px #1795E2,1px 0 1px #1795E2,0 1px 1px #1795E2,-1px 0 1px #1795E2;
17
  }
18
 
19
+ #vidbg-metabox #vidbg_advanced_options,
20
+ #vidbg-metabox .cmb-row {
21
  width: 100% !important;
22
  }
23
 
24
+ #vidbg-metabox .cmb-type-file .file-status,
25
+ #vidbg-metabox .cmb-type-file .cmb2-media-status .img-status {
26
  display: none;
27
  }
28
 
29
  /* Muted pro fields */
30
+ #vidbg-metabox .cmb-row input.disabled,
31
+ #vidbg-metabox .cmb-row input:disabled,
32
+ #vidbg-metabox .cmb-row select.disabled,
33
+ #vidbg-metabox .cmb-row select:disabled,
34
+ #vidbg-metabox .cmb-row textarea.disabled,
35
+ #vidbg-metabox .cmb-row textarea:disabled {
36
  background: #f8f8f8;
37
  }
38
+ #vidbg-metabox .cmb-row input[type=radio].disabled,
39
+ #vidbg-metabox .cmb-row input[type=radio].disabled:checked:before,
40
+ #vidbg-metabox .cmb-row input[type=radio]:disabled,
41
+ #vidbg-metabox .cmb-row input[type=radio]:disabled:checked:before,
42
+ #vidbg-metabox .cmb-row input[type=checkbox].disabled,
43
+ #vidbg-metabox .cmb-row input[type=checkbox].disabled:checked:before,
44
+ #vidbg-metabox .cmb-row input[type=checkbox]:disabled,
45
+ #vidbg-metabox .cmb-row input[type=checkbox]:disabled:checked:before {
46
  opacity: .5;
47
  }
48
 
49
+ #vidbg-metabox .cmb2-wrap>.cmb-field-list>.cmb-row.cmb2-id-vidbg-metabox-field-advanced-button {
50
  border-top: 1px solid #e9e9e9;
51
  padding: 1.8em 0 1.8em 0;
52
  margin-top: -0.85em;
56
  /***********************
57
  jQuery Slider
58
  ***********************/
59
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .cmb-type-own-slider {
60
  visibility: hidden;
61
  /* hide slider until color scheme is applied */
62
  }
63
 
64
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .own-slider-field-value-display {
65
  float:right;
66
  font-weight: 400;
67
  font-size: 12px;
70
  display: none;
71
  }
72
 
73
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-corner-all {
74
  border-radius: 3px;
75
  }
76
 
77
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider {
78
  border: 1px solid #ddd;
79
  background: #F7F7F7;
80
  border-radius: 3px;
81
  }
82
 
83
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-horizontal {
84
  position: relative;
85
  }
86
 
87
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-horizontal {
88
  width: 65%;
89
  height: 16px;
90
  }
91
 
92
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-handle {
93
  position: absolute;
94
  }
95
 
96
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-handle {
97
  width: 22px;
98
  height: 22px;
99
  background: #4FA7B9;
102
  cursor: pointer;
103
  }
104
 
105
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-horizontal .ui-slider-handle {
106
  top: 50%;
107
  margin-top: -11px;
108
  margin-left: -11px;
109
  }
110
 
111
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-range {
112
  border: 0;
113
  border-radius: 1;
114
  background: #5bb6c9;
115
  }
116
 
117
+ #vidbg-metabox .cmb2-id-vidbg-metabox-field-overlay-alpha .ui-slider-horizontal .ui-slider-range {
118
  position: relative;
119
  top: -1px;
120
  left: -1px;
languages/video-background.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
- "POT-Creation-Date: 2016-06-27 20:27-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
+ "POT-Creation-Date: 2016-07-06 00:46-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: blakedotvegas
3
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake wilson, loop, mute, unmute
4
  Requires at least: 3.8.0
5
  Tested up to: 4.5.3
6
- Stable tag: 2.5.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate link: https://www.paypal.me/blakewilsonme
@@ -85,6 +85,9 @@ You sure can! Simply go to the "Settings > Video Background" menu tab and check
85
 
86
  == Changelog ==
87
 
 
 
 
88
  = 2.5.5 =
89
  * Fixed notice issue when hide muted fields checkbox was checked
90
 
3
  Tags: html5, video background, mp4, webm, responsive, shortcode, overlay, fullscreen background, fullscreen, html5 video background, metabox, blake wilson, loop, mute, unmute
4
  Requires at least: 3.8.0
5
  Tested up to: 4.5.3
6
+ Stable tag: 2.5.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Donate link: https://www.paypal.me/blakewilsonme
85
 
86
  == Changelog ==
87
 
88
+ = 2.5.6 =
89
+ * Fixed compatibility issues with other CMB2 instances
90
+
91
  = 2.5.5 =
92
  * Fixed notice issue when hide muted fields checkbox was checked
93