- This topic has 3 replies, 2 voices, and was last updated 11 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › Lightbox Ultimate -when close the Lightbox Youtube video
Tagged: lightbox ultimate youtube
1.when the browser close the youtube Lightbox Youtube video ,I find the page become dark , the browser has to reload the page , then the page will become normally;
Here is the source that I use:
[wp_lightbox_ultimate_youtube_video_embed videoid=”aUlPYBZXvEY” playlist=”” width=”853″ height=”480″ hd=”0″ autoplay=”1″ display_control=”1″ fullscreen=”1″ autohide=”0″ theme=”light” use_https=”” enable_privacy=”” show_logo=”0″ showinfo=”0″ auto_popup=”” direct_embed=”” anchor_type=”image” text=”” source=”https://dl.dropbox.com/u/36570135/host168_banner/ebook_w200.jpg”%5D
You can test the page that I mean:
[http://testemember.wealth168.info/?page_id=91]
(Please click the book image!!)
2.I can’t find the vimeo embed source code like below:
wp_lightbox_ultimate_youtube_video_embed…………..
I think this is happening because there are three copies of jQuery on the same page.
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js?ver=3.5'></script>
<script type='text/javascript' src='http://testemember.wealth168.info/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
<script type='text/javascript' src='http://code.jquery.com/jquery.min.js'>
You can read more about this issue here:
Lightbox Ultimate – Clicking on the Anchor does not Display any Overlay
The third copy is coming from a recaptcha plugin I guess (pntcaptchacodex). Could you deactivate it to see if anything changes?
I have tested stop the plugin : Ice Captcha
and then the Lightbox Youtube video show normally !
But I think Ice Captcha plugin is very important , I don’t want to stop it !
Please tell me another method let Lightbox Youtube video work normally , thanks a lot
Hi, Any advanced lightbox functionality requires jQuery. If you install a plugin whose developer doesn’t follow the WordPress coding guideline we can’t do anything about it. And this is not something that we can fix in our plugin either. The Ice Captcha plugin needs to follow the WordPress API for including jQuery.