joomla html code is changed on content import

mel247
2 Posts
mel247 posted this 13 May 2020
Ask a Question

when importing joomla content the loadposition code gets
changed making the call to load a module fail.. for some reason
newline and spaces are added.. means you have to amend on live
site i.e. remove the spaces inserted during importing content like so:
<style>
</style>
<p> {loadposition bmthMod} </p>

from this :

<style>
</style>

                <p> {loadposition bmthMod} </p>
when importing joomla content the loadposition code gets changed making the call to load a module fail.. for some reason newline and spaces are added.. means you have to amend on live site i.e. remove the spaces inserted during importing content like so: &lt;style&gt; &lt;/style&gt; &lt;p&gt; {loadposition bmthMod} &lt;/p&gt; from this : &lt;style&gt; &lt;/style&gt; <p> {loadposition bmthMod} </p>
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 13 May 2020

Hi DAVID,

Please try Position control with the "bmthMod" name instead of the loadposition shortcode.
It should work better.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi DAVID, Please try Position control with the "bmthMod" name instead of the loadposition shortcode. It should work better. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments