Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › Lightbox Ultimate Plugin just Stopped Working
- This topic has 6 replies, 3 voices, and was last updated 14 years, 6 months ago by
grover69.
-
AuthorPosts
-
May 16, 2011 at 8:51 pm #3419
grover69
MemberSite is here:
http://ccmtctalent.com/in-news/
For some reason the plugin just stopped working altogether. Any ideas on why?
May 17, 2011 at 12:45 am #32566wpCommerce
ModeratorCan 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
May 24, 2011 at 11:32 pm #32567grover69
MemberOK, 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!
May 25, 2011 at 1:31 am #32568amin007
ParticipantWhen 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?
May 25, 2011 at 6:08 pm #32569grover69
MemberThat’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.
May 25, 2011 at 11:49 pm #32570amin007
ParticipantThat 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.
May 26, 2011 at 12:40 am #32571grover69
MemberI figured it was something like that. OK, then I will try to find another contact form plugin and see what happens. Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.