Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #530647

    Hi all,

    I can confirm enfold breaks with update 3.4 on latest wordpress. Tested on clean install.
    I am sure kriesi and co will address this really fast however, DONT UPDATE TO 3.4 YET!

    CHECK FIX BELOW!

    Hope this helps you solve the 500 error till kriesi does it right :)

    Kind regards,
    Thomas Borkent

    • This topic was modified 9 years ago by borkent.
    #530662

    It works, at least for me!
    Thanks!

    #530665

    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

    Best regards,
    Yigit

    #530671

    and there is the correct fix :) thx Yigit! works great.

    #530672

    ^^ That fixed it for me

    #530686

    There is no such code in the file :

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

    #530687

    did you update?

    #530694

    Ok. Done. Thanks!

    #530702

    Hi!

    Great! Glad the fix worked for you :)

    Regards,
    Yigit

    #530703

    Hey!
    We will update the theme with a minor bugfix immediately for those of you who would rather wait a few hours instead of messing with the files ;D
    Regards,
    Kriesi

    #530706

    nah I like messing with your files, hahaha

    #530708

    ;D

    #530721

    Yup, fixed it. Thanks guys :-)

    #530729

    It fixed it for me, BUT W3 total cache now dysfunctions. It makes the site only menu’s etc. Pics are disappeared. Do I turn W3 off, the site is normal, but slow. Is this just coïncidence, or is there any relation?

    #530767

    @draadeind: not sure. would you mind opening a new thread with a detailed description and login data so we can take a look? :)

    #530770

    @Kriesi: Thanks for replying. Just found out that disabling minify in the options of W3TC did the trick. As often I see no logic, but the Enfold theme works fine now!

    #530773

    Hi!


    @draadeind
    Disabling minify then enabling after flushing cache should help :)

    Cheers!
    Yigit

    #530910

    Thanks – worked!
    I’ll go and take a cold shower now..

    #530918

    Hey!


    @rallef
    Glad it worked :)

    Regards,
    Yigit

    #530972

    Hey!
    version 3.4.1 is now available for download. this bug should be fixed ;)
    Cheers!
    Kriesi

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Enfold breaks on update 3.4 + quick and dirty fix’ is closed to new replies.