Unbelieva
Member
Posted 10 months ago #
Hey,
I've really been breaking my brain over this issue.
I'm using full width templates on my pages and that's why it doesn't show the qTranslate widget in the sidebars. How can I change this? Can I put the flags in a custom place? I need help.
Here's my site: http://hambaravi24.ee/ (I really need to get this site in two languages as soon as possible.
Someone please help!)
All help is greatly appreciated!
Unbelieva
Member
Posted 10 months ago #
So at the moment there is no way to solve this? I need to know.
Best regards,
Unbelieva.
zhenya
Member
Posted 10 months ago #
You might put qtrans_generateLanguageSelectCode($type) in your Templates. If you set:
$type = 'image' - the flags will be used;
$type = 'both' - will show flags and language;
$type = 'dropdown' - will generated a dropdown list;
$type = 'text' - simple text to get the language switcher.
Example:
<?php echo qtrans_generateLanguageSelectCode('both'); ?>
Unbelieva
Member
Posted 10 months ago #
Yes, that helped.
Big thanks and god bless you!
jschouten
Member
Posted 4 months ago #
Where do I have to put 'qtrans_generateLanguageSelectCode($type)' ? In wich template?
I have also the same problem with full width pages.
Please can someone explane?!