Shape 5

Joomla Templates => Corporate Response - Club => : dmgsupport January 18, 2018, 06:59:29 AM



: Jquery conflict
: dmgsupport January 18, 2018, 06:59:29 AM
I need to use hotspots for Joomla in my site.  It is not working and the only thing I can determine is there is a jquery conflict.  Can someone advise on the fix? 

I am using Corporate Response template.  Here is the site (not live yet).

As you can see the hotspots loads nothing yet when loaded on other sites it works fine even those not live yet.  Has to be this template. 

http://69.16.219.106/~hahnengc/index.php/projects/projects-by-map


: Re: Jquery conflict
: mikek January 18, 2018, 11:53:09 AM
Hello,

I am not familiar with this extension, you would need to contact its developer for support. We don't provide support debugging third party extensions. Any Joomla extension needs to be calling Jquery from the core of Joomla, and not adding its own Jquery calls, or they will conflict. The template calls the core Jquery script.

I am looking at the source of your site and I cannot believe how many js calls they have - I have never seen this many from an extensions. They would need to determine which file is causing the conflict and make sure Jquery is being called properly.

I see this call:

<script src="/~hahnengc/media/lib_compojoom/js/jquery.ui.custom.js" type="text/javascript"></script>

Which makes me wonder if they are trying to call their own custom Jquery files, but only they could tell you that.


: Re: Jquery conflict
: dmgsupport January 18, 2018, 01:44:48 PM
Ok, that's what I was afraid of.  This extension works great on every other joomla template I have added it to just not this one. 

Thanks for the response.