Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I noticed that the new Version is adding Paragraphes differently from the Version before – this breaks my shortcodes (which i added inside the editor-widget) cause it adds paragraphes in every empty line-break of the shortcode-result.
Could you fix this?
After a little bit off thinking about the problem i am sure: the editor-widget has a false behaviour.
WordPress applies the auto-p (automatic paragraphes) BEFORE it applies the shortcode.
BUT the editor-widget applies the shortcode first, so the the auto-p is applied on the ready rendered shortcode-output (which is bad if i.e. you add javascript inside the shortcode)