Hi there,
Using your plugin and making custom fields in the backend. I set them also in my .php file, but not all the fields are showing up. I tried using the get_field but also the_field as you would see.
For example The ones that are not showing up, but have the input fields filled in are:
<?php get_field(‘titel_recensie’); ?> (on line 1579 it’s working, but not on 1611)
<?php get_field(‘tekst_recensie’); ?>
This is in the WordPress backend:

Full code: http://xoxomarketing.nl.transurl.nl/wp-content/themes/xoxo/img/frontpage-template.txt
Live page: http://www.xoxomarketing.nl.transurl.nl
Can somebody help me?
I might be misunderstanding, but.
You cannot have a field group you edit in the admin AND also have that field group registered in PHP. The PHP version will always override the version you are editing in the admin.