Hello. This theme is really amazing. I like it ! Wonderful.
I just met one problem but it is a real one.
When i write articles, everything is doing fine.
But when i write texts into the differents creation tools, espaces are not showing. Everyting is stuck.
I don’t have spaced sentences. The <br/> tag is not working. It’s putting the tag : <p style=”text-align: center;”> at place.
Here is an exemple page : http://hoyde.net/apropos/
In my latest theme, i installed TinyMCE to solve that problem and it worked. There was an option to stop removing the <br> tag. But here, TinyMCE is still installed and it’s not working.
Could you help for this ?
Best regards
Hi Gilles1801!
Do you mean when you are adding post content using the visual editor? If so, that is a default WordPress function called wpautop: https://codex.wordpress.org/Function_Reference/wpautop
That codex entry has code you can add to your functions.php to remove the function from your content (post and page body).
Cheers!
Devin