This issue is very similar to issue 23, which was solved by the most recent upgrade.
Now, instead of seeing a duplicate Excerpt field, the Body field is duplicated. The duplicate field appears below all my glz Textarea custom fields and above the Excerpt field.
Here's how it looks in the source order:
p.body <!-- This field includes a hak_tinymce editor -->
<!-- Textarea-type custom fields -->
p.body[dir=ltr] <!-- This duplicate Body field includes a dir attribute, but no tinymce editor -->
p.excerpt[dir=ltr]
I can't use the same CSS hack I used before because hiding the first Body field also hides the tinymce Editor that my clients use to markup the content. If I hide the second Body field instead, that field is submitted regardless of edits to the visible field. This is a big problem when updating an article.
This issue is very similar to issue 23, which was solved by the most recent upgrade.
Now, instead of seeing a duplicate Excerpt field, the Body field is duplicated. The duplicate field appears below all my glz Textarea custom fields and above the Excerpt field.
Here's how it looks in the source order:
I can't use the same CSS hack I used before because hiding the first Body field also hides the tinymce Editor that my clients use to markup the content. If I hide the second Body field instead, that field is submitted regardless of edits to the visible field. This is a big problem when updating an article.