Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #316725

    Hi,

    it is OK, if I only upload the below folder by FTP manually?

    2014 August 27th – Version 2.9.2

    style.css – new version number
    – folder framework: updated to work with WordPress Version 4.0
    – folder config-layerslider: updated to Version 5.2.0

    Others, I don’t need correct?

    Thank you very much in advance!

    Regards

    #316757

    Hi Erdogan!

    Yes, you just need to update these files if you used Enfold 2.9.1 before. However if possible I recommend to overwrite the entire folder with ftp ( http://vimeo.com/channels/aviathemes/67209750 ) on your server – otherwise there’s always the risk some important files are not updated properly.

    Regards,
    Peter

    #316765

    Hallo Peter,

    Herzlichen Dank für deine blitz schnelle Antwort. Ich habe einige änderungen gemacht in einige ordnern daher wollte ich um sicher zu sein erneut fragen.

    Beste Grüße aus Kölle, Danke nochmal ;)

    Erdogan

    #316834

    Hello again,

    I have a question about language settings, without using WPML how can I set up (Admin panel EN or DE) but Frontpage (FR) Enfold uses the Admin Panel settings right?

    Thank you very much!

    Regards

    #316837

    Hey Erdogan!

    Please open wp-config.php file in WordPress root folder and find

    define ('WPLANG', '');

    and change it to

    define ('WPLANG', 'fr_FR');

    then add following code to Functions.php in Appearance > Editor

    add_filter('locale', 'wpse27056_setLocale');
    function wpse27056_setLocale($locale) {
        if ( is_admin() ) {
            return 'en_US';
        }
        return $locale;
    }

    Best regards,
    Yigit

    #316841

    Hey Yiğit,

    Thank you very much Bro. ;) It was very helpful…

    You can close the topic! I got the answers…

    Best wishes

    Erdogan

    #316845

    Hi!

    You are welcome Erdogan, always glad to help :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Update by FTP’ is closed to new replies.