Hi caum,
I see on your wordpress blog post, that when switching to French language – language code disappears from URL.
That is because Advanced option in qTranslate plugin with name “Hide URL language information for default language.” is checked
http://clip2net.com/s/2wnEq
Please, try to uncheck it and save.
After that try to activate qtranslate slug again.
Also checkout the following forum to verify that you have correctly generated language menu. http://ww.wp.xz.cn/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug-1?replies=2
Hi mrpolab,
It is not correct to add <?php echo qtrans_generateLanguageSelectCode(‘image’); ?> to the header. As specified on the qTranslate Slug doc page – the correct way is to add
qts_language_menu(‘image’);
Please, look carefully at the doc on project website http://not-only-code.github.com/qtranslate-slug/ and the same info is in readme file in the plugin.