I have an issue with EE (3.1.35.1.P)
The visual editor for the Event Description section is completely removing <p> and <br> tags, leaving only . This is causing all of the text to be squished together. I can remedy this by manually typing in <p> tags to the paragraphs, but that’s not the solution I want to present to the end-user.
That is stopping EE from stripping the P tags in the WYSIWYG… but it’s also spamming the rest of my event page with P tags galore. Not terribly worried about that though, because I can just hack them out with CSS and or jQuery.
What exactly is this code doing? Will it affect ANY OTHER PART of the site OTHER THAN EE? (this is an important question)
<code>
if ( !is_admin() ){
add_filter('the_content', 'espresso_raw_formatter', 99);
}</code>
The support post ‘EE completely stripping P and BR tags from the WYSIWYG’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.