Video Background - Version 2.6.1

Version Description

  • Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds.
Download this release

Release Info

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

Code changes from version 2.6.0 to 2.6.1

Files changed (3) hide show
  1. candide-vidbg.php +7 -6
  2. languages/video-background.pot +71 -71
  3. readme.txt +4 -1
candide-vidbg.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Video Background
4
  Plugin URI: https://pushlabs.co/documentation/video-background
5
  Description: WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Push Labs
7
- Version: 2.6
8
  Author URI: https://pushlabs.co
9
  Text Domain: video-background
10
  Domain Path: /languages
@@ -19,7 +19,7 @@ if ( !defined( 'ABSPATH' ) ) {
19
  define( 'VIDBG_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
21
  define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
22
- define( 'VIDBG_PLUGIN_VERSION', '2.6' );
23
 
24
  /**
25
  * Install the plugin
@@ -115,6 +115,9 @@ add_action('admin_enqueue_scripts', 'vidbg_enqueue_admin_scripts');
115
  function vidbg_enqueue_scripts() {
116
  wp_register_script( 'vidbg-video-background', plugins_url('/js/vidbg.min.js', __FILE__), array('jquery'), VIDBG_PLUGIN_VERSION, true);
117
  wp_register_style( 'vidbg-frontend-style', plugins_url( '/css/pushlabs-vidbg.css', __FILE__), VIDBG_PLUGIN_VERSION );
 
 
 
118
  }
119
  add_action( 'wp_enqueue_scripts', 'vidbg_enqueue_scripts' );
120
 
@@ -432,10 +435,6 @@ function vidbg_initialize_footer() {
432
  'source' => 'Metabox',
433
  );
434
 
435
- // Enqueue the vidbg script conditionally
436
- wp_enqueue_script( 'vidbg-video-background' );
437
- wp_enqueue_style( 'vidbg-frontend-style' );
438
-
439
  // Construct the shortcode, then echo it.
440
  $the_shortcode = vidbg_construct_shortcode( $shortcode_atts );
441
  $output = do_shortcode( $the_shortcode );
@@ -473,6 +472,8 @@ function candide_video_background( $atts , $content = null ) {
473
  )
474
  );
475
 
 
 
476
 
477
  $output = "<script>
478
  jQuery(function($){
4
  Plugin URI: https://pushlabs.co/documentation/video-background
5
  Description: WordPress plugin to easily assign a video background to any element. Awesome.
6
  Author: Push Labs
7
+ Version: 2.6.1
8
  Author URI: https://pushlabs.co
9
  Text Domain: video-background
10
  Domain Path: /languages
19
  define( 'VIDBG_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
20
  define( 'VIDBG_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
21
  define( 'VIDBG_PLUGIN_BASE', plugin_basename(__FILE__) );
22
+ define( 'VIDBG_PLUGIN_VERSION', '2.6.1' );
23
 
24
  /**
25
  * Install the plugin
115
  function vidbg_enqueue_scripts() {
116
  wp_register_script( 'vidbg-video-background', plugins_url('/js/vidbg.min.js', __FILE__), array('jquery'), VIDBG_PLUGIN_VERSION, true);
117
  wp_register_style( 'vidbg-frontend-style', plugins_url( '/css/pushlabs-vidbg.css', __FILE__), VIDBG_PLUGIN_VERSION );
118
+
119
+ // Enqueue the style
120
+ wp_enqueue_style( 'vidbg-frontend-style' );
121
  }
122
  add_action( 'wp_enqueue_scripts', 'vidbg_enqueue_scripts' );
123
 
435
  'source' => 'Metabox',
436
  );
437
 
 
 
 
 
438
  // Construct the shortcode, then echo it.
439
  $the_shortcode = vidbg_construct_shortcode( $shortcode_atts );
440
  $output = do_shortcode( $the_shortcode );
472
  )
473
  );
474
 
475
+ // Enqueue the vidbg script conditionally
476
+ wp_enqueue_script( 'vidbg-video-background' );
477
 
478
  $output = "<script>
479
  jQuery(function($){
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: 2017-09-25 20:55-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -27,299 +27,299 @@ msgid ""
27
  "\" target=\"_blank\">Check out Video Background Pro</a>"
28
  msgstr ""
29
 
30
- #: candide-vidbg.php:97
31
  msgid "Show Advanced Options"
32
  msgstr ""
33
 
34
- #: candide-vidbg.php:98
35
  msgid "Hide Advanced Options"
36
  msgstr ""
37
 
38
  #. Plugin Name of the plugin/theme
39
- #: candide-vidbg.php:230
40
  msgid "Video Background"
41
  msgstr ""
42
 
43
- #: candide-vidbg.php:237
44
  msgid "Container"
45
  msgstr ""
46
 
47
- #: candide-vidbg.php:238
48
  msgid ""
49
  "Please specify the container you would like your video background to be in."
50
  "<br>ex: <code>.header</code> or <code>body</code>"
51
  msgstr ""
52
 
53
- #: candide-vidbg.php:242
54
  msgid "YouTube Link"
55
  msgstr ""
56
 
57
- #: candide-vidbg.php:245
58
  msgid ""
59
  "To create YouTube video backgrounds, <a href=\"http://pushlabs.co/video-"
60
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
61
  "version!</a>"
62
  msgstr ""
63
 
64
- #: candide-vidbg.php:247
65
  msgid "YouTube Start Second"
66
  msgstr ""
67
 
68
- #: candide-vidbg.php:250
69
  msgid ""
70
  "To use the YouTube Start Second feature, <a href=\"http://pushlabs.co/video-"
71
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
72
  "version!</a>"
73
  msgstr ""
74
 
75
- #: candide-vidbg.php:252
76
  msgid "YouTube End Second"
77
  msgstr ""
78
 
79
- #: candide-vidbg.php:255
80
  msgid ""
81
  "To use the YouTube End Second feature, <a href=\"http://pushlabs.co/video-"
82
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
83
  "version!</a>"
84
  msgstr ""
85
 
86
- #: candide-vidbg.php:260
87
  msgid "Link to .mp4"
88
  msgstr ""
89
 
90
- #: candide-vidbg.php:261
91
  msgid ""
92
  "Please specify the link to the .mp4 file. You can either enter a URL or "
93
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
94
  "file for video backgrounds."
95
  msgstr ""
96
 
97
- #: candide-vidbg.php:265
98
  msgid "Upload .mp4 file"
99
  msgstr ""
100
 
101
- #: candide-vidbg.php:270
102
  msgid "Link to .webm"
103
  msgstr ""
104
 
105
- #: candide-vidbg.php:271
106
  msgid ""
107
  "Please specify the link to the .webm file. You can either enter a URL or "
108
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
109
  "file for video backgrounds."
110
  msgstr ""
111
 
112
- #: candide-vidbg.php:275
113
  msgid "Upload .webm file"
114
  msgstr ""
115
 
116
- #: candide-vidbg.php:280
117
  msgid "Link to fallback image"
118
  msgstr ""
119
 
120
- #: candide-vidbg.php:281
121
  msgid ""
122
  "Please specify a link to the fallback image in case the browser does not "
123
  "support video backgrounds. You can either enter a URL or upload a file."
124
  msgstr ""
125
 
126
- #: candide-vidbg.php:285
127
  msgid "Upload fallback image"
128
  msgstr ""
129
 
130
- #: candide-vidbg.php:290
131
  msgid "Overlay"
132
  msgstr ""
133
 
134
- #: candide-vidbg.php:291
135
  msgid ""
136
  "Add an overlay over the video. This is useful if your text isn't readable "
137
  "with a video background."
138
  msgstr ""
139
 
140
- #: candide-vidbg.php:296 candide-vidbg.php:333 candide-vidbg.php:356
141
  msgid "Off"
142
  msgstr ""
143
 
144
- #: candide-vidbg.php:297 candide-vidbg.php:334 candide-vidbg.php:357
145
  msgid "On"
146
  msgstr ""
147
 
148
- #: candide-vidbg.php:303
149
  msgid "Overlay Color"
150
  msgstr ""
151
 
152
- #: candide-vidbg.php:304
153
  msgid ""
154
  "If overlay is enabled, a color will be used for the overlay. You can specify "
155
  "the color here."
156
  msgstr ""
157
 
158
- #: candide-vidbg.php:311
159
  msgid "Overlay Opacity"
160
  msgstr ""
161
 
162
- #: candide-vidbg.php:312
163
  msgid ""
164
  "Specify the opacity of the overlay with the left being mostly transparent "
165
  "and the right being hardly transparent."
166
  msgstr ""
167
 
168
- #: candide-vidbg.php:319
169
  msgid "Overlay Texture"
170
  msgstr ""
171
 
172
- #: candide-vidbg.php:322
173
  msgid ""
174
  "To add overlay textures to your video background, <a href=\"http://pushlabs."
175
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
176
  "the pro version!</a>"
177
  msgstr ""
178
 
179
- #: candide-vidbg.php:327
180
  msgid "Turn off loop?"
181
  msgstr ""
182
 
183
- #: candide-vidbg.php:328
184
  msgid ""
185
  "Turn off the loop for Video Background. Once the video is complete, it will "
186
  "display the last frame of the video."
187
  msgstr ""
188
 
189
- #: candide-vidbg.php:337
190
  msgid "End video on fallback image?"
191
  msgstr ""
192
 
193
- #: candide-vidbg.php:340
194
  msgid ""
195
  "To enable the end video on fallback image feature, <a href=\"http://pushlabs."
196
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
197
  "the pro version!</a>"
198
  msgstr ""
199
 
200
- #: candide-vidbg.php:342
201
  msgid "Enable CSS loader?"
202
  msgstr ""
203
 
204
- #: candide-vidbg.php:345
205
  msgid ""
206
  "To enable the CSS loader feature, <a href=\"http://pushlabs.co/video-"
207
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
208
  "version!</a>"
209
  msgstr ""
210
 
211
- #: candide-vidbg.php:350
212
  msgid "Play the audio?"
213
  msgstr ""
214
 
215
- #: candide-vidbg.php:351
216
  msgid "Enabling this will play the audio of the video."
217
  msgstr ""
218
 
219
- #: candide-vidbg.php:360
220
  msgid "Enable Play/Pause button"
221
  msgstr ""
222
 
223
- #: candide-vidbg.php:363
224
  msgid ""
225
  "To enable a play/pause button on the frontend, <a href=\"http://pushlabs.co/"
226
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
227
  "the pro version!</a>"
228
  msgstr ""
229
 
230
- #: candide-vidbg.php:365
231
  msgid "Enable Mute/Unmute button"
232
  msgstr ""
233
 
234
- #: candide-vidbg.php:368
235
  msgid ""
236
  "To enable a mute/unmute button on the frontend, <a href=\"http://pushlabs.co/"
237
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
238
  "the pro version!</a>"
239
  msgstr ""
240
 
241
- #: candide-vidbg.php:373
242
  msgid ""
243
  "<a href=\"#vidbg_advanced_options\" class=\"button vidbg-button advanced-"
244
  "options-button\">Show Advanced options</a>"
245
  msgstr ""
246
 
247
- #: candide-vidbg.php:526 candide-vidbg.php:533
248
  msgid "Hide Muted Pro Fields"
249
  msgstr ""
250
 
251
- #: candide-vidbg.php:571
252
  msgid ""
253
  "Okay, Okay, some of you don't want/need Video Background Pro. I get that. "
254
  "That's why you can hide the muted pro fields below :)"
255
  msgstr ""
256
 
257
- #: candide-vidbg.php:586
258
  msgid "<h2>Video Background</h2>"
259
  msgstr ""
260
 
261
- #: candide-vidbg.php:587
262
  msgid ""
263
  "<p>Video background makes it easy to add responsive, great looking video "
264
  "backgrounds to any element on your website.</p>"
265
  msgstr ""
266
 
267
- #: candide-vidbg.php:588
268
  msgid "<h3>Getting Started</h3>"
269
  msgstr ""
270
 
271
- #: candide-vidbg.php:589
272
  msgid ""
273
  "<p>To implement Video Background on your website, please follow the "
274
  "instructions below."
275
  msgstr ""
276
 
277
- #: candide-vidbg.php:591
278
  msgid ""
279
  "<li>Edit the page or post you would like the video background to appear on.</"
280
  "li>"
281
  msgstr ""
282
 
283
- #: candide-vidbg.php:592
284
  msgid ""
285
  "<li>Below the content editor, you should see a metabox titled <b>Video "
286
  "Background</b>. Enter the values for the required fields and publish/update "
287
  "the page.</li>"
288
  msgstr ""
289
 
290
- #: candide-vidbg.php:593
291
  msgid "<li>Enjoy.</li>"
292
  msgstr ""
293
 
294
- #: candide-vidbg.php:595
295
  msgid ""
296
  "<p>Alternatively, you can use the shortcode by placing the following code at "
297
  "the bottom of the content editor of the page or post you would like the "
298
  "video background to appear on. Here is how it works:</p>"
299
  msgstr ""
300
 
301
- #: candide-vidbg.php:597
302
  msgid ""
303
  "<a href=\"https://pushlabs.co/docs/video-background/\" class=\"button\" "
304
  "target=\"_blank\">Further Documentation</a>"
305
  msgstr ""
306
 
307
- #: candide-vidbg.php:598
308
  msgid "<h3>Questions?</h3>"
309
  msgstr ""
310
 
311
- #: candide-vidbg.php:599
312
  msgid ""
313
  "<p>If you have any feedback/questions regarding the plugin you can reach me "
314
  "<a href=\"https://wordpress.org/support/plugin/video-background\" target="
315
  "\"_blank\">here.</a>"
316
  msgstr ""
317
 
318
- #: candide-vidbg.php:600
319
  msgid "<h3>Supporting the Plugin</h3>"
320
  msgstr ""
321
 
322
- #: candide-vidbg.php:601
323
  msgid ""
324
  "<p>If you like Video Background and want to show your support, consider "
325
  "purchasing the <a href=\"http://pushlabs.co/video-background-pro\" rel="
@@ -327,54 +327,54 @@ msgid ""
327
  "helpful features that make your life easier like:</p>"
328
  msgstr ""
329
 
330
- #: candide-vidbg.php:603
331
  msgid "<li>Mobile video background playback on supported browsers</li>"
332
  msgstr ""
333
 
334
- #: candide-vidbg.php:604
335
  msgid "<li>YouTube Integration</li>"
336
  msgstr ""
337
 
338
- #: candide-vidbg.php:605
339
  msgid "<li>Visual Composer Integration</li>"
340
  msgstr ""
341
 
342
- #: candide-vidbg.php:606
343
  msgid "<li>Page Builder by SiteOrigin Integration</li>"
344
  msgstr ""
345
 
346
- #: candide-vidbg.php:607
347
  msgid "<li>Frontend Play/Pause Button Option</li>"
348
  msgstr ""
349
 
350
- #: candide-vidbg.php:608
351
  msgid "<li>Frontend Volume Button Option</li>"
352
  msgstr ""
353
 
354
- #: candide-vidbg.php:609
355
  msgid "<li>Overlay Image Textures</li>"
356
  msgstr ""
357
 
358
- #: candide-vidbg.php:610
359
  msgid "<li>Extensive Documentation</li>"
360
  msgstr ""
361
 
362
- #: candide-vidbg.php:611
363
  msgid "<li>Video Tutorials</li>"
364
  msgstr ""
365
 
366
- #: candide-vidbg.php:612
367
  msgid "<li>And Much More!</li>"
368
  msgstr ""
369
 
370
- #: candide-vidbg.php:614
371
  msgid ""
372
  "<a href=\"http://pushlabs.co/video-background-pro\" class=\"button button-"
373
  "primary\" rel=\"nofollow\" target=\"_blank\">Learn More About Video "
374
  "Background Pro</a>"
375
  msgstr ""
376
 
377
- #: candide-vidbg.php:631
378
  msgid "<a href=\"options-general.php?page=html5-vidbg\">Getting Started</a>"
379
  msgstr ""
380
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Video Background\n"
6
+ "POT-Creation-Date: 2017-09-26 15:18-0700\n"
7
  "PO-Revision-Date: 2016-03-30 22:31-0700\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
27
  "\" target=\"_blank\">Check out Video Background Pro</a>"
28
  msgstr ""
29
 
30
+ #: candide-vidbg.php:100
31
  msgid "Show Advanced Options"
32
  msgstr ""
33
 
34
+ #: candide-vidbg.php:101
35
  msgid "Hide Advanced Options"
36
  msgstr ""
37
 
38
  #. Plugin Name of the plugin/theme
39
+ #: candide-vidbg.php:236
40
  msgid "Video Background"
41
  msgstr ""
42
 
43
+ #: candide-vidbg.php:243
44
  msgid "Container"
45
  msgstr ""
46
 
47
+ #: candide-vidbg.php:244
48
  msgid ""
49
  "Please specify the container you would like your video background to be in."
50
  "<br>ex: <code>.header</code> or <code>body</code>"
51
  msgstr ""
52
 
53
+ #: candide-vidbg.php:248
54
  msgid "YouTube Link"
55
  msgstr ""
56
 
57
+ #: candide-vidbg.php:251
58
  msgid ""
59
  "To create YouTube video backgrounds, <a href=\"http://pushlabs.co/video-"
60
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
61
  "version!</a>"
62
  msgstr ""
63
 
64
+ #: candide-vidbg.php:253
65
  msgid "YouTube Start Second"
66
  msgstr ""
67
 
68
+ #: candide-vidbg.php:256
69
  msgid ""
70
  "To use the YouTube Start Second feature, <a href=\"http://pushlabs.co/video-"
71
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
72
  "version!</a>"
73
  msgstr ""
74
 
75
+ #: candide-vidbg.php:258
76
  msgid "YouTube End Second"
77
  msgstr ""
78
 
79
+ #: candide-vidbg.php:261
80
  msgid ""
81
  "To use the YouTube End Second feature, <a href=\"http://pushlabs.co/video-"
82
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
83
  "version!</a>"
84
  msgstr ""
85
 
86
+ #: candide-vidbg.php:266
87
  msgid "Link to .mp4"
88
  msgstr ""
89
 
90
+ #: candide-vidbg.php:267
91
  msgid ""
92
  "Please specify the link to the .mp4 file. You can either enter a URL or "
93
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
94
  "file for video backgrounds."
95
  msgstr ""
96
 
97
+ #: candide-vidbg.php:271
98
  msgid "Upload .mp4 file"
99
  msgstr ""
100
 
101
+ #: candide-vidbg.php:276
102
  msgid "Link to .webm"
103
  msgstr ""
104
 
105
+ #: candide-vidbg.php:277
106
  msgid ""
107
  "Please specify the link to the .webm file. You can either enter a URL or "
108
  "upload a file.<br>For browser compatability, please enter an .mp4 and .webm "
109
  "file for video backgrounds."
110
  msgstr ""
111
 
112
+ #: candide-vidbg.php:281
113
  msgid "Upload .webm file"
114
  msgstr ""
115
 
116
+ #: candide-vidbg.php:286
117
  msgid "Link to fallback image"
118
  msgstr ""
119
 
120
+ #: candide-vidbg.php:287
121
  msgid ""
122
  "Please specify a link to the fallback image in case the browser does not "
123
  "support video backgrounds. You can either enter a URL or upload a file."
124
  msgstr ""
125
 
126
+ #: candide-vidbg.php:291
127
  msgid "Upload fallback image"
128
  msgstr ""
129
 
130
+ #: candide-vidbg.php:296
131
  msgid "Overlay"
132
  msgstr ""
133
 
134
+ #: candide-vidbg.php:297
135
  msgid ""
136
  "Add an overlay over the video. This is useful if your text isn't readable "
137
  "with a video background."
138
  msgstr ""
139
 
140
+ #: candide-vidbg.php:302 candide-vidbg.php:339 candide-vidbg.php:362
141
  msgid "Off"
142
  msgstr ""
143
 
144
+ #: candide-vidbg.php:303 candide-vidbg.php:340 candide-vidbg.php:363
145
  msgid "On"
146
  msgstr ""
147
 
148
+ #: candide-vidbg.php:309
149
  msgid "Overlay Color"
150
  msgstr ""
151
 
152
+ #: candide-vidbg.php:310
153
  msgid ""
154
  "If overlay is enabled, a color will be used for the overlay. You can specify "
155
  "the color here."
156
  msgstr ""
157
 
158
+ #: candide-vidbg.php:317
159
  msgid "Overlay Opacity"
160
  msgstr ""
161
 
162
+ #: candide-vidbg.php:318
163
  msgid ""
164
  "Specify the opacity of the overlay with the left being mostly transparent "
165
  "and the right being hardly transparent."
166
  msgstr ""
167
 
168
+ #: candide-vidbg.php:325
169
  msgid "Overlay Texture"
170
  msgstr ""
171
 
172
+ #: candide-vidbg.php:328
173
  msgid ""
174
  "To add overlay textures to your video background, <a href=\"http://pushlabs."
175
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
176
  "the pro version!</a>"
177
  msgstr ""
178
 
179
+ #: candide-vidbg.php:333
180
  msgid "Turn off loop?"
181
  msgstr ""
182
 
183
+ #: candide-vidbg.php:334
184
  msgid ""
185
  "Turn off the loop for Video Background. Once the video is complete, it will "
186
  "display the last frame of the video."
187
  msgstr ""
188
 
189
+ #: candide-vidbg.php:343
190
  msgid "End video on fallback image?"
191
  msgstr ""
192
 
193
+ #: candide-vidbg.php:346
194
  msgid ""
195
  "To enable the end video on fallback image feature, <a href=\"http://pushlabs."
196
  "co/video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
197
  "the pro version!</a>"
198
  msgstr ""
199
 
200
+ #: candide-vidbg.php:348
201
  msgid "Enable CSS loader?"
202
  msgstr ""
203
 
204
+ #: candide-vidbg.php:351
205
  msgid ""
206
  "To enable the CSS loader feature, <a href=\"http://pushlabs.co/video-"
207
  "background-pro\" rel=\"nofollow\" target=\"_blank\">please download the pro "
208
  "version!</a>"
209
  msgstr ""
210
 
211
+ #: candide-vidbg.php:356
212
  msgid "Play the audio?"
213
  msgstr ""
214
 
215
+ #: candide-vidbg.php:357
216
  msgid "Enabling this will play the audio of the video."
217
  msgstr ""
218
 
219
+ #: candide-vidbg.php:366
220
  msgid "Enable Play/Pause button"
221
  msgstr ""
222
 
223
+ #: candide-vidbg.php:369
224
  msgid ""
225
  "To enable a play/pause button on the frontend, <a href=\"http://pushlabs.co/"
226
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
227
  "the pro version!</a>"
228
  msgstr ""
229
 
230
+ #: candide-vidbg.php:371
231
  msgid "Enable Mute/Unmute button"
232
  msgstr ""
233
 
234
+ #: candide-vidbg.php:374
235
  msgid ""
236
  "To enable a mute/unmute button on the frontend, <a href=\"http://pushlabs.co/"
237
  "video-background-pro\" rel=\"nofollow\" target=\"_blank\">please download "
238
  "the pro version!</a>"
239
  msgstr ""
240
 
241
+ #: candide-vidbg.php:379
242
  msgid ""
243
  "<a href=\"#vidbg_advanced_options\" class=\"button vidbg-button advanced-"
244
  "options-button\">Show Advanced options</a>"
245
  msgstr ""
246
 
247
+ #: candide-vidbg.php:530 candide-vidbg.php:537
248
  msgid "Hide Muted Pro Fields"
249
  msgstr ""
250
 
251
+ #: candide-vidbg.php:575
252
  msgid ""
253
  "Okay, Okay, some of you don't want/need Video Background Pro. I get that. "
254
  "That's why you can hide the muted pro fields below :)"
255
  msgstr ""
256
 
257
+ #: candide-vidbg.php:590
258
  msgid "<h2>Video Background</h2>"
259
  msgstr ""
260
 
261
+ #: candide-vidbg.php:591
262
  msgid ""
263
  "<p>Video background makes it easy to add responsive, great looking video "
264
  "backgrounds to any element on your website.</p>"
265
  msgstr ""
266
 
267
+ #: candide-vidbg.php:592
268
  msgid "<h3>Getting Started</h3>"
269
  msgstr ""
270
 
271
+ #: candide-vidbg.php:593
272
  msgid ""
273
  "<p>To implement Video Background on your website, please follow the "
274
  "instructions below."
275
  msgstr ""
276
 
277
+ #: candide-vidbg.php:595
278
  msgid ""
279
  "<li>Edit the page or post you would like the video background to appear on.</"
280
  "li>"
281
  msgstr ""
282
 
283
+ #: candide-vidbg.php:596
284
  msgid ""
285
  "<li>Below the content editor, you should see a metabox titled <b>Video "
286
  "Background</b>. Enter the values for the required fields and publish/update "
287
  "the page.</li>"
288
  msgstr ""
289
 
290
+ #: candide-vidbg.php:597
291
  msgid "<li>Enjoy.</li>"
292
  msgstr ""
293
 
294
+ #: candide-vidbg.php:599
295
  msgid ""
296
  "<p>Alternatively, you can use the shortcode by placing the following code at "
297
  "the bottom of the content editor of the page or post you would like the "
298
  "video background to appear on. Here is how it works:</p>"
299
  msgstr ""
300
 
301
+ #: candide-vidbg.php:601
302
  msgid ""
303
  "<a href=\"https://pushlabs.co/docs/video-background/\" class=\"button\" "
304
  "target=\"_blank\">Further Documentation</a>"
305
  msgstr ""
306
 
307
+ #: candide-vidbg.php:602
308
  msgid "<h3>Questions?</h3>"
309
  msgstr ""
310
 
311
+ #: candide-vidbg.php:603
312
  msgid ""
313
  "<p>If you have any feedback/questions regarding the plugin you can reach me "
314
  "<a href=\"https://wordpress.org/support/plugin/video-background\" target="
315
  "\"_blank\">here.</a>"
316
  msgstr ""
317
 
318
+ #: candide-vidbg.php:604
319
  msgid "<h3>Supporting the Plugin</h3>"
320
  msgstr ""
321
 
322
+ #: candide-vidbg.php:605
323
  msgid ""
324
  "<p>If you like Video Background and want to show your support, consider "
325
  "purchasing the <a href=\"http://pushlabs.co/video-background-pro\" rel="
327
  "helpful features that make your life easier like:</p>"
328
  msgstr ""
329
 
330
+ #: candide-vidbg.php:607
331
  msgid "<li>Mobile video background playback on supported browsers</li>"
332
  msgstr ""
333
 
334
+ #: candide-vidbg.php:608
335
  msgid "<li>YouTube Integration</li>"
336
  msgstr ""
337
 
338
+ #: candide-vidbg.php:609
339
  msgid "<li>Visual Composer Integration</li>"
340
  msgstr ""
341
 
342
+ #: candide-vidbg.php:610
343
  msgid "<li>Page Builder by SiteOrigin Integration</li>"
344
  msgstr ""
345
 
346
+ #: candide-vidbg.php:611
347
  msgid "<li>Frontend Play/Pause Button Option</li>"
348
  msgstr ""
349
 
350
+ #: candide-vidbg.php:612
351
  msgid "<li>Frontend Volume Button Option</li>"
352
  msgstr ""
353
 
354
+ #: candide-vidbg.php:613
355
  msgid "<li>Overlay Image Textures</li>"
356
  msgstr ""
357
 
358
+ #: candide-vidbg.php:614
359
  msgid "<li>Extensive Documentation</li>"
360
  msgstr ""
361
 
362
+ #: candide-vidbg.php:615
363
  msgid "<li>Video Tutorials</li>"
364
  msgstr ""
365
 
366
+ #: candide-vidbg.php:616
367
  msgid "<li>And Much More!</li>"
368
  msgstr ""
369
 
370
+ #: candide-vidbg.php:618
371
  msgid ""
372
  "<a href=\"http://pushlabs.co/video-background-pro\" class=\"button button-"
373
  "primary\" rel=\"nofollow\" target=\"_blank\">Learn More About Video "
374
  "Background Pro</a>"
375
  msgstr ""
376
 
377
+ #: candide-vidbg.php:635
378
  msgid "<a href=\"options-general.php?page=html5-vidbg\">Getting Started</a>"
379
  msgstr ""
380
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: blakedotvegas, pushlabs
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: 4.2
5
  Tested up to: 4.8.2
6
- Stable tag: 2.6
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -84,6 +84,9 @@ You sure can! Simply go to the "Settings > Video Background" menu tab and check
84
 
85
  == Changelog ==
86
 
 
 
 
87
  = 2.6.0 =
88
  * Fixed: Compatibility issue with IOS 11 and High Sierra
89
  * Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds
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: 4.2
5
  Tested up to: 4.8.2
6
+ Stable tag: 2.6.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
84
 
85
  == Changelog ==
86
 
87
+ = 2.6.1 =
88
+ * Fixed: Critical issue with the [vidbg] shortcode not displaying video backgrounds.
89
+
90
  = 2.6.0 =
91
  * Fixed: Compatibility issue with IOS 11 and High Sierra
92
  * Added: Reengineered vidbg scripts for more consistency across websites and faster loading speeds