in framework/php/class-framework-widget.php
Line 1495
$last_id = end($media_array)[‘id’];
Hi Rafíyel!
Can you please go to enfold/framework/php/class-framework-widgets.php and go to line 1495 and replace
$last_id = end($media_array)['id'];
with
$last_id = end($media_array);
$last_id = $last_id['id'];
Please let us know if that fixes the problem
Cheers!
Yigit
The solution from Yigit solved this issue for us.
Thank You.