Custom Fields showing on Field Group setting page

Support General Custom Fields showing on Field Group setting pageResolved

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36238
    AnLipAnLip
    Participant

    Si this is quite curious : I have a Field Group named "Médias-Photos-Fields" set to be used on Post Types "media-photos". But ever since I returned on this site to make sure Oxygen Builder update to 4.0 was working fine, I realised this problem : the field group's fields appear on the page of the Field Group. What I mean is : while I try to modify (or simply update) the page where the Field Group has been created (MB > Custom Fields > Field Group > Fields/Settings page), it is not possible since the fields appear at the bottom of the page, as if they needed to be filled in ! But it makes no sense since they should only appear of a custom post page, not in the page used to create them ! I think a screenshot will make you understand what I mean.
    https://pasteboard.co/QCzKzT79A9d4.png
    And this happens on every page of every Field Group : the fields are shown at the bottom, and require to be filled in or refuses to save the page ! Therefore no way to change anything !!! What is this ?
    Thanks

    #36240
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please export the field group and share it here. I will help you to fix the issue.
    Refer to this documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import

    #36243
    AnLipAnLip
    Participant

    Hi Long, Thank you for your answer. Please find attached two field groups that have the same issue (all of my 10 field groups actually have this issue).
    https://pastebin.com/1hA4Qa8r

    #36249
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please delete (or move to Trash) the current field group Médias-Photos-Fields on your site then download this JSON file and import it to your site https://pastebin.com/nTsCqgqi

    Let me know how it goes.

    #36253
    AnLipAnLip
    Participant

    Hi Long, it apparently fixed the issue : the field group meta box does not appear anymore where it is not supposed to.

    Am I right to assume that you fixed it by manually adding "post" to "post_types" ? Was there a corruption of the code that removed the post type, causing the meta box to appear in unusual places ?

        "meta_box": {
            "title": "Médias-Photos-Fields",
            "id": "medias-photos",
            "post_types": [
                "post"

    Thanks a ton for your help anyways !

    #36255
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Yes, I've added post to the post_types attribute. I will also inform the development team to set the post if missing the post type value in the builder.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.