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
- This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago by
wpCommerce.
-
AuthorPosts
-
July 23, 2018 at 4:58 pm #14979
ClassGuitar
MemberHere 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!
July 24, 2018 at 10:01 am #78215wpCommerce
ModeratorHi, 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”]
July 25, 2018 at 2:49 pm #78216ClassGuitar
MemberPerfect, thank you.
Is there a way to add a screenshot/cover image for the video when the lightbox first opens, before playing?
July 25, 2018 at 2:50 pm #78217ClassGuitar
MemberPerfect, thank you.
July 29, 2018 at 4:27 am #78218wpCommerce
ModeratorYou 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”]
-
AuthorPosts
- You must be logged in to reply to this topic.