Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate – popup not showing when clicked
Tagged: lightbox popup
- This topic has 5 replies, 3 voices, and was last updated 12 years, 3 months ago by wpCommerce.
-
AuthorPosts
-
August 9, 2012 at 6:16 pm #7124JamaulfinleyMember
New to the forum, but I’m well rounded with WordPress and FTP accounts. I cant get the pop up to work.
Here are my Support Details:
>> The page is [http://myfirstprofitsonline.com/#wplu5023fd1c83db9]
>> I am using WordPress 3.4.1
>> Recreation of this issue is as simple as clicking on the image.
>> Here is a copy of the PHP echo and related shortcode:
This code: I insert and the image shows but nothing happens when clicking the image.
[wp_lightbox_ultimate_youtube_video_embed videoid=”66TuSJo4dZM” playlist=””
width=”500″ height=”400″ hd=”0″ autoplay=”0″ display_control=”1″ fullscreen=”1″
autohide=”2″ theme=”dark” use_https=”” enable_privacy=”” show_logo=”1″
showinfo=”1″ auto_popup=”” direct_embed=”” anchor_type=”image” text=””
This code: Image shows, but redirects to actual youtube page when clicked.
[wp_lightbox_prettyPhoto_video link=”http://www.youtube.com/watch?v=66TuSJo4dZM” width=500
height=500 description=”Video description goes here” source=”http://myfirstprofitsonline.com/wp-content/uploads/2012/08/Screen-shot-2012-08-06-at-3.36.23-PM.png” title=”Video title goes here”]
trying to just test different styles, but nothing happens.
August 10, 2012 at 5:02 am #48230wpCommerceModeratorHi, The theme you are using is just not ideal for any WordPress site. It’s poorly coded and causing multiple versions of JavaScript files to be included in the same page (without using the proper WordPress API). For example:
<script type='text/javascript' src='http://myfirstprofitsonline.com/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script> (good)
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script> (bad)As for the flowplayer script there are three versions:
<script src="http://myfirstprofitsonline.com/flowplayer/flowplayer-3.2.11.min.js"></script>
<script src="http://myfirstprofitsonline.com/flowplayer/flowplayer-3.2.11.min.js"></script>
<script type="text/javascript" src="http://myfirstprofitsonline.com/wp-content/themes/OptimizePress/js/flowplayer-3.2.4.min.js"></script>I have also found the following error using Firebug:
TypeError: $("a[rel='wp_lightbox_fancybox_inline_rel_wplu502494d133e24']").fancybox is not a function
[Break On This Error]
onClosed:function(){This is not actually an error. But it’s happening because of two versions of the same jQuery Library. As long as you have any JavaScript error in the same page it will also affect other elements.
You can learn more about it here:
Lightbox Ultimate – Clicking on the Anchor does not Display any Overlay
However, I can try doing a manual tweak for you to prevent that additional JavaScript from loading. I can’t guarantee that it will work though. I have sent an email to your registered email address for site access. Let me know if you don’t receive it.
August 11, 2012 at 10:34 am #48231heidihoferMemberHi,
I got the same error with kealani.passer.info but ONLY in Google Chrome v21… So it works for me in all other Browsers (IE, Safari, Firefox, Opera)… So if you click on the start page on the video it redirects to the Youtube site – in all other browsers it displays the box… With pervious Chrome versions it worked (my last was 19)…
ALSO with the mentioned site [http://myfirstprofitsonline.com/#wplu5023fd1c83db9] the picture is redirected… With other Browsers it works on this page!
Any ideas?
Thanks,
Michael
August 11, 2012 at 1:08 pm #48232wpCommerceModeratorHi, Can you please post a link to the page where you are having this issue?
August 12, 2012 at 10:56 am #48233heidihoferMemberHi – sure (I already had) it is [http://kealani.passer.info] and there you can click on the video link on the square…
Thanks a lot for your help…
August 12, 2012 at 12:03 pm #48234wpCommerceModeratorHi, I just tested it with the latest version of Chrome (21.0.1180.75 m). There is no issue with the lightbox effect.
-
AuthorPosts
- You must be logged in to reply to this topic.