Hello,
I have an AdRotate group which should display in a Block (16 x 1 grid). In WP Admin > AdRotate > Groups it shows there are 16 adverts – none of them are expired. However, only around 11 of the 16 ads display.
Looking at the Developer Tools > Inspector in Firefox, I see that the reason might be because of a missing closing tag.
The first ads show:
<div class="g g-3">
<div class="g-col b-3 a-30">...</div>
</div>
The last ad however has a div with class=”g g-3″ nested inside the parent div with class=”g g-3″. For example:
<div class="g g-3">
<div class="g-col b-3 a-17">...<a< div=""></a<></div><ul>
<div class="g g-3">
<div class="g-col b-3 a-23">...</div>
</div>
</div>
Note the
<a< div=""></a<>
in the first div with class=”g-col b-3 a-17″.
Looks like a broken advert code. Probably advert ID 17.
Moved to adverts and banners forum, not a bug.