Column div's end up inside paragraph tag
-
Just installed a new WordPress 3.6 site yesterday and installed this plugin.
Running the “Twenty Thirteen” default theme I tried using this to create a three column listing.
[one_third]A[/one_third][one_third]B[/one_third][one_third_last]C[/one_third_last]
This produced this HTML-code:
<p><div class='one_third'>A</div><div class='one_third'>B</div><div class='one_third last_column'>C</div><div class='clear_column'></div></p>
Also saw listed on another support thread the example:
[one_half] .A.. [/one_half][one_half_last] .B.. [/one_half_last]
Which for me produces:
<p><div class='one_half'>.A..<br /></div><div class='one_half last_column'>.B..<br /></div><div class='clear_column'></div></p>
Guessing this has to do with version 3.6 but really love this plugin and want it to work.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Column div's end up inside paragraph tag’ is closed to new replies.