Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1407277

    Hi,

    On our website https://www.serwis-konsol.com during edition of any post and after saving content in popup editor we have error in console:
    [Error] TypeError: null is not an object (evaluating ‘editor.setContent’) (anonimowa funkcja) (avia-builder.js:1646)

    I think because of that no changes save on post after publishing it on page with gutenberg. Now we cant edit any post.

    #1407278

    Of course we have latest version of Enfold with active update with ThemeForest.

    #1407303

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1407316
    #1407340

    Hi,

    Thanks for that. I created a test post, but I can’t see any problem there. How can we reproduce the problem you are seeing?

    Best regards,
    Rikard

    #1407356
    #1407406

    Hi,

    Thank you for the short clip.

    To fix the issue temporarily, please try to edit the themes/enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js file and look for this code around line 1640.

    if( typeof editor != "undefined" )
    

    Replace it with:

    if( typeof editor != "undefined" || typeof editor != null )
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the modification.

    Best regards,
    Ismael

    #1407410

    thanks!

    #1407451

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1407783

    again, more problem with edit, look at this:
    https://www.serwis-konsol.com/wp-admin/post.php?post=36645&action=edit

    [Error] TypeError: null is not an object (evaluating ‘editor.setContent’)

    (anonimowa funkcja) (avia-builder.js:1646)

    #1407907

    Hi,

    Thank you for the update.

    We can’t seem to reproduce the issue on our end. Did you remove the modification that we suggested above? Please provide a screenshot or a short clip of the issue.

    Best regards,
    Ismael

    #1408729

    Hi,

    here is a movie from our Client: https://www.youtube.com/watch?v=aeHulrK3pvw
    He says that problem still exist, some block are saved, some can’t be.

    #1408915

    We still waiting for help.

    #1409073

    ???

    #1409241

    Hi,

    Sorry for the delay. We are able to modify the content of the post and save it properly without encountering the error. Please check the private field. Can you still reproduce the issue on your end?

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.