• Resolved smls

    (@smls)


    I have tried adding images to the Featured Image section, and while the thumbnail appears, the image does not get saved when the post is saved.
    I also attempted to add an image in EditorJS. The thumbnail is visible, but there is infinite loading, and in the console, there’s an error: Block “image” skipped because saved data is invalid.

    I tried this with different WordPress themes and various image formats, but it did not work.

    Additionally, I was unable to upload the image on the demo site. https://demo.wpfronteditor.com/?post_id=311.
    https://demo.wpfronteditor.com/example-with-editor-js/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter smls

    (@smls)

    I modified the file wp-content\plugins\front-editor\inc\SavePost.php in the function upload_image() from

    if ( isset( $upload['error'] ) )

    to

    if ( ! empty( $upload['error'] ) )

    and now images can be added successfully.

    Plugin Author aharonyan

    (@aharonyan)

    solved in new version

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with image uploading’ is closed to new replies.