Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: โœ…1/3 tabs on my setting page are blank #49241
    hello@clicklabsdev.com[email protected]
    Participant

    OMG THANK YOU NEVER WOULD HAVE THOUGHT OF THAT ! Worked like a charm.

    in reply to: โœ…1/3 tabs on my setting page are blank #49228
    hello@clicklabsdev.com[email protected]
    Participant

    I saw an error with the min/max clones, so i made some edits. Now it flashes before it disappears (still no console errors)

    {
        "$schema": "https://schemas.metabox.io/field-group.json",
        "autosave": false,
        "context": "after_title",
        "default_hidden": false,
        "fields": [
            {
                "name": "Menu Group",
                "id": "menu_group",
                "type": "group",
                "clone": true,
                "sort_clone": true,
                "min_clone": 1,
                "max_clone": 10,
                "default_state": "collapsed",
                "save_state": true,
                "collapsible": true,
                "fields": [
                    {
                        "name": "Category Label",
                        "id": "category_label",
                        "type": "text",
                        "limit_type": "character"
                    },
                    {
                        "name": "Item Group",
                        "id": "item_group",
                        "type": "group",
                        "clone": true,
                        "sort_clone": true,
                        "min_clone": 1,
                        "max_clone": 10,
                        "default_state": "collapsed",
                        "save_state": true,
                        "collapsible": true,
                        "fields": [
                            {
                                "name": "Product Name",
                                "id": "product_name",
                                "type": "text",
                                "limit_type": "character"
                            },
                            {
                                "name": "Product Description",
                                "id": "product_description",
                                "type": "textarea",
                                "desc": "NO EMOJIS",
                                "limit_type": "character"
                            },
                            {
                                "name": "Price",
                                "id": "price",
                                "type": "number",
                                "step": "any"
                            }
                        ]
                    }
                ]
            }
        ],
        "id": "digital-menu",
        "modified": 1761580589,
        "priority": "high",
        "settings_pages": [
            "global-assets"
        ],
        "style": "default",
        "tab": "Digital Menu",
        "title": "Digital Menu"
    }
    in reply to: โœ…1/3 tabs on my setting page are blank #49226
    hello@clicklabsdev.com[email protected]
    Participant
    {
        "$schema": "https://schemas.metabox.io/field-group.json",
        "autosave": false,
        "context": "after_title",
        "default_hidden": false,
        "fields": [
            {
                "name": "Menu Group",
                "id": "menu_group",
                "type": "group",
                "clone": true,
                "sort_clone": true,
                "min_clone": 0,
                "max_clone": 0,
                "fields": [
                    {
                        "name": "Category Label",
                        "id": "category_label",
                        "type": "text",
                        "limit_type": "character"
                    },
                    {
                        "name": "Item Group",
                        "id": "item_group",
                        "type": "group",
                        "clone": true,
                        "sort_clone": true,
                        "min_clone": 0,
                        "max_clone": 0,
                        "fields": [
                            {
                                "name": "Product Name",
                                "id": "product_name",
                                "type": "text",
                                "limit_type": "character"
                            },
                            {
                                "name": "Product Description",
                                "id": "product_description",
                                "type": "textarea",
                                "desc": "NO EMOJIS",
                                "limit_type": "character"
                            },
                            {
                                "name": "Price",
                                "id": "price",
                                "type": "number",
                                "step": "any"
                            }
                        ]
                    }
                ]
            }
        ],
        "id": "digital-menu",
        "modified": 1761143138,
        "priority": "high",
        "settings_pages": [
            "global-assets"
        ],
        "style": "default",
        "tab": "Digital Menu",
        "title": "Digital Menu"
    }

    Zero errors in the console.

Viewing 3 posts - 1 through 3 (of 3 total)