• Closed
  • 彭仲芳
    Spectator
    January 3, 2016 at 4:56 am #23327

    Hi
    A month ago when alora 2.7.5 release, I tried to translate into Chinese but failed, I do not know if you have the impression. Now I would like to ask how the current progress. It seems that this theme Chinese buyers is relatively small, so I do not know if you are willing to send the developer time to solve this problem. If there is a need to do something to try my place, I would be willing to participate. Thank you, and look forward to your reply.

    Denzel Chia
    Moderator
    Posts: 2672
    January 3, 2016 at 7:20 am #23335

    Hi,

    Sorry to keep you waiting.
    I have not receive any updates on this issue.

    I will check with my employer now.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2672
    January 3, 2016 at 9:26 am #23336

    Hi,

    My employer replied.

    His suspecting it to be related to the translation. He is still trying to hire a chinese developer to look into this matter.

    Sorry to keep you waiting.

    Thank you.

    彭仲芳
    Spectator
    Posts: 18
    January 4, 2016 at 6:58 am #23346

    Hi,Denzel
    Thank you for reply. and Thank you try to solve this problem, even though Chinese buyers rarely, I know some theme developer, if you need, I can introduce to you.Thank you, and look forward to your reply.

    Roman
    Spectator
    Posts: 3147
    January 4, 2016 at 4:57 pm #23351

    one of our senior developers found a solution. please add this piece of code to alora/admin/options-init-comb.php file, line # 5446 , right before Redux::setSections( $opt_name, $sections ); definition:

    $t_x = 999;
    foreach($sections as &$ss){
    if (!isset($ss['id'])){
    $ss['id'] = 'tmp'.$t_x++;
    }
    }

    彭仲芳
    Spectator
    Posts: 18
    January 6, 2016 at 3:52 pm #23388

    Hi,Denzel
    thanks for reply ,and it’s works.thanks very much.