- This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Undefined index errors and Amazon S3 video won't play in opened lightbox
Tagged: cover image
Here is the page:
classguitar.com/video-lightbox-test/
The video does play correctly in other lightboxes so it isn’t a private video issue.
We’re using WP 4.9.7 and the latest version of the plugin.
I’m using the MP4 text link shortcode:
[wp_lightbox_anchor_text_mp4_video link=”https://s3.amazonaws.com/classguitar-videos/classguitar/wp-content/uploads/videos/First+Year+Guitar+video+%231-Getting+Started+(text+pp.+2-5)HB.mp4″
width=”640″ height=”480″ title=”Getting Started” text=”Open this video” autoplay=”false”]
Here are the errors:
Notice: Undefined index: link in /nas/content/live/classguitar1/wp-content/plugins/wp-lightbox-ultimate/wp_lightbox_misc_functions.php on line 438
Notice: Undefined index: extension in /nas/content/live/classguitar1/wp-content/plugins/wp-lightbox-ultimate/wp_lightbox_flowplayer_includes.php on line 18
Thank you!
Hi, There is a line break in shortcode. Please copy the shortcode from here and paste as plain text:
[wp_lightbox_anchor_text_mp4_video link=”https://s3.amazonaws.com/classguitar-videos/classguitar/wp-content/uploads/videos/First+Year+Guitar+video+%231-Getting+Started+(text+pp.+2-5)HB.mp4″ width=”640″ height=”480″ title=”Getting Started” text=”Open this video” autoplay=”false”]
Perfect, thank you.
Is there a way to add a screenshot/cover image for the video when the lightbox first opens, before playing?
Perfect, thank you.
You can use the “poster” parameter in the shortcode to show an image before the play button is clicked.
[wp_lightbox_anchor_text_mp4_video link=”https://s3.amazonaws.com/classguitar-videos/classguitar/wp-content/uploads/videos/First+Year+Guitar+video+%231-Getting+Started+(text+pp.+2-5)HB.mp4″ width=”640″ height=”480″ title=”Getting Started” text=”Open this video” autoplay=”false” poster=”image URL”]