• Hi !
    Thanks a lot for a great plugin. But i have an issue with your plugin and ACF Pro. I am using wordpress install with full site editor feature enabled.

    ACF adds its blocks to the page content as comment:

    <!-- wp:acf/test-block {"name":"acf/test-block","data":{"test_title":"[:zz]TEST TITLE2[:]","_test_title":"field_67d40731e0b56","test_text":"[:zz]TEST TEXT3[:]","_test_text":"field_67d407b48ec98"},"mode":"edit"} /-->

    And after the post save i am getting simple text TEST TITLE2TEST TEXT3 wrapped in “p” tag. So i have found that this function “wpm_translate_string” is breaking ACF block. Now i have fixed this with such condition:

        if(str_contains($string, '<!-- wp:acf/')) {
    return $string;
    }

    But i think it need to be fixed natively in the next plugin update.

    Thanks a lot !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi,

    Thank you for reaching out to us. Kindly share a short video showing the steps you are taking on your end and the issue occurring so we can check it in the same way.

    Thread Starter budyaaa

    (@budyaaa)

    Hey, @akshaycode1

    I don’t know what to show in video. I am just using wordpress install with full site editor feature enabled (https://fullsiteediting.com/). Also i have ACF Pro plugin and WP Multilingual plugins installed.

    If you still need the video. Please, just let me know

    Plugin Support Akshay A

    (@akshaycode1)

    Hi, We are currently checking this concern and will provide you an update shortly. We kindly request your patience in the meantime.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with ACF Pro’ is closed to new replies.