- 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 › WordPress Lightbox Ultimate Plugin – Display Media in a Fancy Lightbox Overlay
I can’t get the plugin to work – We have the PrettyPhoto plugin deactivated on the site(currently using that for videos but want to switch) and I’m using the code directly from the library type pdf for Flash Video Display with fancybox – I opens the link to a full page swf video -not an overlay. The PrettyPhoto plugin works when activated but Ultimate Lightbox has not yet. I tried with both PrettyPhoto and Fancybox settings checked. I have both source code examples here:
If you look at the “page source” you will see that your theme is including the following jquery library –
<script type="text/javascript" src="/wp-content/themes/GXS/javascript/jquery.js"></script>
The jquery library has already been included on your site using the standard WordPress recommended enqueue function of WordPress. (so it’s been included twice in that page)
Every theme and plugin should always enqueue the jquery library so that it loads on a page only once. Otherwise there will be a javascript conflict.
This post will explain this in details: