Tagged: update
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
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
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
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
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
Hey Yiğit,
Thank you very much Bro. ;) It was very helpful…
You can close the topic! I got the answers…
Best wishes
Erdogan