Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 3,786 total)
  • Author
    Posts
  • in reply to: Translation of custom post type names #49943
    PeterPeter
    Moderator

    Hello,

    The compatibility with WPML supports translating the post type labels to other languages and it works properly. But I'm not sure if the breadcrumb in the frontend uses the post type label in a correct way and makes it translatable. Since it is not created by Meta Box so I'm not able to check it.
    If you want to check the issue further, please share your site admin account by submitting this contact form https://metabox.io/contact/

    Thank you.

    PeterPeter
    Moderator

    Hello Emiliano,

    Thank you for sharing the blocks. I can see the issue with the following format:
    - Section
    -- Row > A custom inner block
    -- Row > A custom inner block
    -- Row > A custom inner block

    then 3 custom inner blocks display the same content in the frontend as the first inner block.

    I've escalated the issue to the development team to check and fix this. I will let you know when it's done.

    in reply to: Translation of custom post type names #49936
    PeterPeter
    Moderator

    Hello Sinisa,

    Thanks for reaching out.

    I suggest you follow the documentation https://docs.metabox.io/integrations/wpml/#custom-post-types
    to translate posts and post type name using WPML. For the translation in the frontend, you can contact WPML support and ask them for more information.

    PeterPeter
    Moderator

    Hello Emiliano,

    Thanks for reaching out.

    I've tried to reproduce the issue on my site but did not see that: many instances of an inner block inside a custom block, all of inner blocks are displayed properly.

    Can you please share the code that you use to register the custom fields, blocks, template files and let me know how to reproduce the issue?

    in reply to: Question About Divi 5 Compatibility #49929
    PeterPeter
    Moderator

    Hello Nicole,

    Thanks for reaching out.

    The integration with Divi5 is on our development queue and we are working on it. I will let you know when there is an update for this integration.

    in reply to: MB Blocks 1.8.0 stops enqueueing assets on frontend #49928
    PeterPeter
    Moderator

    Hello Johannes,

    Can you please use the setting enqueue_style setting instead of the setting enqueue_block_assets and recheck the issue?

    in reply to: Critical Error #49925
    PeterPeter
    Moderator

    That should be the issue. To access the admin area and fix this, please edit the table wp_posts in the database, find the post type mb-relationship and delete the new relationship created.

    If you create a new relationship, please select the taxonomy for the Term connection.

    in reply to: Critical Error #49924
    PeterPeter
    Moderator

    Hello Ronny,

    Thanks for reaching out.

    Can you please share a screenshot of the relationship created? Do you leave the Taxonomy select field empty?
    https://imgur.com/jqZN12B

    PeterPeter
    Moderator

    Hello,

    While waiting for the update of MB CPT, you can edit the file /mb-custom-post-type/src/PostTypeReorder.php, on line 266, clear the object cache after updating the post parent.

    
    $wpdb->update(
        $wpdb->posts,
        [
            'post_parent' => $item['parent_id'] ? $item['parent_id'] : 0,
            'menu_order'  => $item['order'],
        ],
        [ 'ID' => $item['id'] ]
    );
    wp_cache_flush_group( 'posts' );
    

    Let me know how it goes.

    in reply to: Cloudflare Turnstile #49918
    PeterPeter
    Moderator

    Hello Wendell,

    Thanks for reaching out.

    Currently, there isn't an option to integrate Cloudflare Turnstile to MB Frontend Form. However, if you want to add some HTML code to the form, like Google Tag Manager, you can use the action hook rwmb_frontend_before_submit_button. Refer to the documentation
    https://docs.metabox.io/extensions/mb-frontend-submission/#general-hooks
    https://developers.cloudflare.com/turnstile/get-started/

    in reply to: Installation via Composer fails #49916
    PeterPeter
    Moderator

    Hello,

    I'm also not able to reproduce the issue on my side. If you have more information about this issue or steps to reproduce it, please let me know.

    Thanks.

    in reply to: First item in Group field not being saved #49915
    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: Adding custom field to builder #49913
    PeterPeter
    Moderator

    Hello Jon,

    Currently, we don't support customization code like the custom field type. However, can you please let me know the issue that you have (screenshots or a screen record)? I will check it and see if there's something we can improve on our side.

    in reply to: First item in Group field not being saved #49912
    PeterPeter
    Moderator

    Hello,

    I don't see any issue when using your code to create a new field group and save the clone subfields to the database. Can you please share a screen record of the issue on your site? Does it happen with new posts or existing posts?

    in reply to: Installation via Composer fails #49905
    PeterPeter
    Moderator

    Hello Lukas,

    Our development team confirms that we don't have any restriction rules for the link https://packages.metabox.io/
    I also notice that this URL isn't correct https://packages.metabox.io/<KEY>/packages.json as you can see in my demo code above. The correct URL is https://packages.metabox.io/<KEY>/ without packages.json.

    Can you please share your composer file and a screen record of how you setup the Github action?

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