I'm not too familiar with WPML and I site I am working on is using it. Everything was working fine, but now it has been noticed that when you go to a different language domain (e.g. www.domain.com/es/pagename) the site seems to rewrite the address to (www.domain.com/pagename) removing the language directory from the web address making some language pages unaccessable.
This is not occurring on all pages though.
I checked the htaccess file and the rewrite are their.
Any help or information on this would be great.
Try check settings of WPML plugin http://take.ms/hFuqg
Problem ended up being 'Custom Permalinks' plugin. Doesn't play nice with WPML.
Related
Im trying to use the Wordpress plugin TranslatePress however the French Version of the page https://fr.londonauto.autoverify.com/fr/backend-glitch/ doesn't seam to play well with the page content.
I cant see anything relevant to the issue in the console.
Works without issue in the english version - https://fr.londonauto.autoverify.com/backend-glitch/
Wondering if anyone out there has experience with this plugin that might be able to advise.
It's obvious that in the /fr/ lang you missing to load many-many files. Your total requests are 104 for this page and in the FR you load only 42. It's very strange problem and I think that it has to do with you htaccess file. Can you please describe your server options, like: Cache system, Webserver type, etc? Also post your redirect rules if you have nginx or apache
I am using Polylang plugin in WordPress. Everything works fine on local, but when I move to the live server, I am facing the following problem.
If I try to switch language to Arabic, a lot of "???" are being appended to the URL and I can't reach the page URL in Arabic, because it gives me "This page isn’t working" error.
This page isn’t working - it's because you have those ??? in your URL. Based on what I researched, and other questions on WordPress community (https://wordpress.org/support/topic/arabic-letters-turns-into-question-marks/), it's a plugin/theme conflict with Polylang plugin.
So what I'd suggest to do is to turn off all of the plugins, then try to enable them one by one, testing again and again, so you detect the conflicting plugin.
If disabling all the plugins didn't resolve the issue, try switching to another theme temporarily. If it solves the issue, then the problem is somewhere in your theme's code files.
(do this on live.)
I'm currently trying to install a Wordpress website, and providing it through multiple languages. I've found a bunch of plugins to manage the translation.
But I'm still getting stuck to setup WordPress to be able to have http://www.mywebsite.com/en/ and/or http://www.mywebsite.com/de/.
I've found the language switch redirecting to the same page, with the correct subdirectory, but I got an error 404. It looks something should be enabled globally on Wordpress, or even changing the Apache configuration?
Thank you for your future help.
You can User this plugin for making multilingual you site.
I am setting up a website with WordPress and WPML. Is it possible to change the language automatically according to the country? Maybe working with IP or something else.
I am looking for Plugins or a solution, which are single to configure.
I found a solution which uses the browser language. That´s not exactly what I want.
In WPML this is only possible via Browser language redirect
But you could use IP2Location Redirection plugin to redirect users according their IP address.
This is possible. I've faced with this issue earlier and made a plugin for this purpose:
WPML automatic language with GeoIP. It
automatically changes the load of language in WPML based on the GeoIP service
Not possible with WPML but you should be able to do it with a plugin like IP2Location Redirection.
OK I have my website running Wordpress at http://www.visualise.ca/ and I installed the qTranslate plugin to have a bilingual installation. If you visit http://www.visualise.ca/?lang=fr you will see the french version of my website.
The problem is that it messes up my AJAX scripts so I would like to use the qTranslate option that allows me to have my french version in a sub-domain at http://fr.visualise.ca/ instead.
When I activate this option the http://fr.visualise.ca/ returns blank (Server not found) so here are my questions:
1) I guess I have to use .htaccess ? If yes, what's the syntax ?
2) I created sub-domain fr.visualise.ca and made it point to the root document folder of my Wordpress installation, is that ok?
Many thanks for your time and help
UPDATE: Actually it was working I had to use and create a sub-domain for fr.www.visualise.ca instead of fr.visualise.ca ... Which is kind of ugly :-/
You will add to the CNAME records to your DNS-Server or set a "catch all" like *.yourdomain.com
I had to make sure that the http://fr.visualise.ca subdomain exists and is map to right folder on the web server (same folder as the visualise.ca domain)