wp-front-end-editor icon indicating copy to clipboard operation
wp-front-end-editor copied to clipboard

Conflict with TOC+ and problematic formatting for 'Column Shortcodes' plugin

Open aleksandrkl opened this issue 9 years ago • 1 comments

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.

aleksandrkl avatar Aug 17 '15 08:08 aleksandrkl

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.

ggilestro avatar Feb 12 '16 21:02 ggilestro