I have problem with joomgallery when i use ag google analitics plugin
http://agjoomla.com/en/ext-for-joomla/joomla-plugins/item/47-plg-google-analytics.html or paste code from google analitics site to my template:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'XX-XXXXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
The both method working for google analitics but when i use one of them then images dont pop up(slimbox or other)
I use jooma 2.5.4 and joomgallery 2.0.0
any ideas what can i do?
ps. sorry for my english ;)