• Hello,

    I have a paid plugin called zombify which integrates with Froala Editor v2. Files of Froala is under:
    \zombify\assets\js\plugins\froala-editor

    I have only css and js files under \froala-editor.

    I want to use this plugin (froala editor) in another plugin other than zombify (eventprime) so that I can have froala rich-text editor for the description area in eventprime event submission form instead of wp-editor.

    The related php code in eventprime goes like this:

    <div class="em_input_row dbfl">
                            <div class="em_input_form_field">
                                <label class="em_input_label"><?php _e('Description','eventprime-event-calendar-management'); ?></label>
                                <?php wp_editor('','event_description',array('media_buttons'=>false)); ?>
                            </div>
                        </div>

    Do you have any suggestions how to do it?

    eventprime event submission form description field: https://ibb.co/Jntz8J1
    zombify post submission form description field: https://ibb.co/zsXCqGL

    • This topic was modified 3 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    WP editor input ends up in a textarea with ID ‘event_description’. Do whatever it takes to have the same result. Ideally, replace the wp_editor() call with a similar one for froala. I don’t know if such a function exists for froala or not. I suggest asking in froala’s dedicated support forum for assistance. The support staff there would be the best ones to help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Rich Text Editor’ is closed to new replies.