Hi Hatimmakki,
If you are still having this issue I think I found the solution. In parser.inc.php on Line 109/110 there this line
$home=$homePage.$wordpressPageName;
Change it to:
$home=$wordpressPageName;
I am not sure if this will break something somewhere else, but it has appeared to fix this issue on my side.