the first is a banner on the footer and the second is a slide-in.
i have no problem with the banner, but when i put the slide-in, reviews of product doesn't work.
this is my footer file:
Code: Select all
<footer>
<div class="container">
<div class="row">
<div class="col-sm-4">
<br>
<!-- CPM AFFILIATION TAG MEGA BANNIERE 728X90 -->
<script type='text/javascript'>
var cpma_rnd=Math.floor(Math.random()*99999999999);
document.write("<scr"+"ipt type='text/javascript' src='http://www.cpmaffiliation.com/50851-728x90.js?rnd="+cpma_rnd+"'></scr"+"ipt>");
</script>
<!-- FIN TAG CPM AFFILIATION -->
</div>
</div>
<hr>
</div>
</footer>
<!-- CPM AFFILIATION TAG SLIDE-IN -->
<script type='text/javascript'>
var cpma_rnd=Math.floor(Math.random()*99999999999);
document.write("<scr"+"ipt type='text/javascript' src='http://www.cpmaffiliation.com/50851-slidein.js?rnd="+cpma_rnd+"'></scr"+"ipt>");
</script>
<!-- FIN TAG CPM AFFILIATION -->
</body></html>
Thanks in advance.