Elementor group warning
Support › MB Elementor Integrator › Elementor group warning
- This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago by
Long Nguyen.
-
AuthorPosts
-
August 17, 2022 at 6:39 PM #37549
Yasmine
ParticipantHi 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,
YasmineAugust 18, 2022 at 6:43 PM #37567Yasmine
ParticipantI still get the error, but the error did not cause the issue.
August 19, 2022 at 11:03 PM #37947Long Nguyen
ModeratorHi,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update.
August 22, 2022 at 12:14 AM #37957Yasmine
ParticipantThat'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, ],
August 22, 2022 at 10:07 AM #37960Long Nguyen
ModeratorHi,
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. -
AuthorPosts
- You must be logged in to reply to this topic.