Google Anayltics

Hi there,

I have added the analytics id into the admin pages but the code is not showing up on the site.. is the template missing this functionality?

thanks for the help

4 answers

congtq 0.00 $tone September 8, 2010
Public

Yes, it’s the error of our templates. I’ve created a issue here http://pm.joomlart.com/browse/JMTC-12 and will fix as soon as.
You can fix by yourself by adding this code

PHP Code:

<?php echo $this->getChildHtml('after_body_start'?>


at very below of body tag in files: 2columns-left.phtml, 2columns-right.phtml, 1column.phtml and 3columns.phtml in app\design\frontend\default\jm_galaxitetemplate\p age folder

#1
Profile photo of Matt Smith 0.00 $tone September 8, 2010
Public

Hey huzie. I had the same problem but added the php code they specified and it fixed it right away. The key is to add the php snippet right after the OPENING body tag <body>
That wast the confusing part. Hopefully that fixes it for you.

#3

This question is now closed

Written By

Comments