Solved…
I have to change some stuff on function kopa_get_template_setting() in library/front.php…
Where are: $setting = $kopa_setting[‘home’];
I replace to: $setting = $kopa_setting[‘page’];
It works now.
detail:
This only happen when i choose on Template Customize, Initial Static Page, One Static Page…
If i let it as Your recent posts it works well.