There is a bug in the current release of WP Bannerize. The Before and After containers are not working as they did before. In an older release the Before and After containers would put their contents before and after each banner. Now the after container never gets output and the Before only seems to be used ever other time. I was using these to put a <p> and </p> around each banner in a sidebar so they would stack the banners over each other with a space between them. Now this isn't working.
Help!
Kermit Woodall
[ Signature moderated. ]
@kwoodall: Hi, can you send me the php code that you used (like wp_bannerize()) and the sample url where I can see the trouble?
regards
GF
I'm using the widget that has the before/after containers - not PHP in this case.
Site is http://lakewood.advocatemag.com/
Kermit
@kwoodall: Ok, I check asap
regards
GF
@kwoodall: How many wp bannerize widgets have you put in left sidebar?
@kwoodall: I found the problem. In the widget setting you have "alt class" empty. Write something in "alt class", a simple string like "hello". Thus so does work properly :)
I fix this bugs in next release.
Thanks for report
regards
GF
GF,
Great job! BTW... there may be a new bug. I've got a widget in my right sidebar as well for showing a single rotating ad and sometimes it shows nothing.
See it here. You may have to reload a few times...
http://oakcliff.advocatemag.com/multimedia/
Kermit Woodall
@kwoodall: Hi, this is not a "true" bug :D
So, you have to go "wp bannerize admin" and shows your banner list. Check the "width" and "height" settings on all banner.
The banner is show correctly (if you snif html source) but its width and height are set to zero "0".
Edit the banner and insert right value, and all will work properly.
GF