Page 1 of 1

Counter visits not visible

Posted: 01 Jun 2012, 09:07
by failax
Hello,

I've inserted Shinystat code in SEO powerpack, but nothing is visible in homepage, someone can help me?

This is the site

cinziaroccaforte.altervista.org

Thank you

Re: Counter visits not visible

Posted: 01 Jun 2012, 12:46
by mjau-mjau
What exactly is it supposed to do and what is it supposed to look like? I see this in your code:
Code
<script type="text/javascript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=failax"></script>
I am not sure what its supposed to show, but it would need to include some absolute positioning to place anything above the SWF file.

Re: Counter visits not visible

Posted: 01 Jun 2012, 13:11
by failax
The entire code is
Code
<div align="center">
<!-- Inizio Codice ShinyStat -->
<script type="text/javascript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=failax"></script>
<noscript>
<a href="http://www.shinystat.com/it" target="_top">
<img src="http://www.shinystat.com/cgi-bin/shinystat.cgi?USER=failax" alt="Utenti connessi" border="0" /></a>
</noscript>
<!-- Fine Codice ShinyStat -->
I made an example page with the counter visits and the slideshow I would put in the page instead of the standard one, you can watch it here

http://www.annamariapierangeli.com/Untitled-6.html

Re: Counter visits not visible

Posted: 02 Jun 2012, 06:59
by mjau-mjau
Try to add this:
Code
<div style="position: absolute; bottom: 10px; left: 10px;"><script type="text/javascript" src="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=failax"></script></div>

Re: Counter visits not visible

Posted: 02 Jun 2012, 07:09
by failax
Now works!Thank you!