Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
DotheReggae
tagDiv Member

Ok is solved with Adrotate plugin. All is working fine through from Ads Theme Panel inserting Shortcode of ads or groups of Adrotate plugin.

Thanks for all!

DotheReggae
tagDiv Member

Ok is solved with Adrotate plugin. All is working fine through from Ads Theme Panel inserting Shortcode of ads or groups of Adrotate plugin.

Thanks for all!

DotheReggae
tagDiv Member

Thanks Bogdan but with this script dont work, not appear any image…
We are having problems with Simple Ads Manager only with Header Ads, this is the reason of try this other method.
Thanks

DotheReggae
tagDiv Member

We are using Simple Ads Manager also, and it works fine. When we put the shortcode in any page this work properly. If we put the shortcode in some Theme Ad Places trought Theme Panel work fine. There are a problem when we put this shortcode in Header Ad Space, when charge the page Ad first appear but then disappear instantaly. Only have this problem.

Do you know any solution?

DotheReggae
tagDiv Member

We are trying make this without plugin. Actually we can make a random image in header, but we don´t know how to insert a link for each of this. Can you help us?
Thanks in advance!


<div class="td-all-devices">

<script language='JavaScript'>
imagenes = new Array(2)

imagenes[0] = ""
imagenes[1] = ""

aleatorio = Math.random() * (imagenes.length)
aleatorio = Math.floor(aleatorio)
document.write(imagenes[aleatorio])

</script>

</div>

DotheReggae
tagDiv Member

We are using this code for show 1 ad in header, but we want show 2 diferents ads randomly.
What code could we use?

<div class="td-all-devices"><a href=Link´><img src=image /></div>`

Viewing 6 posts - 1 through 6 (of 6 total)