• Resolved PEP

    (@pepbc)


    Hello,

    After updating to version 1.5.1. I receive an error on pages which uses a ABcontainer block. When I deactivate the plugin everything works fine.

    I receive the following error:

    Block validation: Block validation failed for atomic-blocks/ab-container ({name: "atomic-blocks/ab-container", title: "AB Container", description: "Add a container block to wrap several blocks in a parent container.", icon: {…}, category: "atomic-blocks", …}).
    
    Expected:
    
    <div class="wp-block-atomic-blocks-ab-container ab-block-container alignfull"><div class="ab-container-inside"><div class="ab-container-image-wrap"><img class="ab-container-image has-background-dim-100 has-background-dim" src="http://cookking.geev.eu/wp-content/uploads/2019/02/vuurschaal-homepage.jpg" alt=""/></div><div class="ab-container-content" style="max-width:1080px"></div></div></div>
    
    Actual:
    
    <div style="background-color:#fff;padding-left:0%;padding-right:0%;padding-bottom:0%;padding-top:0%;margin-top:0%;margin-bottom:0%" class="wp-block-atomic-blocks-ab-container alignfull ab-block-container"><div class="ab-container-inside"><div class="ab-container-image-wrap"><img class="ab-container-image has-background-dim-100 has-background-dim" src="http://cookking.geev.eu/wp-content/uploads/2019/02/vuurschaal-homepage.jpg" alt=""></div><div class="ab-container-content" style="max-width:1080px">
    
    </div></div></div>
    

    and

    
    
    react-dom.min.js?ver=16.6.3:104 ReferenceError: dimRatioToClass is not defined
        at u (blocks.build.js?ver=1550138427:1)
        at rt (blocks.min.js?ver=6.0.5:2)
        at nt (blocks.min.js?ver=6.0.5:2)
        at editor.min.js?ver=9.0.7:55
        at hooks.min.js?ver=2.0.4:1
        at Vt (blocks.min.js?ver=6.0.5:2)
        at blocks.min.js?ver=6.0.5:2
        at Rt (blocks.min.js?ver=6.0.5:2)
        at blocks.min.js?ver=6.0.5:2
        at Array.reduce (<anonymous>)
    

    and

    
    data.min.js?ver=4.2.0:1 Uncaught (in promise) ReferenceError: dimRatioToClass is not defined
        at u (blocks.build.js?ver=1550138427:1)
        at rt (blocks.min.js?ver=6.0.5:2)
        at nt (blocks.min.js?ver=6.0.5:2)
        at editor.min.js?ver=9.0.7:55
        at hooks.min.js?ver=2.0.4:1
        at Vt (blocks.min.js?ver=6.0.5:2)
        at blocks.min.js?ver=6.0.5:2
        at Rt (blocks.min.js?ver=6.0.5:2)
        at blocks.min.js?ver=6.0.5:2
        at Array.reduce (<anonymous>)

    Hopefully you can fix this on a short notice.
    Thank you
    Bart

    • This topic was modified 5 years, 2 months ago by PEP.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author atomicblocks

    (@atomicblocks)

    Thanks for the report! Would you mind testing this version to let me know if it fixes the issue? Remove the old plugin, install this one, and then check out the page. You might also doing a few hard refreshes to clear any cached JS.

    Thread Starter PEP

    (@pepbc)

    Wauw! Great support!
    This solved the issue right away.

    Thank you.

    Plugin Author atomicblocks

    (@atomicblocks)

    Great, I’ll add this to the official fix, going out soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White screen for AB Container version 1.5.1’ is closed to new replies.