• Resolved Saurabh Sharma

    (@xconsau)


    Hello Nikita,

    Thank you for the great plugin. I have been using it successfully in one of my block based plugins. Recently, I have come across an issue in which the Classic Editor fields are no longer clickable.

    I am using WordPress 6.3.1, php 8.0.26 and Lazy Blocks plugin 3.5.1.

    I have generated the block fields using Lazy blocks plugin and exported them as php code. Then I am including the code in block.php file in my plugin. The sample field code for ‘Summary’ field is shown below:

    'control_2308a64761' => array(
                    'type' => 'classic_editor',
                    'name' => 'summary',
                    'default' => esc_html__( 'This is a recipe summary text. It can be a small excerpt about what you are going to cook.', 'trg_gt' ),
                    'label' => esc_html__( 'Summary', 'trg_gt' ),
                    'help' => esc_html__( 'Provide a short summary or description of your recipe', 'trg_gt' ),
                    'child_of' => '',
                    'placement' => 'content',
                    'width' => '100',
                    'hide_if_not_selected' => 'false',
                    'save_in_meta' => 'false',
                    'save_in_meta_name' => '',
                    'required' => 'false',
                    'placeholder' => '',
                    'characters_limit' => '',
                ),

    Please let us know how this can be resolved.

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

    (@nko)

    Hi,

    Thank you for reporting to me. It looks like in the latest WP, when used iframed editor, the Classic editor is not working at all.

    I noticed that the Gutenberg team changed their Freeform block to open the Classic editor in the modal. We should do the same. https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/freeform/modal.js

    I have added this to our issue tracker, and this bug will be fixed in the next plugin update.

    Regards,
    Nikita.

    Thread Starter Saurabh Sharma

    (@xconsau)

    Thank you for the response. Any ETA on the update? Or any unreleased version on your Github repo?

    Plugin Author nK

    (@nko)

    It is not fixed yet, as we are currently working on updates for other plugins. Once done (no ETA), we will start working on the Lazy Blocks update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Classic Editor control not clickable’ is closed to new replies.