Title: WP-Front-Editor with problem
Last modified: August 19, 2016

---

# WP-Front-Editor with problem

 *  [Leonardo](https://wordpress.org/support/users/leonardotrp/)
 * (@leonardotrp)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wp-front-editor-with-problem/)
 * The problem occour in plugin “WP-Front-Editor”.
 * I’m acessing my site in Firefox 3.2.13 then I captured the javascript error under:
 * —————————————————————–
    Erro: d[m] is not a constructor Arquivo-fonte: [http://www.fielpalavra.com/wp-content/plugins/front-end-editor/editor/editor.js?ver=1.9.2](http://www.fielpalavra.com/wp-content/plugins/front-end-editor/editor/editor.js?ver=1.9.2)
   Linha: 1 —————————————————————–
 * Is it a bug?
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [FranH](https://wordpress.org/support/users/cek/)
 * (@cek)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wp-front-editor-with-problem/#post-1848078)
 * same thing here
 * the error happens only (afaik) in category listing.
    individual post and page
   works fine.
 * beautifull plugin, btw 😉
 *  [FranH](https://wordpress.org/support/users/cek/)
 * (@cek)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/wp-front-editor-with-problem/#post-1848080)
 * quick fix:
 * in folder “wp-content\plugins\front-end-editor\editor\”
    rename “editor.js” to“
   editor.min.js” (or something else), rename “editor.dev.js” to “editor.js”, open“
   editor.js”, find line 838 `new fieldTypes[type]($el, type, filter, data)` and
   change it to
 *     ```
       try {
           new fieldTypes[type]($el, type, filter, data);
       }catch(err){;}
       ```
   
 * this should get the editor working.
    (it worked for me, anyway.)
 * as far as i can tell, the error occurres if one item is rendered two times.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP-Front-Editor with problem’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [FranH](https://wordpress.org/support/users/cek/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/wp-front-editor-with-problem/#post-1848080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
