This plugin alters how and when the core WordPress wpautop filter is applied to page and post content. This will negatively affect all plugins that use shortcodes to add content to the page, including Connections. The wpautop filter will be applied to the content from the Connections shortcode will be run thru this filter when it shouldn’t be which causes <p> and <br> HTML tags to be inserted. The extra tags will break the layout of all Connections templates and Form.
There are two possible solutions to fix this. The first is that the plugin provides an option to “Disable custom formatting”. It is suggested that you enable this option. Another solution is to wrap the connections shortcode within a [[raw]] shortcode that this plugin provides. Here’s an example:
[raw][connections][/raw] |
NOTE: This FAQ was written based on Lizatom Shortcodes 1.4.0