Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorgyutae
    • CommentTimeOct 1st 2008 edited
     

    OIO Publisher seems to have broken the display of my text ads... I'd like to have them displayed in list format without the large space between the heading. You can see how they are displayed now in the sidebar here: http://www.winningtheweb.com Any idea on how I can change this?

    Also, the text ads widget causes there to be a gap at the bottom of every page. Any idea of why this might be happening?

    Finally, how would I manipulate the "add your link here" text?

    • CommentAuthorSimon
    • CommentTimeOct 1st 2008 edited
     
    Project Admin

    By default there is some padding set around a text ad zone. You can remove it by editing the ad css file at: images/style/output.css - the class would be .oio-link-table

    The "Add Your Link Here" text is only editable via the: include/output.php file at the moment. If you do a quick search in that file, you'll find it there.

    • CommentAuthorgyutae
    • CommentTimeOct 2nd 2008
     

    Thanks! What about that large gap at the bottom of pages? I've isolated the cause down to the text ads in the sidebar. Any idea of why that might be?

    • CommentAuthorSimon
    • CommentTimeOct 2nd 2008 edited
     
    Project Admin

    Looking at your source code, there seems to be an extra "clear" div (it clears floating elements after an ad zone), so I've made a small script change to remove it.

    If you could try re-downloading the script now, and see if that fixes the spacing.

    The output.css file was changed, so you'll need to make the padding change again once upgraded.

    • CommentAuthorgyutae
    • CommentTimeOct 4th 2008
     

    Thanks Simon. I just upgraded to 2.04. However, I still seem to be getting error with the big gap at the bottom of pages (except on the homepage). I'm also seeing a bar background associated with h2 tags in CSS. Take a look here: http://www.winningtheweb.com/about/

    Any ideas?

    • CommentAuthorgyutae
    • CommentTimeOct 4th 2008
     

    As for the gap, I think I found the problem. When I include the text ads widget in my sidebar, there's something included at the bottom of the page (you can tell from the gray border). I'm not sure why there are 2 headers though. Let me know if you know what's causing these issues. Thanks, I'll have a review of OIOPublisher soon.

    • CommentAuthorSimon
    • CommentTimeOct 5th 2008 edited
     
    Project Admin

    It looks like it is being caused by the ad on the bottom right (blog mastermind). Could it be the 2 images being used in that ad slot, or even the <br> there?

    <div class='oio-cell oio-center' style='width:120px; height:600px; line-height:600px;'>
    <div class='oio-border'><A HREF="http://www.blogmastermind.com/affiliates/index.php?Clk=2601880"><IMG SRC="http://www.blogmastermind.com/images/120x600blog-profits-blueprint.gif" ALT="Click here to get The Blog Profits Blueprint" WIDTH="120" HEIGHT="600" border=0></A>
    <br><img src="http://www.blogmastermind.com/affiliates/index.php?Imp=2601880" width="0" height="0" border="0">
    </div>
    </div>