Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 EE completely stripping P and BR tags from the WYSIWYG | Event Espresso - Staging Server
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.