Hi !
I need to place a java counter in my Dolphine 7 site footer
How i can edit the bottom part of site ?
Hi ! I need to place a java counter in my Dolphine 7 site footer |
/templates/base/_footer.html place it before the </body> tag |
I try it before but not work :( |
I place Google analytics code there also and no answer again :( |
Ah that needs to go before the final </div> so the whole file looks like what I posted below, this is how I have mine and it does work. Also remember google analytics is 3-6 hours behind actual traffic so setting it there will not yield instant count results! ----------------------------------------------- </div> |
I try it just now and nothing change ! :( Again Dont work |
You know that google analytics is not live correct? That means you have to put the counter in the place and wait for 6+ hours for google to update. You cannot place the code and expect to immediately see something on the graph, it doesn't work that way.
|
Ok But how i can place my counter java code ?! |
Put the java counter under the final </script> of the google code. Also, did you remember to clear your cache? |
How i must clear the cash ?! |
How i must clear the cash ?! Log into your admin. On the admin home click on the link that say "Clear Template" "Clear js/css". Reload your page and it should show. |
Thanks ! Now worked ;) |