Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › WP Lightbox Ultimate – no pop up and no shortcode choice per the tutorial video
- This topic has 7 replies, 4 voices, and was last updated 12 years, 1 month ago by wpCommerce.
-
AuthorPosts
-
October 17, 2012 at 8:53 pm #7675thegarsMember
I am unable to get the lightbox to pop up at all. I have tried with every possible shortcode. The shortcode that is mentioned in the video is not included in the list of shortcodes available in my version. I have tried many different suggestions mentioned in the forum and nothing works. I’m trying to get s3 protected video to work with flowplayer and while using an image to pop up into the video for the viewer. when you click the image, the webpage simple scrolls down a little lower on the page and nothing pops up. here is the webpage: http://themarkettechnician.com/aa/
i’m trying to replicate the same code mentioned in the video tutorial, but that is not available so i’m trying other shortcodes just to see if the pop up will work. perhaps i’m repeating myself. currently using this code: [wp_lightbox_flowplayer_anchor_text_video link=”https://s3.amazonaws.com/themarkettechnician/videos/video.mp4″ width=”640″ height=”480″ text=”Click here to open the video”]
also tried this code: [wp_lightbox_flowplayer_video link=”https://s3.amazonaws.com/themarkettechnician/videos/video.mp4″ width=”640″ height=”480″ source=”https://s3.amazonaws.com/themarkettechnician/images/button.png”%5D
October 18, 2012 at 2:36 am #50451wpCommerceModeratorThere are multiple issues here. But first you need to take care of the main one – prevent multiple versions of jQuery from loading:
<script src="//code.jquery.com/jquery-1.7.2.min.js" type="text/javascript"></script> (included by OptimizePress)
<script type='text/javascript' src='http://themarkettechnician.com/wp-content/plugins/easing-slider/js/jquery.js?ver=1.4.2'></script> (an old version jQuery included by easing-slider plugin)You can learn more about this here: https://support.tipsandtricks-hq.com/forums/topic/lightbox-ultimate-clicking-on-the-anchor-does-not-display-any-overlay
October 18, 2012 at 5:26 am #50452thegarsMemberthank you so much for the reply. i was able to get the lightbox to work once i deactivated both the plugin and the theme. the slider i will replace, but if i’m dead set on using the OP theme, any suggestions on getting OP to use the proper jquery library? thought i’d ask
October 18, 2012 at 8:42 am #50453wpCommerceModeratorHi, This is something that OptimizePress developers need to fix. But we will see what we can do. I have sent an email to your registered email address for site access. Let me know if you don’t receive it.
October 21, 2012 at 7:02 pm #50454angelog272MemberHi – I am having a similar problem – and found this post. I am also using OP and having problems. Test page here -http://fusionfitnessonline.com/wp-lightbox-test-page/ – the video doesn’t pop up – but instead appears below the source photo.
October 21, 2012 at 11:10 pm #50455PeterMemberHi,
I can see the following javascript error when trying to play the video:
Uncaught TypeError: Object #<b> has no method ‘ipad’
As for the above respondents, it might be your theme conflicting with lighbox or it could be another plugin.
Please do the following the tests to determine if there is a conflict:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
October 22, 2012 at 2:49 pm #50456angelog272Memberthank you. it seems to work fine in theme 2011. any tips on how to get it working with OptimizePress?
October 23, 2012 at 3:40 am #50457wpCommerceModeratorHi, You are using a shortcode that uses flowplayer to play the video. OptimizePress is also including the following flowplayer script:
<script type="text/javascript" src="http://fusionfitnessonline.com/wp-content/themes/OptimizePressCustome/js/flowplayer-3.2.4.min.js"></script>
I think It’s conflicting with the ones included by Lightbox Ultimate. Do you have any option to turn that off in the theme?
-
AuthorPosts
- You must be logged in to reply to this topic.