forty
Hi,
I've implemented the fix on your development site. Here are the changes:
In the file /templates/ja_mixstore/tpls/blocks/head.php
, I modified the content of line 39 to:
JHtml::stylesheet('templates/system/css/system.css');
In the file /templates/ja_mixstore/local/css/themes/notrend/bootstrap.css
, I removed the following content:
@import url(../../../../local/css/themes/notrend/custom.css);
Your issue was occurring because the template was registering some CSS that couldn't be found. These CSS URLs were redirecting to the 404 page in the default language, causing the language cookie to reset on every page load.
Removing these CSS references should resolve the problem.
Please check and confirm.