Well, I don’t know how is this problem related to the plugin.
It simply inserts the code that is configured for each block.
It’s not a problem relating to your plug-in. I’m asking how I can set this up using your plug-in. I figure this has been asked. If it hasn’t been asked yet, you’ll get this question eventually.
I’m trying to set up something like this:
[ad code 1]|rotate|[ad code 2]|[ad code 3]
We’ve set up six different ad dimension blocks in OpenX for a mid-article placement (after the third paragraph). The situation is that often there aren’t ads running for some of the blocks, but the plug-in displays a blank space where an ad would run. Has anybody set this up so that only ads that are running are displayed? Or is there a way to do this with multiple blocks?
Thanks!
I’m not sure if I understand your question.
If you are using this code in one block
[ad code 1]
|rotate|
[ad code 2]
|rotate|
[ad code 3]
Ad Inserter will insert one of the randomly selected code blocks (1, 2 or 3).
If that block is empty (no code) nothing (except div with css margin) will be inserted. You can also set No Wrapping to all 4 code blocks and no code will be inserted.
So if you insert empty code block (with no wrapping) nothing will be inserted.
If you see blank space (inserted by Ad Inserter) then this is because of your ad code (or OpenX code) that generates that blank space.
Please note that in your case above if you use short codes for code block 1, 2 or 3 and that block is empty, Ad Inserter would generate two divs with css margin if you don’t set No wrapping style.
This may appear as some blank space.
Thanks! This gives me some avenues to explore. Nice plug-in, by the way!