You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
If i add text directly into [column md=""] [/col] shortcode, the output does not reflect my visual editor. No paragraphs, no line break.
I've done a little research and it seems that in boostrap-shortcodes.php @ line 732 https://github.com/filipstefansson/bootstrap-3-shortcodes/blob/master/bootstrap-shortcodes.php#L732
if you replace do_shortcode( $content ) with wpautop( do_shortcode( $content ) ) it's working like it 'should.