Error when using custom edit buttons
-
Hi,
I’m using custom positioning of the edit buttons, as explained here: https://github.com/scribu/wp-front-end-editor/wiki/Positioning-edit-buttons.
This works ok clicking on the save button, but when I hit Enter for saving, the field isn’t saved and the following error is thrown: TypeError: this.save_button is undefined (in editor.min.js)
This doesn’t happen when using the default hovering edit buttons.
I’m using the following code:
<div class="fee-group"> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="fee-buttons"></div> </div>
Thanks!
- The topic ‘Error when using custom edit buttons’ is closed to new replies.