Thread Starter
filex
(@filex)
Hi Ben,
I understand. I haven’t thought that this relies on JavaScript. I should have inspected it better. Thanks for the quick response.
Great theme!
Best regards,
Filip
I had the same problem when I was using “Url Modification mode” configured to Pre-Domain Mode (sub-domain for each language). I have successfully fixed this issue by editing ceceppaml.php (line 581) and modifying it from
return trailingslashit( $url ) . $path;
to
return trailingslashit( $url );
I hope this will be of help.