We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@andreiglingeanu Use any shortcode in pagebuilder that has textarea, in your textarea add this
<div class="something"> <div class="something"> something </div> </div> <div class="something"> <div class="something"> something </div> </div> <div class="something"> <div class="something"> something </div> </div>
Save your page , reopen the shortcode, output should be as you see it http://prntscr.com/dtsbcw
Now , use any shortcode that has wp-editor option type with shortcodes enabled
add the shortcode with textarea inside the wp-editor
http://prntscr.com/dtsatv
save it , reopen the shortcode and above markup comes back with brakes http://prntscr.com/dtsb3z
<div class="something"><br /> <div class="something"><br /> something<br /> </div><br /> </div><br /> <div class="something"><br /> <div class="something"><br /> something<br /> </div><br /> </div><br /> <div class="something"><br /> <div class="something"><br /> something<br /> </div><br /> </div>
The text was updated successfully, but these errors were encountered:
Thanks for reproduction. Will check that out.
Sorry, something went wrong.
@andreiglingeanu any solution for this?
@andreiglingeanu waiting for fix please respond
Is this problem still happening?
It looks too old and not happening anymore. But if you can still replicate, please let me know and I will try to solve it.
andreiglingeanu
No branches or pull requests
@andreiglingeanu Use any shortcode in pagebuilder that has textarea, in your textarea add this
Save your page , reopen the shortcode, output should be as you see it
http://prntscr.com/dtsbcw
Now , use any shortcode that has wp-editor option type with shortcodes enabled
add the shortcode with textarea inside the wp-editor
http://prntscr.com/dtsatv
save it , reopen the shortcode and above markup comes back with brakes
http://prntscr.com/dtsb3z
The text was updated successfully, but these errors were encountered: