– E
]]>As the title suggest, why nested columns / row doesn’t work?
Other than that, excellent plugin, already rated 5 stars long time ago.
[su_row]
[su_column size=”1/2″]
Col 1
[_su_row]
[_su_column size=”1/2″]
Hello
[_/su_column]
[_su_column size=”1/2″]
Hello
[_/su_column]
[_/su_row]
[/su_column]
[su_column size=”1/2″]
Col 2
[/su_column]
[/su_row]
You can see it live here.
https://computerdude.me/nested-columns-not-workee-boo/
[one_half]first half column[/one_half][one_half_last][one_third]1[/one_third][one_third]2[/one_third][one_third_last]3[/one_third_last][/one_half_last]
but it didn’t work…
Am i doing anything wrong?
Thanks
Angelo
https://www.ads-software.com/plugins/column-shortcodes/
]]>Thanks in advance.
I’m rolling an update into the plugin that will allow you to add nested DIV tags. Currently in WordPress, you can’t nest shortcodes, but I’m wiring it so you can do shortcodes like this:
[ezdiv_1]
[ezdiv_2]…[/ezdiv_2]
[/ezdiv_1]
I’ll see what I can do about nesting multiple columns.
https://www.ads-software.com/plugins/easy-columns/
]]>[column lg="8" ]
[row]
[column lg="6" md="6" sm="6" xs="6" ]
I am child of 8
[/column]
[column lg="6" md="6" sm="6" xs="6" ]
I am child of 8
[/column]
[/row]
[/column]
[column lg="4" ]
I am parent
[/column]
[/row]
https://www.ads-software.com/plugins/easy-bootstrap-shortcodes/
]]>