Grid shortcode adding unnecessary tags
-
Hi there,
I’m using Foundation 6 from a Foundation based theme.
I inserted grid shortcode like this:
[fp-rows]
[fp-columns small='' medium='4' large='4']Column One[/fp-columns]
[fp-columns small='' medium='4' large='4']Column Two[/fp-columns]
[fp-columns small='' medium='4' large='4']Column Three[/fp-columns]
[/fp-rows]
This output:
<div class="row"><br>
<div class="medium-4 large-4 columns">Column One</div><br>
<div class="medium-4 large-4 columns">Column Two</div><br>
<div class="medium-4 large-4 columns">Column Three</div><br>
</div>
Those
<br>
tags aren’t necessary and cause the columns structure to break.Though this is the first time I’ve used your plugin looks, which BTW looks incredibly well thought out and documented, I guess they’re appearing on my site randomly??
I have tested this with all but your plugin deactivated.
Can you shed any light on how/why those extra tags are getting inserted?
Thanks.
- The topic ‘Grid shortcode adding unnecessary tags’ is closed to new replies.