You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: