Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 3,835 total)
  • Author
    Posts
  • PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    If the field value saved to a custom table works with Bricks builder, that means there isn't an issue on the Meta Box side. Also, I recheck the Rest API on your site and it shows the custom field value as well
    https://test-etch2.touchdowntech.dev/wp-json/wp/v2/service/352

    screenshot https://imgur.com/T3nQnuG

    in reply to: Metabox 3.3.X Custom Field Group Import Problems #49583
    PeterPeter
    Moderator

    Hello Tom,

    Thanks for reaching out.

    Can you please update Meta Box AIO to the latest version 3.3.5 on both sites and recheck the issue? If it doesn't help, please share the JSON file that you use to import custom field. I will check it on my site.

    PeterPeter
    Moderator

    Hello,

    I don't see any post field in your field group. Could you please recheck this and share 2 field groups that are assigned to one settings page? Or share a screen record of steps you take from the beginning so I can reproduce the issue on my site?

    Thank you.

    in reply to: Time Field Not Saving #49581
    PeterPeter
    Moderator

    Hello,

    Thanks for your confirmation.

    I've escalated this issue to the development team to fix it in the next update of the builder plugin.

    PeterPeter
    Moderator

    Hello Michael,

    Thank you for your feedback.

    I've forwarded the deprecated notice message to the development team to update Google map field. Let me know if you have any questions.

    PeterPeter
    Moderator

    Hello,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    Thank you.

    in reply to: Metabox & Performance - Best Approach? #49570
    PeterPeter
    Moderator

    Hello Leo,

    1. I've not implemented any performance benchmarking for these options. However, Meta Box won't affect the performance because you just get the field values and show them in the frontend.

    2. Depending on your requirements but I think using Meta Box AIO will be better if you want to use some other extensions later.

    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    I'm not able to reproduce the issue on my site with two field groups assigned to one tab on a settings page and they have the post field inside.
    Could you please export your field groups to a JSON file and share it with me? I will import field groups to my site and investigate the issue.

    Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import

    in reply to: Time Field Not Saving #49566
    PeterPeter
    Moderator

    Hello Tobias,

    Thanks for reaching out.

    This happens because the setting timestamp is still applied to the time field.

            {
                "id": "event_time_start",
                "type": "time",
                "label_description": "Um wie viel Uhr beginnt das Event?",
                "placeholder": "09:00",
                "timestamp": true,
                "inline": false,
                "columns": 3,
                "prepend": "Beginnt um:",
                "tab": "tab_event_details"
            },
    

    You can remove it from the JSON file or add the field setting timestamp -> false to fix the issue, screenshot https://imgur.com/ZkRFC2f

    PeterPeter
    Moderator

    Hello,

    I suggest removing blocks one by one to identify the cause of the issue. Then share the block field group with me, I will help you investigate the issue.

    Or maybe it could be affected by a third-party plugin or custom code on your site, you can try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the issue.

    in reply to: Error When Trying to Regenerate Breakdance CSS #49557
    PeterPeter
    Moderator

    Hello Clint,

    Thanks for your feedback.

    After regenerating the CSS cache, can you please reload the Field Groups page and enable/disable the field group to see if it helps? I think the issue happens when you don't reload the page and enable/disable the field group after regenerating the CSS cache.

    in reply to: Fatal Error #49553
    PeterPeter
    Moderator

    Hello Leo,

    Thanks for the details.

    So we can see that it isn't an issue of Meta Box itself. I recommend contacting the plugin Sharelogin support to ask for more information.

    in reply to: Fatal Error #49551
    PeterPeter
    Moderator

    Hello Leo,

    Thanks for reaching out.

    I'm not able to reproduce the issue on my local site when installing a new plugin. Please ensure that the code in the file FeaturedPlugins.php is the same as this one https://github.com/wpmetabox/meta-box/blob/master/src/FeaturedPlugins.php

    If not, I suggest you delete the current plugin Meta Box AIO and reinstall it on your site to see if it helps.

    in reply to: Constant Crashes undefined array keys #49547
    PeterPeter
    Moderator

    Hello François,

    Thanks for reaching out.

    The warning error won't cause the builder to crash; it should be a fatal error or a JavaScript error. Can you please check the Console tab of the browser devtool to find the JS error or WP debug log to find the fatal error?

    Also, please share a screen record of steps you take to reproduce the issue.

    in reply to: ℹ️Change position #49546
    PeterPeter
    Moderator

    Hello,

    I can see the issue in your block JSON file and reproduce it on my demo site

    
        "icon": "admin-page",
        "id": "productshow",
        "include": {
            "ID": [
                1082
            ]
        },
        "modified": 1766028032,
        "supports": {
            "anchor": true
        },
        "title": "productshow",
        "type": "block"
    

    you can see that the block will be displayed (include) on the post ID 1082, which isn't correct. To fix the issue, you can select the Rule: Post type, remove all Advanced rules, then select Rule: Block again.

    Let me know how it goes.

Viewing 15 posts - 181 through 195 (of 3,835 total)