HI,
The Gallery layout builder text editor does not support some HTML tags(like br) for web security.
Please change the template file:
/functions/interface/interface-functions.php
The best solution is add the HTML tag like br for function line 957 arttheme_shapeSpace_allowed_html() {...}
OR :
update the line 849, but it is not good for web security
<?php echo balanceTags(wp_kses($layout_builder_content[$num], arttheme_shapeSpace_allowed_html()), true ); ?>
update as:
<?php echo $layout_builder_content[$num]; ?>
Regards!
Bwsm – uiueux.com – Twitter – Facebook