Tagged: Lightbox
Hello,
I ma running into a little conflict between you Lightbox action and a great Youtube Channel plug-in. The issue that I have is the plugin works great but once you click on the video to target video thumbnail to play on the larger player on top, the Enfold theme default lightbox launches the video lightbox on top which cause the video to play twice. is there any that I can insert in that particular to tell the lightbox not to launch. I might a simple shortcode edit… not sure, I thought I would ask first.
You tube Cannel plugin: http://poselab.com/en/youtube-channel-gallery-demo-with-playlist/
Thanks,
D
Hi,
Can you post a link to your website please?
Regards,
Josue
I can’t access your site, a login prompt,
Cheers!
Josue
Hi!
Open this file, and replace line 459:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="youtube.com"] , a[href*="screenr.com"]'
By this:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a[href*="vimeo.com"] , a[href*="screenr.com"]'
Best regards,
Josue
that worked to. Thank you.