Hello,
same problem here.
In header (included part) i have a call to a custom variable (made by Types [plugin for custom post type]).
So the script implicitly use the page ID to select the field
$bluetext = types_render_field(“bluetext-field”, array(“output”=>”raw”));
Since the page ID is 0 the custom texts doesn’t appear.
there’s a workaround to get the ‘container’ wordpress page id ?