Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 3,718 total)
  • Author
    Posts
  • 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?

    PeterPeter
    Moderator

    Hello Tom,

    Thanks for reaching out.

    If you want to show the option value on a block, you can use the helper shortcode [rwmb_meta]. Here is the documentation for the shortcode: https://docs.metabox.io/shortcode/

    PeterPeter
    Moderator

    Hello there,

    Could you please share your admin account by submitting this contact form?
    https://metabox.io/contact/

    I will take a closer look.

    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    If you used custom code and updated the post content in the database, I think it isn't possible to get the field groups and post types back.
    If you want to fix the error and use Meta Box plugin again, you can try to access the database, table wp_posts, delete posts that have the post type meta-box (field group) and mb-post-type (post type).

    Let me know if it helps.

    in reply to: MB Views isn't working and I checked both browsers #49523
    PeterPeter
    Moderator

    Hello,

    On my demo site, I can click on the Post fields and other fields properly without any issue. On your site, it could be affected by a third-party plugin or custom code. Please try to deactivate all plugins except Meta Box plugin, switch to a WordPress theme and recheck the issue.

    Let me know how it goes.

    in reply to: Metabox seems to be setting the ep_mask as a string #49519
    PeterPeter
    Moderator

    Hello Emma,

    Thanks for reaching out and sharing the solution.

    Currently, MB Custom Post Type doesn't support the ep_mask setting. I will share this feedback with the dev team to support this setting for future development.

    in reply to: ℹ️Why isn't {{ post.excerpt }} showing up? #49518
    PeterPeter
    Moderator

    Hello,

    If the post doesn't have the excerpt and you want to show the excerpt from the post content, you can use the code

    {{ mb.the_excerpt() }}

    use the proxy mb. to call a PHP function in the View editor. Following the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functions

    in reply to: MB Views isn't working and I checked both browsers #49517
    PeterPeter
    Moderator

    Hello Ryan,

    Thanks for reaching out.

    Can you please share some screenshots of settings on the View template or a screen record of the issue on your site?

    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    I suggest you use the hook mb_relationships_add to ensure the relationship is added between two objects. Regarding the fallback code, the helper function rwmb_meta() doesn't support passing the second argument like this ['type'=>'relationship'], which obviously doesn't work.

    Please read more about the hook in the documentation https://docs.metabox.io/extensions/mb-relationships

Viewing 15 posts - 76 through 90 (of 3,718 total)