Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 3,786 total)
  • Author
    Posts
  • 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.

    in reply to: Bug Report: Tab Icons not imported #49545
    PeterPeter
    Moderator

    Hello François,

    Thanks for your feedback.

    This issue has been escalated to the development team to fix the issue with the tab icon after importing. The fix for this issue would be included in the next update of MB Builder plugin.

    in reply to: ℹ️Something went wrong. Please try again! #49541
    PeterPeter
    Moderator

    Hello Kara,

    Please contact us here https://metabox.io/contact/ regarding the license key issue. We will help you check it.

    Thanks.

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

    Hello,

    Thanks for reaching out.

    Could you please share some screenshots of the issue and share the exported JSON file so I can check it locally on my site.

    in reply to: Where is the setting incorrect? #49531
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    Do you mean the custom block doesn't show under the category "Raina" on the block editor? Could you please try again with some alphabet characters, like the English language?

Viewing 15 posts - 136 through 150 (of 3,786 total)