Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #612564

    hi!
    After update to wp 4.5 my home page and other pages doesn’t work properly. I can’t visualize my settings even if i saved them more times.. On my Mac All my images are missing like my contents, on iPad and iPhone some contents are still there and instead almost all images are missing. What’s wrong? I really need help

    thanks in advance

    #612605

    Hey!

    Please update Enfold to the latest version 3.5.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    After updating the theme, please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #612617

    Nothing works for me either after the upgrade. Flushed cache doesn’t make a difference.

    #612621

    Hey!


    @haydenkirk
    They work fine on my end. I can only post screenshots to you publicly as you are not the creator of this thread. If you would like to avoid that, please start a new thread :)

    Regards,
    Yigit

    #612642

    Hi Yigit, now for me it seems to work perfectly i have to verify later

    One more question please, after the update of enfold from 3.5.1 to 3.5.2 i saw that in the socket is written powered by enfold child theme. But that i have delated that written. How can i delated again and forever , so to have just the wording i want?

    #612650

    Hey!

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    add_filter("kriesi_backlink","new_nolink");
    function new_nolink(){
    $kriesi_at_backlink = "";
    return $kriesi_at_backlink;
    }

    Cheers!
    Yigit

    #612659

    Hi Yigit thanks so much

    May you tell me if i have undertood

    Do i have to write that code in Quick CSS of my enfold child ?

    #612661

    Hi!

    No, please go to Appearance > Editor and edit Functions.php file and add the code there. If you would like to make the changes via FTP, you can find the file in wp-content/themes/enfold-child/functions.php :)

    Best regards,
    Yigit

    #612871

    hi Yigit, ok i understood. Now i’m in Functions.php and there is written just this thing: <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    My questions are: 1) have i to delete all and put the code you gave me?
    2) have i to leave everything like it is and just to add the code you gave me next to the last slash?
    3)have i to leave everything like it is and just to add the code you gave me just under the last slash?

    which is it right?

    thanks

    #612874

    Hey!

    3- You should add the code right under that comment :)

    Best regards,
    Yigit

    #612879

    many thanks Yigit, You were helpful

    Thank you

    #612893

    Hey!

    Glad if i was :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Nothing works after WP 4.5 upgrade’ is closed to new replies.