Hi,
I’m using enfold since a while and I have a problem with lines break, i don’t know if it’s a bug but I don’t find a solution.
When I press enter many times for have more space between paragraph, the editor always delete them and just start a new paragraph for the second part of my text.
I tried many things :
– Add this to functions.php :
remove_filter( ‘the_content’, ‘wpautop’ );
remove_filter( ‘the_excerpt’, ‘wpautop’ );
– Installing TinyMCE Advanced and check the option for <p> <br /> tags
– Update JS files for know when my line break is deleted and remove formatting functions …
Without using avia builder my line break isn’t deleted !
Tested today on a new install of WP + Enfold, no plugins and both on the latest version.
If someone has an idea how to do many line break …
Thanks for help.
Hey espaceprive!
Can you post the link to you website please?
Cheers!
Andy
Hi Andy,
Thanks for reply !
I can’t share link cause this try is on local wamp, but all new install WP + Enfold do same thing. I took screenshots for show my problem :
My text in TinyMCE :
Now on avia builder (on page edit) :
And the result on web (similar to Pic 2, of course !) :
I think this problem is easily solvable but i don’t know how, on WP without Enfold just installing Advanced TinyMCE plugin solve this when i check the option for stop removing <p> ans <br /> tags.
Hi!
That’s currently a bug we’re already aware of. As a workaround i’d suggest using multiple Text Blocks in combination with Separator / Whitespace elements.
Regards,
Josue
Hi Josue,
Thanks for advice, I hope it will be fixed soon !