Custom Fields just deleted again

Support Meta Box AIO Custom Fields just deleted again

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32688
    jack@matesincorporated.com[email protected]
    Participant

    FOR THE SECOND TIME THIS WEEK IVE LOST ALL OF MY CUSTOM FIELDS.

    I change the field type from wysiwyg and added a url field. hit save and now custom field type is blank...just shows title. All entries on content dont appear either. If i export the json it shows the fields , but reimporting doesnt fix.

    #32690
    jack@matesincorporated.com[email protected]
    Participant

    managed to edit the json myself to get it working.

    settings was missing completely and edited out last few boxes i added. Now it wont change from post type post.

    #32704
    Long NguyenLong Nguyen
    Moderator

    Hi Jack,

    You can try to edit the JSON file and change the post type under the field settings, then re-import to the builder.

        "settings": {
            "object_type": "post",
            "post_types": [
                "portfolio" //here
            ],
            "tab_style": "default",
            "tab_default_active": "",
            "custom_table": {
                "name": ""
            },
            "class": "",
            "prefix": "",
            "text_domain": "your-text-domain",
            "function_name": "your_prefix_function_name"
        },
    #32711
    jack@matesincorporated.com[email protected]
    Participant

    this only changed it for the install second i went and save the custom meta it went back to tripo. had to delete the group using the wysiwyg that id changed to text field to get it to save correctly. errors like this are time consuming - can we make sure to try track down the cause? am a little bit suprised here that you didnt a) acknowledge that this is not supposed to happen and is wild unheard of behaviour. makes me think its routine. b) ask for more info about what led to the issue so you can track and fix. im saying this as feedback so please dont be offended. im just new to the plugin and im looking at building a huge enterprise subdomain with it and need to make sure its reliable. would you like my json file so you can understand the issue or are you already aware and tracking it to resolve?

    #32723
    Long NguyenLong Nguyen
    Moderator

    Hi Jack,

    Please share the JSON file and some screenshots of the issue on your site. I will try to reproduce it on my site.

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