• Resolved Unbelieva

    (@unbelieva)


    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: https://hambaravi24.ee/ (I really need to get this site in two languages as soon as possible.
    Someone please help!)

    All help is greatly appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Unbelieva

    (@unbelieva)

    So at the moment there is no way to solve this? I need to know.

    Best regards,
    Unbelieva.

    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'); ?>

    Thread Starter Unbelieva

    (@unbelieva)

    Yes, that helped.
    Big thanks and god bless you!

    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?!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘qTranslate and full width template’ is closed to new replies.