What data are you seeing if it's not reporting visits? Go to sitescanga.com and run a check to see if GA has been installed correctly.
I have gone through the home page source code. You have installed Google analytics code after <body>. May be this will be a reason as it is instructed in the site to install it before </head> or </body>, depend on code. Check your analytics account code page, follow the instruction and see whether this code need to be installed before </head> or </body>
Hello, Have you tried Edit -> Check Status After signing to Analytics please? Please make sure to copy-paste the code you see there exactly as in there even the spaces etc. could make a difference sometimes. Analytics data will start showing only 24 - 48 hours after you installed it on your site. As a side note I realized that you have inserted the GA code right underneath the body tag as a general rule of thumb it is recommended that the JS code such as the GA code is placed towards the end of the page (before the </body> tag) to make sure the JS doesn't interfere with the load speed of the other page components.