Elementor group skin not working

Support MB Elementor Integrator Elementor group skin not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38766
    YasmineYasmine
    Participant

    Hi,

    I have created an elementor group skin, but when outputted into my template, it repeats the first line of the array in the number of repeatable sections there are (So if there are 5 values, then it repeats the first value 5 times).

    I tried to redo it, but still the same error. The saved data is correct, just the output which is problematic.

    [
                    'name'       => __( 'Recommendation Multiple', 'your-text-domain' ),
                    'id'         => $prefix . 'recommendation_multiple',
                    'type'       => 'group',
                    'clone'      => true,
                    'sort_clone' => true,
                    'fields'     => [
                        [
                            'name' => __( 'Actionable Recommendation', 'your-text-domain' ),
                            'id'   => $prefix . 'recommendation',
                            'type' => 'textarea',
                        ],
                    ],
                    'tab'        => 'academicsummary_tab',
                ],

    I have another group skin that works. Only difference, is that that one is not sortable.

    Do you know what could be going wrong?

    #38770
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Can you please share some screenshots of the subfield value and how it displays with Elementor? Only this skin has the problem so I think there should be an issue with the field or value saved to the database. You can try to delete the field group, skin and recreate them to recheck the issue.

    #38775
    YasmineYasmine
    Participant

    Hi Long, I don't know how to share screenshots with this form, so will email

    #38787
    Long NguyenLong Nguyen
    Moderator

    Hi,

    When I edit the Elementor template, I do not see the selected skin then I select the skin "Recommendation - new" and the subfields display as well on the post page. Screenshots
    https://monosnap.com/file/UaiIUQcpJeEes6vx256d6HbC0WbFBC
    https://monosnap.com/file/heU3VIM0xjb5JsBVf7xdbIBD8ndAZp

    Can you please recheck this?

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