Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am looking for a plugin or script for Wordpress to place ads like on this page: http://kwejk.pl/

This means that banner with ads should be visible at all times and clickable on background.

share|improve this question
1  
What have you tried already? Show us your code please. – toscho Feb 13 at 19:49
@toscho are plugin recommendations already welcome here? – Eugene Manuilov Feb 13 at 20:37
@EugeneManuilov No, of course not. But it is not clear if the asker is willing to write own code, that’s why I’m asking. – toscho Feb 13 at 20:39
@toscho I am looking for a plugin or script for ... if I understand English correctly, he is looking for recommendations. – Eugene Manuilov Feb 13 at 20:40
Sorry but i'm noob :) my website mapyminecraft.pl and code index.php pastebin.com/m8Sx7gXn – Amadeusz Weroński Feb 13 at 20:57
show 1 more comment

closed as off topic by Eugene Manuilov, Michael, toscho Feb 13 at 21:23

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Those are just placed inside a fixed position div...

<div style="position: fixed; top:50%; margin-top:-300px; left:390px; margin-left:50%; width:160px";>
<!--Adsense Code-->
</div>
share|improve this answer
it does not work :( when I added it to the website, everything will destroy – Amadeusz Weroński Feb 13 at 20:43
where exactly should I give it? – Amadeusz Weroński Feb 14 at 8:13

Not the answer you're looking for? Browse other questions tagged or ask your own question.