I have a problem about the “Enfold Child Facebook Likebox” widget. My website is in italian language (and so all the Enfold Child options) but this widget is still in English. You can see it in action here: http://test.parentesigrafica.it/2/category/blog/
Can you help me?
Thank you!
Hey ParentesiGrafica,
Please go to enfold/framework/php/class-framework-widgets.php file and find
$langcode = function_exists('icl_object_id') && !empty($langcode) ? $langcode : 'en_US';
and change it to
$langcode = function_exists('icl_object_id') && !empty($langcode) ? $langcode : 'it_IT';
Best regards,
Yigit