Jump to content

Statcounter in PS 1.6?


Recommended Posts

  • 3 weeks later...
  • 4 weeks later...

Solved !

 

You need to override Media.php :
 
create a new document Media.php
with code that i can't post (file attached)

 

And then, save the file in override/classes
 
Next, add the code data-keepinline="true" in your script
Exemple :


<script type="text/javascript" data-keepinline="true">
// this script will remain here when rendered
alert( "hello!" );
</script>
 
<script type="text/javascript">
// this script will be forced to the bottom of the page
alert( "hello again!" );
</script>

Media.php

Link to comment
Share on other sites

 

Solved !

 

You need to override Media.php :

 

create a new document Media.php

with code that i can't post (file attached)

 

And then, save the file in override/classes

 

Next, add the code data-keepinline="true" in your script

Exemple :

<script type="text/javascript" data-keepinline="true">
// this script will remain here when rendered
alert( "hello!" );
</script>
 
<script type="text/javascript">
// this script will be forced to the bottom of the page
alert( "hello again!" );
</script>

 

I tried this but it still didn't work. Code corrupted. Insert fresh copy  error again.

Link to comment
Share on other sites

×
×
  • Create New...