Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #530589

    I just updated the theme to version 3.4 and got below message after update. Website is not vissible and can not login true wp-admin.

    Need some help here.

    public_html/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1495

    • This topic was modified 9 years ago by Roy.
    #530635

    Anybody?

    #530649

    Hi there!
    I cannont offer any solution but I have the same or at least a similar problem. Several theme options did not work any more and then I noted a new version of Enfold was available. I tried to update via WordPress, then my site disappeared and no login was possible any more.
    I tried the solution to download a fresh copy of the theme and overwrite it via FTP on the server as described here
    https://kriesi.at/support/topic/after-upgrade-links-to-css-and-uploads-broken/
    but was * * * not * * * successfull with this approach. My site seems to be gone and I hope there might be another solution than an overall new installation. So I join your question: Anybody?

    #530650
    #530655

    Thanks borkent!

    For now it’s working.

    #530659

    Hi borkent!
    Thank you for this quick and dirty fix which also worked for me. I hope a definitive solution will come soon!
    Cheers

    #530666

    Hi!

    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

    #530692

    Hi Yigit

    That fix works for me.

    #530704

    Hey!

    You are welcome, we are always happy to help!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Theme broken after update to Enfold version 3.4’ is closed to new replies.