jaqu
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxYeah, those are just absolute links in the imagemap itself.
Our homepage is actually a standard english landing-page where our customers can visually choose a location, even without the knowledge of english.
But if I change the links to relative (/emea/istanbul instead of http://www.eskoworld.com/emea/istanbul), that should also be language-dependent, right?
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxWorks like a charm :-).
Thanks for the quick support and keep up the good work, great plugin!
Kr,
JanForum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxOk, thanks. I have set this manually to
<?php echo get_option('home'); ?>I presume I should change this to
<?php echo esc_url( home_url( '/' ) ); ?>to get this working again?
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxThis is our .htaccess-file
php_value max_input_vars 5000 # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxHmm, it seems allright now indeed. I did delete my cookies a few times, but not with this right options, I think, thanks.
Is there a possiblity that our customers are not obliged to remove their cookies? Or is this an issue outside the qTranslateX-plugin?
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxThis was turned on, yes. I have now unchecked it again :-).
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxThe only setting that was not the same as your post was the last one (Hide URL language information for default language wasn’t checked).
I changed this, cleared the cache, but it doesn’t make a difference here, I’m afraid.
Forum: Plugins
In reply to: [qTranslate X] Language switch problem FirefoxOn the homepage http://www.eskoworld.com there isn’t a language switcher (should be standard english) and on http://www.eskoworld.com/emea/ it’s on the top right.
English should be our default language.