AtaArticles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebar one content onto sidebar 2Ok, i tried to copy/paste the bold section and embed after:
<div id=”r-sidebar”>
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Beware! Can’t be 100% trusted!After sometime playing with this plugin, i just found it better to delete it and insert adsense manually. It is quite smooth and easy, but most imporatantly the reassurance that i get 100% adsense income.
Forum: Fixing WordPress
In reply to: How to reduce width of sidebar oneOk, if you mean change these divs to 500px,
#container {
width: 100%;
background: url(i/dots.gif) 500px 0 repeat-y;
margin-bottom: 10px;
}
* html #container {height: 1%;}
#container:after {
content: ‘.’;
display: block;
clear: both;
visibility: hidden;
height: 0;
}
#content {
width: 490px;
float: left;
padding: 0 10px 20px 0;
overflow: hidden;
}it doesn’t work
what happens is that the text overlaps the grey vertical line which separates sidebar 1 and 2. There has to be a 10px difference between content width and container background.Also, you only have one sidebar so it may work for you. Thanks.
Regarding the sidebar content, there is no px shown, so i don’t think anything needs adding here.
* html #sidebars {height: 1%;}
#sidebars:after {
content: ;
display: block;
clear: both;
visibility: hidden;
height: 0;
}Thanks.
Forum: Everything else WordPress
In reply to: website not showing in forum profileSome forums specifically mention after say 10 posts your sig/profile link will show up. It doesn’t seem to be the case here, unless there is info about this.
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Beware! Can’t be 100% trusted!The plugin creator Manoj suggested to add the following code:
Find the code:
function mc($mc, $ad, $size=false) {and add this code:
return $ad ;
}If anyone has tried this, let us know if it worked. I just changed the code as suggested by Manoj
Forum: Plugins
In reply to: [Plugin: Easy AdSense] Beware! Can’t be 100% trusted!The guy does offer some help on how to sort this out.
http://wordpress.org/support/topic/289189?replies=22
But it seems, many are still having issues.