Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – Pop Up not working and Playing Vimeo video
- This topic has 5 replies, 2 voices, and was last updated 10 years, 6 months ago by wpCommerce.
-
AuthorPosts
-
May 9, 2014 at 2:03 am #10799oncucareMember
Hi..Need your help getting the correct HTML code + the correct GENERAL SETTINGS and LIBRARY SETTINGS. I can only use raw HTML on my WordPress site. I am using Vimeo.
Requirements:
1) I have an image that I need – when clicked – opens the lightbox video – to play automatically.
2) It should be on the page – but for whatever reason – it links to the actual Vimeo page.
Here is the page: [https://oncucare.com/home/]
Here is the HTML code I’m using after searching on your forums and reading all your PDF documentation. Still not working.
<a href="https://vimeo.com/94081064?width=800&height=450" rel="wp_video_lightbox_prettyPhoto" title="ONCUCARE"><img src="oncucare.com/wp-content/uploads/2014/05/whiteplay6.png" width="120" />
Please help!
May 9, 2014 at 3:28 am #62832wpCommerceModeratorHi, Lightbox Ultimate actually works using shortcodes (Please see the Vimeo Video Lightbox Overlay Popup section):
Since you already have the HTML code I can give you a tweak. Please replace your existing rel to
wp_lightbox_prettyPhoto
and that should do it. For example:<a href="http://vimeo.com/94081064?width=800&height=450" rel="wp_lightbox_prettyPhoto" title="ONCUCARE"><img src="https://oncucare.com/wp-content/uploads/2014/05/whiteplay6.png" width="120"/></a>
You only need to have the “prettyPhoto” option enabled in the settings for this.
May 10, 2014 at 2:32 pm #62833oncucareMemberHi..ok I tried your code – and please keep in mind I can only do raw HTML – and the pop up comes up – BUT does not play the video.
I am the owner of the Vimeo video. I have set the privacy setting to anyone can embed the video. Here is the video link – [https://vimeo.com/94753319]
This is the page I want it to play on – [https://oncucare.com/home/]
Please check the above page and see what is happening.
Here is the embed code I have used and only have “prettyPhoto” option enabled. I also checked the “autoplay” option.
<a href="http://vimeo.com/94753319?width=800&height=450" rel="wp_lightbox_prettyPhoto" title="ONCUCARE"><img src="https://oncucare.com/wp-content/uploads/2014/05/whiteplay6.png" width="120"/></a>
I really need your help as I am a paid customer and need your plugin to work. Is there something else to do to make it play?
PLEASE HELP as we are about to go live soon and need our video to play! Thanks!!!
May 10, 2014 at 2:40 pm #62834oncucareMemberSo..to let you know – I have changed the href to be my new Vimeo video href – [http://vimeo.com/94753319]
May 10, 2014 at 3:23 pm #62835oncucareMemberI also have checked and there are NO conflicting plugins on my wordpress site. Is there something to add to the functions.php files or some other thing to do to make the video play? As you can see I’m really really sadly trying everything possible.
May 11, 2014 at 12:00 am #62836wpCommerceModeratorHi, I just checked this page: [https://oncucare.com/home/]. The video seems to be playing with autoplay.
-
AuthorPosts
- You must be logged in to reply to this topic.