Change position

Support MB Builder Change position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #49539
    369cycle369cycle
    Participant

    I originally set the fields to “post type” and they displayed correctly, but when I changed the same setting to “block”, they stopped displaying and I had to rebuild them completely to get them to work. What is the reason for this?

    #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.

    #49543
    369cycle369cycle
    Participant

    I exported the original "post type" format, and I want to change it to block format.

    The original
    https://drive.google.com/file/d/10tsVmgFn1VdcQbWzwsq2FjHVLsMlBjGQ/view?usp=sharing

    testing a project to block
    https://drive.google.com/file/d/1hhmkkL8jODJukIGXnYAZR1FlL6e-cU0K/view?usp=sharing

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.