- This topic has 1 reply, 2 voices, and was last updated 10 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 not working with mp4
I cannot figure out why i cannot get mp4 to load in lightbox
http://dev.brightwatermedia.com/test
when i check the jquery it looks like errors are with the plugin its self. I have tried everything in the forums and nothing is working. when you click the image nothing pops up and the URL changes to http://dev.brightwatermedia.com/test/#wplu545936a20840d
any ideas?
Hi, I believe the error is getting triggered from a jQuery conflict. Your theme is not following the WordPress API so there are now two copies of jQuery on the same page:
<script type='text/javascript' src='http://dev.brightwatermedia.com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> (Your theme is including this one)
You can read more on it here: https://support.tipsandtricks-hq.com/forums/topic/lightbox-ultimate-clicking-on-the-anchor-does-not-display-any-overlay
Is there any option in the theme settings to turn it off?