- This topic has 1 reply, 2 voices, and was last updated 13 years, 5 months 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 Special" not working for MP4 & MP3
Hey there, I have setup the WP Lightbox Ultimate plugin on multiple websites of mine. However I seem to keep having the same problem. The “Lightbox Special” option for MP4’s and MP3’s won’t work. It will show the lightbox but the video or audio won’t show up.
Here are the sites I tested it on…
1. http://realestate.instantbizsystem.com/test-page
2. http://realestatewebsitesource.com/test-page
3. http://renegadeagentmarketing.com/test-page/
I’m just trying to get my MP4’s and MP3’s from my Amazon S3 account to work with this plugin. I got the “Flowplayer” MP4 feature to work on the final site (3rd from list above) but not the first two. On my 3rd website test I changed back to the WP default theme and deactivated ALL of the WP plugin but yours and still could not get the MP4 or MP3 to play for the “Lightbox Special” short codes.
Please help me fix this problem or let me know what I am doing wrong.
Thanks,
Calvin
You have the following issue on your site:
To be more specific if you do a “view source” on the page in question you will see that it has the following two lines (which are both adding the same JQuery library but different versions of them).
<script type='text/javascript' src='http://realestate.instantbizsystem.com/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
The above one is from WordPress which is good but the following one is loading an old version (a poorly coded plugin or theme is doing this):
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
You can do the test mentioned here to find out which theme or plugin is doing this:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin