ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Unwanted Code Changes #118

Closed nomadicjosh closed 8 years ago

nomadicjosh commented 10 years ago

Not sure if it is theme specific, but I am using the WeDocs theme. When using the frontend editor, it adds unwanted code like divs and it messes up my formatting. Are there any options where I can turn stuff like this off?

ellatrix commented 10 years ago

Those divs are actually necessary to make sure it works for all themes. Are you using the latest version from GitHub? Normally an extra div shouldn't mess with styling.

nomadicjosh commented 10 years ago

No, I was using the one from the WP repository. So, I upgraded it to the github version and get this error message: 4.0-beta3-29445-src and 4.1-beta. So, I will need to downgrade.

I am using a wiki type theme. So the presence of < h1 > tags will automatically create a table of contents. But the editor changes < h1 > to something like this < h1 section="title" > which messes with the table of contents creation.

ellatrix commented 10 years ago

Just currently the plugin only works with WP 4.0, which is not released yet. But you can try the new Front-end Editor by installing trunk or the beta tester plugin. If you still have problems with the latest version, I can take a look at it.

ellatrix commented 8 years ago

Editor changed a lot, so closing. Feel free to reopen if it's still an issue.