istage Posted June 14, 2010 Share Posted June 14, 2010 I write by english ,when i click other language ,it's blank. how to add difference language to Home text editor model ?thanks Link to comment Share on other sites More sharing options...
tomerg3 Posted June 14, 2010 Share Posted June 14, 2010 if you go to the homepage editor module configuration, you can click on a flag to change the language and enter the text you want (just like any other part of prestashop) Link to comment Share on other sites More sharing options...
ruilong Posted July 29, 2010 Share Posted July 29, 2010 Acctually it seems to be a bug here.. there is just a javascript error when trying to change language in 1.3.1 editorial module.. Link to comment Share on other sites More sharing options...
ruilong Posted July 29, 2010 Share Posted July 29, 2010 Seems to be a javascript function missing.I added function showLanguages(id) { getE(\'languages_\' + id).style.display = \'block\'; } to editorial.php on line 128 and it works fine for me now. Link to comment Share on other sites More sharing options...
rseasy Posted January 27, 2011 Share Posted January 27, 2011 Thank you for the solution! Seems to be a javascript function missing.I added function showLanguages(id) { getE(\'languages_\' + id).style.display = \'block\'; } to editorial.php on line 128 and it works fine for me now. Link to comment Share on other sites More sharing options...
Recommended Posts