Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – viddler video pop up auto load issue
- This topic has 7 replies, 2 voices, and was last updated 12 years ago by wpCommerce.
-
AuthorPosts
-
November 12, 2012 at 7:59 pm #7887onefinancialMember
Hi,
I am trying to use the WP-Lightbox Ultimate and auto popup a viddler hosted video using a image link. You can preview it on our dev site. http://beta.onefinancial.com/en/education-resources/video-resources
When the video loads in the overlay it also displays a second video on the page breaking out of the content area of the page.
Here is the shortcode I used
[wp_lightbox_ultimate_viddler_video width=”640″ height=”380″ autoplay=”true” anchor_type=”image”
title=”e” text=”” source=”http://beta.onefinancial.com/wp-content/uploads/2012/09/long-short-video-intro-2.jpg”
auto_popup=”true”]
<iframe id=”viddler-75fc4ab” style=”overflow: hidden !important;” src=”//www.viddler.com/embed/75fc4ab/?f=1&autoplay=0&player=simple&secret=99290280&loop=0&nologo=0&hd=0&offsetTime=0″ frameborder=”0″ scrolling=”no” width=”380″ height=”234″></iframe>
[/wp_lightbox_ultimate_viddler_video]
Thank you for your help
Sandra
November 13, 2012 at 2:47 am #51319wpCommerceModeratorHi, I couldn’t access the page link you shared (404 error).
November 13, 2012 at 3:35 pm #51320onefinancialMemberI’ve set up a hidden page on the website. It now works in IE but not FireFox or Chrome
[wp_lightbox_ultimate_viddler_video width=”640″ height=”380″ autoplay=”true” anchor_type=”image”
title=”title goes here” text=”” source=”http://beta.onefinancial.com/wp-content/uploads/2012/09/long-short-video-intro-2.jpg”
auto_popup=”true”]
<iframe id=”viddler-75fc4ab” style=”overflow: hidden !important;” src=”//www.viddler.com/embed/75fc4ab/?f=1&autoplay=0&player=simple&secret=99290280&loop=0&nologo=0&hd=0&offsetTime=0″ frameborder=”0″ scrolling=”no” width=”380″ height=”234″></iframe>
[/wp_lightbox_ultimate_viddler_video]
November 13, 2012 at 4:12 pm #51321onefinancialMemberopps here is the link to preview
http://www.onefinancial.com/en/investment-solutions/all-weather-profit-family-trailer
November 14, 2012 at 3:42 am #51322wpCommerceModeratorHi, I just used the same shortcode on our test site and it’s working fine. However, I found a couple of errors when the lightbox opened on your site (using Firebug):
1. Error: Permission denied to access property 'toString'
[Break On This Error]
....ShockwaveFlash'); if (fo) { return true; } } catch(e){ return navigator.mimeTyp...
2. TypeError: iframe_div.attr("src") is undefined
[Break On This Error]
....ShockwaveFlash'); if (fo) { return true; } } catch(e){ return navigator.mimeTyp...Lightbox requires some advanced jQuery funcionality including dynamic page element modification. Do you have any kind of restriction on your site that the page element can’t be modified? It occurred to me because when I used your shortcode I got a 404 error for your anchor image.I guess you have set it so It can only be used on your domain.
November 14, 2012 at 4:50 pm #51323onefinancialMemberWill send this to our developer and get back to you with the reply.
What time zone are you located in? I couldn’t find a location on your website.
thanks,
November 14, 2012 at 5:16 pm #51324onefinancialMemberWe had a restriction on the beta site but have moved the test page to a hidden page on our live site.
http://www.onefinancial.com/en/investment-solutions/all-weather-profit-f
amily-trailer
here is the code that is on that page
[wp_lightbox_ultimate_viddler_video width=”640″ height=”380″ autoplay=”true” anchor_type=”image”
title=”title goes here” text=”” source=”http://www.onefinancial.com/wp-content/uploads/2012/03/long-short-video-intro-2.jpg”
auto_popup=”true”]
<iframe id=”viddler-75fc4ab” style=”overflow: hidden !important;” src=”//www.viddler.com/embed/75fc4ab/?f=1&autoplay=0&player=simple&secret=99290280&loop=0&nologo=0&hd=0&offsetTime=0″ frameborder=”0″ scrolling=”no” width=”380″ height=”234″></iframe>
[/wp_lightbox_ultimate_viddler_video]
Thanks,
Sandra
November 15, 2012 at 3:17 am #51325wpCommerceModeratorHi, That’s the same link I looked at earlier. This is happening on your live site.
-
AuthorPosts
- You must be logged in to reply to this topic.