Hi!
Personally, I did not quite understand the task and the issue that arises. Perhaps you will have the opportunity to describe everything in more detail?
Hi Yan,
Thank you for the reply! I’ll try and break this down into as much detail as possible.
I have a field group set up with some WYSIWYG editors inside it. This field group is attached to a post type.
On the back-end of the website, I am able to create a new post using this new post type, and all of the fields show up as expected with no issues. These all have relatively similar test data inside them, nothing special formatting-wise that would cause the issue I’m running into.
When setting up a template for this new post type in Yootheme Pro, this template also works as intended, but only if I manually type the data in in Yootheme. As soon as I start trying to dynamically pull data in from the new post type, some of these WYSIWYG fields pull through and some of them don’t.
I have other field groups/post types set up in exactly the same way which work with no issues, but for some reason this particular set of content is struggling – even after creating it from scratch to confirm there was nothing incorrect in the initial setup.
Any thoughts here would be very much appreciated!
Thank you very much for the explanation! Now it is clearer what we are dealing with.
As I understand, you work with a theme-constructor. Tell me, do you use programming or a block editor/WordPress theme customizer to customize the theme?
If you use visual editing of the site, then the first thing that comes to mind are errors or limited compatibility of your theme and SCF. Also, make sure that all field names in your group are unique.
Also, please tell me what you mean by dynamic data pulling?
… As soon as I start trying to dynamically pull data in from the new post type …
As I understand it, you create a new post, set some values for its fields, and these values should be displayed on, say, a post type single page?
Also try to check if the output of the field data depends on their values: make sure that the field value is not displayed, then change the value to something simple and check if the field value is displayed after that.