Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Neosnc

    (@neosnc)

    Hi Dapehe,

    This plugin converts all comment inputs site wide to use the WordPress editor library TinyMCE.

    I’m not sure I understand what you’re trying to achieve by calling wp_editor function via ajax.

    Are you trying to create a wp_editor layout similar to this plugin? In the source code I do make a wp_editor call and you can see the options I pass to it there.

    Please explain what your goal is and I’ll try to help if I can.

    Hi there. I am also trying to do the same thing.

    The idea is to send a comment via ajax.

    So if i click “Comment”, it gets a form via ajax.

    The wp_editor in the ajax response doesn’t work.

    Regards

    Plugin Author Neosnc

    (@neosnc)

    Hi Werner,

    This plugin does send comments via ajax. You can see how that works in the source code.
    I’m not sure what you mean by wp_editor in the ajax response. wp_editor is part of the WordPress core, not a function of this plugin.

    Do you mean the comment does not submit when using this plugin?
    It’s possible that the form uses a non standard id. In the plugin settings you can check the WordPress IDs & Classes section against your theme’s comment form ids.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP_Editor in ajax call’ is closed to new replies.