wp-front-end-editor
wp-front-end-editor copied to clipboard
Conflict with TOC+ and problematic formatting for 'Column Shortcodes' plugin
When activating front-end-editor plugin on wordpress 4.2.4 TOC+ ends up generating double the number of content entries. I have posted this issue on TOC+ here: https://wordpress.org/support/topic/doubled-entries-when-using-shortcode?replies=1
Other than that the plugin is creating unnecessary
tags for shortcodes from the 'Column Shortcodes' plugin. Deactivating the plugin makes the formatting fine, but activating it again brings back the old issues. I have not tested this with other shortcodes.
This is because TOC+ is scanning the DIV content for H{1-7} in order to create the TOC. FEE is duplicating the text of the post/page: first in a div with class "fee-content-original" and then in a second div with class "fee-content-body". Both those DIVS are inside the div content.