Tagged: enfold
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
Anybody?
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?
Thanks borkent!
For now it’s working.
Hi borkent!
Thank you for this quick and dirty fix which also worked for me. I hope a definitive solution will come soon!
Cheers
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
Hi Yigit
That fix works for me.
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