Search…

X3 Photo Gallery Support Forums

Search…
 
failax
Experienced
Topic Author
Posts: 84
Joined: 24 Apr 2012, 03:38

Counter visits not visible

01 Jun 2012, 09:07

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Counter visits not visible

01 Jun 2012, 12:46

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.
 
failax
Experienced
Topic Author
Posts: 84
Joined: 24 Apr 2012, 03:38

Re: Counter visits not visible

01 Jun 2012, 13:11

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Counter visits not visible

02 Jun 2012, 06:59

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>
 
failax
Experienced
Topic Author
Posts: 84
Joined: 24 Apr 2012, 03:38

Re: Counter visits not visible

02 Jun 2012, 07:09

Now works!Thank you!