WYSIWYG Issue
-
I keep running into an issue with the data saving in the wysiwyg editor. I’m running v1.2 with WP 4.1. The issue involves the plugin altering the inputted data by changing the parsing of the html.
Basically, when I put html into the visual editor, everything is fine. I can go back and forth between the text and visual editors and the content stays correct. However, when I save the page the content in the visual editor shows html tags, while the text editor shows the unicode entities for the “<” and “>”.
Example:
Visual:
test <strong>content</strong>
Text: test <strong>content</strong>
(semi-colons removed so that this will display on this page)The actual meta values (in the database) remain correct, it is only the admin that displays incorrectly. As such, the issues does not affect the front end output, but it makes editing the taxonomy meta quite annoying. Any suggestions on what to do here?
Thank you!
- The topic ‘WYSIWYG Issue’ is closed to new replies.