- This topic has 6 replies, 3 voices, and was last updated 13 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 Ultimate Plugin just Stopped Working
Site is here:
http://ccmtctalent.com/in-news/
For some reason the plugin just stopped working altogether. Any ideas on why?
Can you please do the following test and let us know if that changes anything?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
OK, I’ve had a chance to play with this recently and it appears WP Lightbox Ultimate is incompatible with the Custom Contact Forms plugin. For example, my site front page:
The Vimeo plugin lightbox isn’t working with Custom Contact Forms. Any idea why? Thanks!
When I go to the links that you posted I do not see any video that you have embedded using the lightbox plugin. Can you please post a link to the page where this video lightbox is not working?
That’s the thing. That front page has a video (linked to Vimeo) that uses the lightbox plugin. But when Custom Contact Forms plugin is enabled, it doesn’t work. As soon as I disable Custom Contact Forms plugin, it works again.
That custom contact form plugin is adding JQuery library in a wrong way which is the source of the issue. This is explained in here:
Wrong Way of adding JQuery library to WordPress – Source of Javascript Conflicts
Basically, if you look at the following script added by that plugin, you will see that it has “JQuery library” + “JQuery tools library” inside it:
<script type=’text/javascript’ src=’http://ccmtctalent.com/wp-content/plugins/custom-contact-forms/js/jquery.tools.min.js?ver=3.1.2′></script>
JQuery is already added to your webpage by WordPress so adding another copy of JQuery is idiotic (it’s also affecting your site’s performance since two copies of the same code is being loaded). This is also going to cause conflict for any other plugin trying to use JQuery.
I figured it was something like that. OK, then I will try to find another contact form plugin and see what happens. Thanks!