Quote:
Originally Posted by Emeralda
I installed the new version, checked on Opera, Chrome, Firefox and IE, it still didn't work >.<
|
Your jquery should load before the following code, you already load jquery but it right before </head> tag.
Code:
<script type="text/javascript" src="logect/vb_imgpl/jquery.preloader.js"></script>
<script type="text/javascript">
$(function(){$("#logect_ip").logect_preloader();});
</script>
Please enable the jquery option and then remove the following line from your style:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
or you can manually add it before {vb:raw template_hook.headinclude_javascript} in your headinclude template: