Typically what we will see is a filter getting applied to the_content that will break things. So if you can open your theme (in this case both the parent theme and the child theme since they share the same functions) you can do a search for terms like:
add_filter('the_content',
or
add_filter( 'the_content',
If you find any of these, you can try commenting them out one by one in order to narrow down the issue.
This reply was modified 11 years, 4 months ago by Josh. Reason: formatting
Viewing 1 reply thread
The support post ‘Security error!’ 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.