Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #530642

    in framework/php/class-framework-widget.php

    Line 1495
    $last_id = end($media_array)[‘id’];

    #530668

    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

    #530812

    The solution from Yigit solved this issue for us.
    Thank You.

    #530813

    Hey!

    Great! We will release Enfold 3.4.1 soon and this issue will be fixed.
    We will keep the thread open for the OP. If you have any other questions or issues, please feel free to start a new thread :)

    Regards,
    Yigit

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