okay on our testing server the language works fine whetter your click it twice or more but when transffered onto the clients server bugs occured… to see the bug click on “FR” top left (it’s now on French) once click on “EN” (it stays in french click it again and it gives you a page with no style saying page not found) . I’ve been over forums for the whole day and night looking for an answer… what seems to be causing it… it’s the exact copy of the site from our test to live site.. server configuration??? what’s missing
Share
On your clients server, it’s adding a directory to the theme path: “/wp-content/themes/idi/fr/style-FR.css”
This is likely a configuration error with the language settings on the live server. I would start there.
The hackish way around this is to simply create that file path – but that’s a complete last resort and I highly recommend against that approach.