• when I use it in the widget it renders the code (within chrome inspector)
    as it should default, but the image get the property of
    0x0 pixel (Natural 125×125 pixels)

    <div class="wp125adwrap_1c>
     <div class="wp125ad odd>
    <a href="index.php?adClick=1" title="testing rel="nofollow">
    <img src="youradhere.jpg" alt="Testing"></a>
    </div>
    </div>

    and when I use the manual <?php wp125_single_ad(num); ?> it renders the default image as it should 125x125px.

    Anyone knows why that’s so?

    I’ve spent the last couple of hours trying to figure this out, checking the CSS, adding !important blocks, manually widthen and heighten it but no go. The image stays at 0x0pixels…

    Thanks for the support guys! Keep it up

    http://wordpress.org/extend/plugins/wp125/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter smokingslim

    (@smokingslim)

    I’ve just tried to move out the <img> out of the <div class=”wp125ad odd/even”></div> and the image displayed properly.

    Then I tested to edit the wp125ad class to something else and it worked.
    Is there some kind of hidden style to that class that blocks the image to display properly?

    I’ve run into this same problem. I ended up stripping out the wp125ad class because I can’t spend any more time hunting for a solution.

    I’m having the same issue. Looking forward to a solution or fix.

    Hello,

    I found the problem. It is not the plugin, but rather, the Adblock extension that is used on many modern browsers. Adblock hides ads by scaling them down to 0x0. When I disabled Adblock, I was able to see the WP125 ads just fine.

    God bless

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP125 won't show ad images’ is closed to new replies.