Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorgotlinks
    • CommentTimeFeb 28th 2008
     

    I am not sure why and I need help, visit www.infectedbybugs.com

    In IE the sidebar purchaseable banners look good, but in FF they move into the center of the page. How can I keep them on the right?

    • CommentAuthorSimon
    • CommentTimeFeb 28th 2008
     
    Project Admin

    Hmmm, I'm not much of an expert on CSS clash issues. It must be something relating to the use of position relative / absolute for aligning the banners.

    You could possibly try adding float:right; to the styling of this line in include/output.php, but that may mess up the IE display (not really sure):

    $output .= "<div style=\"width:".$zone_width."px; height:".$zone_height."px; position:relative; margin:auto;\">\n";

    • CommentAuthor19prince
    • CommentTimeOct 6th 2008
     

    Admittly new to all of this... Did the above fix work?

    I need help too... check the banner on the right: http://www.longislandgolfnews.com/courses/

    • CommentAuthorSimon
    • CommentTimeOct 6th 2008
     
    Project Admin

    v2.0 shouldn't suffer from the problem mentioned by the original poster.

    • CommentAuthor19prince
    • CommentTimeOct 8th 2008
     

    Confirmed on v2.0... still having the firefox display issues. Can you take a look?

    Specifically, it's a problem in the sidebar. (the banner on the homepage is not being served by OiO Publisher)

    • CommentAuthorSimon
    • CommentTimeOct 8th 2008 edited
     
    Project Admin

    I see the sidebar banner in both FF and IE at the moment (golf newsletter signup).

    I've modified the oiopub-direct/js.php file for your slightly to see if that makes any difference for you (just re-download the script to get the updated file).

    Beyond that adjustment, there isn't much more I can do, as everything looks to be displaying correctly. Are you sure you aren't using any kind of javascript ad blocker when viewing the site?

    • CommentAuthor19prince
    • CommentTimeOct 8th 2008
     

    Just so I understanding, go to: http://download.oiopublisher.com/

    Download 'Pro Download (v2.04)'

    Find js.php and upload that to the oio-direct plug-in file on my site.

    Is there anything else I'm missing?

    {thanks for the support}

    • CommentAuthor19prince
    • CommentTimeOct 8th 2008
     

    More info...As you noted, I've been using the .js code to call ad.

    I just tried the php code... And, i could not get it to display at all. I'm thinking using the php code would solve my problem. Any tips on getting the php code to display a banner zone.

    • CommentAuthorSimon
    • CommentTimeOct 8th 2008
     
    Project Admin

    I'm still not quite clear on the exact nature of the problem...

    At the moment I see one banner ad zone (2) on your purchase page. I can see the ad zone displayed (using javascript) in your sidebar at the moment.

    Can you not see that ad zone displayed?

    RE: php code - can you make sure that you set a price for the ad zone you attempted to display with php?

    • CommentAuthor19prince
    • CommentTimeOct 10th 2008
     

    Again, thanks for taking the time to help me out with all of this.

    Here's a screen shot of what I'm talking about. To answer your question, yes I see the ad. My problem is that the display is not correct. There are two issues: (1) the 240x200 is 'cut-off' on the right side (see red arrow), (2) there is a thin outline around the 240x200 (see black circle).

    • CommentAuthor19prince
    • CommentTimeOct 10th 2008
     

    Ok... more info. It looks like it's a sizing issue, perhaps it's all tied to that extra little outline I'm seeing (black circle in above screen shot).

    When hard code the banner (240x200), it displays in fine.

    Next, I changed the zone 2 size to 236x195. With an appropriately sized banner, the 236x195 displays fine.

    I've changed everything back, I'd like to take advantage of the full sidebar width. Again, your help is appreciated.

    • CommentAuthorSimon
    • CommentTimeOct 10th 2008 edited
     
    Project Admin

    Ah ok, seems it is all down to the border then. I've made a change to the oiopub-direct/include/output.php file.

    Can you re-download it and see if that fixes it?

    • CommentAuthor19prince
    • CommentTimeOct 10th 2008
     

    Success! Thanks for your patience.

    I'll be recommending the plug-in to all Wordpress users.