An opportune moment to thank you for this add-on, having used it for years, it's invaluable.
I'm hoping you can kindly offer advice on some config.
TL;DR: How can I best display ad units which can't repeat, after 3rd, 7th and 12th thread post container.
Long version;
We've recently changed ad partner, and I'm a little stumped trying to work out how to add 3 different ad units, all of which will only display once, below different thread post containers.
Previously, I had one ad unit which could repeat so I'd use;
'Below first thread post container'
'Below every 5th thread post container'
… but the new ad units I use, won't repeat and I so, I need a unique ad for each.
I've spent most of the day trying to work it out how I can pop these divs at the below locations;
<div id="incontent-wide-1"></div>
After 3rd thread post container
<div id="incontent-wide-2"></div>
After 7th thread post container
<div id="incontent-wide-3"></div>
After 12th thread post container
I figured it was 'below thread post x container';
However, if I put x3, x7 or x12 here;
... it'll try and display the ad unit every 3 items, but the ad supplier dictate it will only load once per page so I'm then left with whitespace as the ad unit attempts to load. This occurs even when I enable a maximum of 1
Any help would be hugely appreciated - I've spent 5/6 hours trying to work it out and wonder if I've gone blind to an obvious solution.