forget about using wp_editor on such scenario.. instead use the core tinymce, something like;
tinymce.init({
//selector: 'customEditor-' + nextPlusSignId,
editor_selector: 'nwac_editor_' + nextPlusSignId,
mode: "specific_textareas",
media_buttons: false,
menubar: false,
content_css: nw.baseurl + '/skins/wordpress/wp-content.css',
body_class: 'mce-content-body nwac_plus_signs_' + nextPlusSignId + '_template post-type-products post-status-publish mceContentBody webkit wp-editor wp-autoresize html4-captions has-focus',
});
Related Posts:
- How to Change the Title of a Meta Box on a Specified Custom Post Type? [duplicate]
- Using multiple instances of wp_editor in Custom Post Type admin area
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- Questions regarding add_meta_box()
- Change Post Meta via AJAX from the posts list table
- Simple Data picker meta box
- Collect custom post in a calendar
- Admin Pointers on a custom post type
- Why is my select meta data not saving?
- WordPress 3.5 Media Uploader – Only allow 1 upload and certain file types
- Add Standard Page Attributes Metabox for Page Parent
- dynamically add a custom field or metabox to custom post type [duplicate]
- Add a button or image button that calls wp functions in the wp-admin
- Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
- Custom Post Type uses Custom Tags in add_filter?
- Post Quote with image on header for news site
- Adding wp_editor to custom metabox
- Custom date changer post_date => future – missed schedule error
- Selecting a post in Dashboard
- Custom Post List View: Page or something else?
- How to Create an Image Upload Box for Custom Posts?
- How to store multiple values in 1 meta_key with radio input?
- Custom admin post.php page
- What is the best way to correlate one-to-many content-type relationships?
- Custom Taxonomy back-end customizations
- Is it possible to create relational metabox values in a custom post?
- Changing custom type name hides the posts
- AJAX load more for different custom post type loops
- Ajax Custom Post Filter is not filtering
- Visual editor issue by having multiple tiny mce editors in a CPT
- Found 2 elements with non-unique id (#_ajax_nonce) and (#_wpnonce)
- A better way to add a meta box to custom post types
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- Plugin – Combine Meta Box Input Fields into single saveble record
- Filter term taxonomy metabox in custom post type
- Getting Custom Post Type Meta on Publish
- JS innerhtml changing style when using AJAX
- CPT post count is 0 for the authors in the User list
- Addition of custom option panel crashes Media Library & Admin Area
- Meta Query Filtering not working on Custom Meta Box using Radio Buttons
- How to Upload CSV Data into Custom Post Type Data with Metabox programmatically
- Grouping metadatas into one
- Tracking changes in admin-page so user gets warning when leaving the page
- Anon function and add_meta_box
- Custom post type – use ajax to display sub pages
- Possibilities for the edit.php admin panel? [closed]
- Metabox not show in categories custom post type cmb2
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Admin Filter – Add Post Type Description on Post Type Page
- Repeatable Fields Metabox with Textarea (or wp_editor)
- How to use TinyMCE Editor for one of my custom post meta field?
- Display correctly using metabox.io
- Create Connection Between two post types
- WP-ADMIN – Listing all CPT in “posts” listing
- pre_get_posts for custom page builder meta box
- Disable closing on metaboxes
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- Load Custom_post_type categories post with ajax
- Dynamic Custom Fields
- Show Custom Post Type meta boxes only on Page Edit
- Cannot save CPT meta box
- How to make custom taxonomy into drop down select in a custom metabox
- Adding Page Templates to post but it ignored it
- Parent Page and Breadcrumb URL’s for Custom Post Types Not Working
- Create a Dropdown from Custom Post Type
- Translating custom post type metaboxes [closed]
- Adding a metabox on a CPT’s submenu page
- Fixed values for same post translations
- How to Add multiple instance of meta box to custom post type
- Using POST method in meta box, no results
- Load Next Posts With AJAX not working with custom post type
- meta box on custom post type
- Custom Postype specific changes in admin panel
- Pagination with custom query, custom search form, single and pages, ajax and no plugins
- Grouping of CPTs and taxonomies into menu groups in admin
- Checking if $_FILE isset for an array of file upload metaboxes
- Ordering values entered in Custom Taxonomies
- Listing custom terms in custom post meta
- Permalinks: custom structure for taxonomy – tags?
- Custom Post Type & Meta Box – Displaying meta box information on front end?
- How can I move (or create another) publish button?
- Wrap meta boxes & data handling for specific post types in classes?
- Can custom fields be added without a meta box?
- Can’t publish custom post type – “You are not allowed to edit this post.”
- Meta Box on Custom Post Type not saving
- Retrieve custom post types by custom taxonomies with WP_Query
- Custom “radio button meta box” not saving correctly
- Global custom meta box
- Sizing textarea field in custom metabox
- It’s possible to hide body copy box for a custom post type?
- Moving meta boxes in admin
- Meta Data for Custom Post Type not saving
- Remove “show sharing buttons” metabox Jetpack from custom post type
- Add additional field to custom post_type
- Meta-Boxes for CustomPostType cause PHP Errors and Notices in “Add New” view
- $post not working working in AJAX plugin with custom post type
- Custom Post Meta from custom metaboxes is randomly being deleted
- Show data from one Custom Post Type in another Custom Post Type