Background of the issue:
I am trying to display ACF Flexible content and Repeater fields on the frontend and use do_shortcode to get plugin wp HTML forms. The issue can be seen on this page: hidden link. I expected to see translated content for this page: hidden link.
Symptoms:
I see plain ACF fields. I see all fields under the Translation Editor. I don't see Repeater field content in the frontend. I don't see Flexible Content field content in the frontend. I got an error from the HTML Forms plugin (it can't find a form by slug).
Questions:
Why don't the ACF Flexible content and Repeater fields display on the frontend?
Why doesn't do_shortcode work properly to get plugin wp HTML forms?
Why is there an error from the HTML Forms plugin about not finding a form by slug?
Hi, this issue has become very urgent. Since there was no solution to fix it, I would suggest having a meeting with you. So that I can share my screen, and perhaps we can find a solution. When would be a good time to do that?
Languages: English (English )Spanish (Español )Italian (Italiano )
Timezone: Europe/Rome (GMT+02:00)
Hello,
Please check this video out: hidden link
I think the problem is already fixed but do check it out and let us know. the main issue here is that you have set the Field Group post type as translatable when that's explicitly blocked to "do not translate" for the purpose of your problem.
When you see a lock in the settings, it usually means that it should not be unlocked unless instructed to by a supporter because it means it's the safest option or that well, it won't work otherwise.
Once i deleted the translated ACF Field groups and then set the field group as not translatable, i could see the content appearing.
Now, i'm not sure about the shortcode part, we can handle that one after yo confirm this first issue has been fixed.