Forums

Javascript Conflicts

theupendra 25 May, 2016
Well,
I am having trouble with Javascript conflict with Light Gallery Plugin and Chronoform Module. If I disable the plugin chronoform module works well but if I enable the plugin then the form stops working.
I am new in Jquery / Javascript thing but it didn't work (may be I am doing wrong way).
How could I fix this issue?
Thank you!
GreyHead 25 May, 2016
Hi theupendra,

It sounds as if there is a JavaScript error - probably from the Light Gallery Plugin that is stopping JavaScript from working on that page. If you use your browser web developer tools (F12 usually) then you can check in the Console window to see what the error is.

Bob
theupendra 26 May, 2016
Hi Bob,
I am very new in Javascripts, I can say that I can't do anything. If it's a basic error, could you please take a look? I sent you the private message with Admin username, password and URL.
Thank you!
GreyHead 26 May, 2016
Hi theupendra,

There is a JavaScript error "JQuery,tooltip is not defined" in this code
jQuery(document).ready(function(){
	jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
That's not from ChronoForm so I suggest that you find what is loading it and try disabling it. It might be in the index,php file, or from another component.

Bob
This topic is locked and no more replies can be posted.