• Resolved Nino Mihovilic

    (@ninomiho)


    Hi,

    after the WPML multilang update, custom blocks register with ACF through PHP code don’t work on other languages (they don’t show on the front-end).
    Did this update maybe break this custom registration?

    I use the “acf_register_block_type()” function for registering blocks.

    Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback. I’ll run some tests, see if I can find something. There’s a hotfix that is coming which include a better Multilangual Options Page detection.

    In the meantime, can you please try to disable the Multilangual module by adding this code in your functions.php file (not inside a hook, just like that):

    
    add_filter('acf/settings/acfe/modules/multilang', '__return_false');
    

    And check if that fix your issue?

    Thanks in advance and sorry for the inconvenience.

    Regards.

    Thread Starter Nino Mihovilic

    (@ninomiho)

    Hi,

    it works now with the filter. Tnx

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello!

    The new ACF Extended: 0.8.6.7 patch is up and should fix this issue. You can remove the code that disable the multilangual compatibility module ??

    Have a nice day & sorry for the inconvenience.

    Regards.

    Thread Starter Nino Mihovilic

    (@ninomiho)

    It works ?? thanks ??

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Amazing! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Gutenberg compatibility’ is closed to new replies.