Purchase OIOpublisher now for just $47.

Take control of your ad space.

Click here to purchase

    • CommentAuthorMoneyNing
    • CommentTimeOct 6th 2008
     

    For whatever reason, the ads only show up on the homepage of my blog (http://moneyning.com). In other pages, it just doesn't show up even though the code is in the sidebar.

    I'm currently using the javascript version. If I use the PHP version, the ads show up on the pages but they are overlapping each other.

    The funny thing is that with either PHP and javascript, they all work fine on the homepage. Anyone know why?

    • CommentAuthorSimon
    • CommentTimeOct 6th 2008
     
    Project Admin

    Looking at your source code, for some reason the url to the plugin isn't formed correctly:

    <link rel='stylesheet' href='money/images/style/output.css' type='text/css' />

    Do you have the latest 2.04 installed? I'd suggest a re-upload in any case, just to check nothing is missing.

    • CommentAuthorMoneyNing
    • CommentTimeOct 6th 2008
     

    Can you let me know where in your code it specifies this part? If I'm following the logic, I think everything will be fixed if I add my domain name in front of "money/images/style/output.css' type='text/css"

    • CommentAuthorSimon
    • CommentTimeOct 6th 2008 edited
     
    Project Admin

    It's not just a case of adding the domain to that url, as the entire plugin url is missing. It should be set automatically, and is used in a number of places.

    EDIT: However, the thought just occurred to me that you may have used the "Rewrite Script URL" option on the general settings page? If so, did you enter a full url, or just a directory name (it must be a full url to work correctly).

    eg. http://moneyning.com/money

    • CommentAuthorMoneyNing
    • CommentTimeOct 6th 2008
     

    Okay it's fixed! Thank you so much!

    However, I had to switch it back to the PHP version. The JS version just has the ads showing up on the main page and no other pages.