Forum Replies Created
-
AuthorPosts
-
Marcus Potts
ParticipantHi Peter
Any sight of when this one might be fixed?
Thanks as always
MarcusMarcus Potts
ParticipantHi Peter
Thanks for coming back to me.
Yes it does show as per your screen shot (with the type Loop Item). However if I click to edit with Elementor, no group fields are available to select in dynamic tags. So if I need to edit this skin or create a new skin I first have to deactivate WPML.
Thanks
MarcusFebruary 16, 2025 at 8:24 PM in reply to: ✅File uploads in cloneable groups in not showing in Rest #47671Marcus Potts
ParticipantHi Peter
Thank you for pointing me to that solution. I have registered a new REST field and retrieved the document details using your function which now outputs perfectly in my new field.
Thanks
MarcusMarcus Potts
ParticipantThank you Peter, that fixed it!
Marcus Potts
ParticipantHi Peter
Thanks again for your response, I had already increased memory to 1024M and it blew it straight away.
I'll look at alternate solutions.
Thanks
MarcusMarcus Potts
ParticipantHi Peter
Thanks for your speedy response. I have tried to follow the logic in the twig example:
add_action('elementor/query/related_av_solutions', function($query) { $current_av_solution_id = get_the_ID(); if ($current_av_solution_id && get_post_type($current_av_solution_id) === 'av_solution') { $connected_items = MB_Relationships_API::get_connected([ 'id' => 'posts_to_av_solution', 'from' => $current_av_solution_id, ]); if (!empty($connected_items) && !is_wp_error($connected_items)) { $related_post_ids = wp_list_pluck($connected_items, 'ID'); if (!empty($related_post_ids)) { $query->set('post__in', $related_post_ids); $query->set('orderby', 'post__in'); } else { $query->set('post__in', [0]); } } else { $query->set('post__in', [0]); } } }, 10, 1);But it just blows my PHP memory limit. Any further help would be really appreciated.
Thanks
MarcusDecember 15, 2022 at 5:28 PM in reply to: Meta Box - Elementor Integrator - issues with single_image #39815Marcus Potts
ParticipantHi David
I had it on our backups. Send me and email address and I can let you have a copy.
Thanks
Marcus -
AuthorPosts