Fixed in 0.9.3. WP’s shortcodes don’t support nesting implicitly and plugins need to explicitly run the shortcodes in content.
Hi Daniel
Brilliant – captions now work a treat (as does the drop-caps plugin!)
All I need now is a way of getting a vertical line between columns (which I can style). Looking at the code produced (in Chrome) it isn’t obvious to me how this could be achieved (but then I’m far from being competent, let alone expert!)
Is this possible?
I’d so much rather use your plugin on my new blog than one where I have to specify where the columns break (which is a real PIA).
Many thanks
In CSS3 that would be done using column-rule-*. I’ll consider implementing a shortcode attribute for that later.
Hi Daniel
Thanks for that – I didn’t know about that CSS property. I looked at w3schools.com to see how it worked. Wasn’t surprised to see direct support so patchy, and IE not supporting it at all.
Thanks again.