[Plugin: Front-end Editor] Multiple ID problem
-
FEE creates duplicate ID’s, which causes validation failures (and potentially other failures).
For example, check “post title” and “post content” in the FEE settings. Look at the source of a page; you will find something like
<h2><span id='fee_3' class='fee-field fee-filter-the_title'>Home</span></h2>
and
<div id='fee_3' class='fee-field fee-filter-the_content'>
Thus, id=”fee_3″ is repeated on the same page.
Kim Kirkpatrick
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Front-end Editor] Multiple ID problem’ is closed to new replies.