Elementor group warning

Support MB Elementor Integrator Elementor group warning

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37549
    YasmineYasmine
    Participant

    Hi Long,

    I am unable to open my CPT single post template since adding meta box group. It seemed to initially render and work. When I go back into the meta box group skin to make adjustments, I see only error message, such as this

    I have made an assumption that this could have caused an error in my page template and why I can no longer open it? As this was the last thing I added.

    Do you know how I can fix it?

    Many thanks,
    Yasmine

    #37567
    YasmineYasmine
    Participant

    I still get the error, but the error did not cause the issue.

    #37947
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Thanks for your feedback.

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

    #37957
    YasmineYasmine
    Participant

    That's great thank you. I found one more issue. When I make a meta box group section with a photo. I get a real error that stops my single post template from fully functioning. Here is the group field code that caused this new error:

    'name'   => __( 'Add Co-Author', 'your-text-domain' ),
                    'id'     => $prefix . 'add_co_author',
                    'type'   => 'group',
                    'clone'  => true,
                    'fields' => [
                        [
                            'name'  => __( 'Co-author Full Name', 'your-text-domain' ),
                            'id'    => $prefix . 'co-author_full_name',
                            'type'  => 'text',
                            'clone' => true,
                        ],
                        [
                            'name'  => __( 'Co-author Email', 'your-text-domain' ),
                            'id'    => $prefix . 'co-author_email',
                            'type'  => 'email',
                            'clone' => true,
                        ],
                        [
                            'name'    => __( 'Co-author - Lead_YN', 'your-text-domain' ),
                            'id'      => $prefix . 'co-author_lead_yn',
                            'type'    => 'radio',
                            'options' => [
                                'y' => __( 'Lead author', 'your-text-domain' ),
                                'n' => __( 'Not lead author', 'your-text-domain' ),
                            ],
                            'clone'   => true,
                            'inline'  => false,
                        ],
    #37960
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Please pull the latest commit on the repository and recheck this issue on your site https://github.com/wpmetabox/mb-elementor-integrator
    Let me know how it goes.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.