I'm not sure if this is an SP PageBuilder issue or a Helix Ultimate...
My site uses some string variables that are placed in Custom Joomla Modules and inserted into sentences via its shortcode, e.g {module 757}, so that a sentence contains elements of information that can be easily managed in one location. It has been working well in Joomla 3, Helix3 for many years.
I've just updated to Helix Ultimate and updated SP PageBuilder, and the inserted modules containing the string variables are now being wrapped in div containers , e.g.
<div id="mod-custom757" class="mod-custom custom"><strong>
8:00am Sunday mornings</strong></div>
Previously this was a clean string... e.g. 8:00am Sunday mornings
As you can see, this breaks my formatting. How can I restore the functionality so that the inserted module is the clean text string only?
thanks,
Geoff