Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #632161

    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!

    #633057

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.