i just checked the JS conflicts and nothing ! and i updated to the last version and same issue too !
Hello,
Just checked you web site and there are js conflicts. Probably you didn't checked correctly.
QuoteSyntaxError: missing ) after argument list
[Break On This Error]
sName+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" "
This one caused by spotlight widgetkit of your custom joomla template.
Also you are loading jquery twice, please remove one instance. Also you are loafing ja.js for google analytics three times. This should be corrected because affect your site performance.
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
<script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
<script type="text/javascript" src="/final/media/system/js/mootools-core.js">
<script type="text/javascript" src="/final/media/system/js/core.js">
<script type="text/javascript" src="/final/media/system/js/mootools-more.js">
<script type="text/javascript" src="/final/media/system/js/modal.js">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
<script type="text/javascript" src="/final/components/com_k2/js/k2.js">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js">
<script type="text/javascript" src="http://hatlly.com/final/components/com_virtuemart/assets/js/jquery.ui.autocomplete.html.js">
<script type="text/javascript" src="http://hatlly.com/final/components/com_virtuemart/assets/js/jquery.noConflict.js">
<script type="text/javascript" src="/final/components/com_virtuemart/assets/js/vmsite.js">
<script type="text/javascript" src="/final/components/com_virtuemart/assets/js/facebox.js">
<script type="text/javascript" src="/final/components/com_virtuemart/assets/js/vmprices.js">
<script type="text/javascript" src="/final/cache/widgetkit/widgetkit-fa51980f.js">
<script type="text/javascript" src="/final/templates/shaper_istore/js/popbox.js">
<script type="text/javascript" src="/final/plugins/system/helix/js/menu.js">
<script type="text/javascript" src="/final/plugins/system/helix/js/equalheight.js">
<script type="text/javascript" src="/final/plugins/system/helix/js/totop.js">
<script type="text/javascript" src="/final/plugins/system/helix/js/jquery.js">
<script type="text/javascript" src="/final/media/com_acymailing/js/acymailing_module.js">
<script type="text/javascript" src="...........mod_ice_virtuemart_cart/assets/vmprices_2.js"
You could unload jquery from vm under the configuration -> Templates and use only jquery 1.7 from k2.
Regards
Which file that i have to correct it ! in which directory so but i'm still beginner with VM :)
I just removed one of <script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js">
and fixed the Jquery load to just 1.7 & disabled the widgetkit but nothing happened !