Qtranslate - language switch on the top left header and More...

Discussion in 'Infoway WordPress Theme' started by alwardi, Apr 8, 2013.

  1. alwardi

    alwardi New Member

    Joined:
    Dec 7, 2012
    Messages:
    13
    Likes Received:
    2
    Hi inkthemes Support Team,

    1.We installed qtranslate , but language switch is available only on the footer section (widget area)
    of the home page, and i need it on the top left header Under the Phone info.
    can you modify the solution attached to make language switch appear on the top left header?
    Remember : The Default site is RTL Arabic enabled with English as the second Language.
    http://www.inkthemes.com/supportforum/topic/qtranslate-language-switch-on-the-top-right-header

    2. We need to qtranslate "Captcha Field" and "Send Your Message" in the Lead Generation Form
    How we do what with qtranslate and RTL enabled for example can we use any of following
    codes and where we can paste :

    <!–:en–>Captcha Field<!–:–><!–:ar–>رقم التحقق<!–:–>
    <!–:en–>Send Your Message<!–:–><!–:ar–>أرسل رسالتك<!–:–>
    or
    [:en]Captcha Field[:ar]رقم التحقق
    [:en]Send Your Message[:ar]أرسل رسالتك
    https://www.dropbox.com/s/cvhvidh8xcd28d8/qtranslate.jpg


    3. The Clients Testimonial Area "The Head Line" keep padding more to the right with RTL
    enabled. example attached ...we need to move it to the left little pit.
    https://www.dropbox.com/s/t74zgmvikbd5za0/The_Head_Line2.jpg


    Thanks,
    alwardi
     
  2. alwardi

    alwardi New Member

    Joined:
    Dec 7, 2012
    Messages:
    13
    Likes Received:
    2
    Hi,

    I'm still waiting for the good solution from you I hope that you can send a quick fix today.

    Thank you
    alwardi
     
  3. alwardi

    alwardi New Member

    Joined:
    Dec 7, 2012
    Messages:
    13
    Likes Received:
    2
    Hi inkthemes Support Team,

    I know that you ALL too busy,but I hope you have the time to answer my requests because we need to make appropriate adjustments to our site this week and finish it

    Thanks,
    alwardi
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) To add flags at the header.
    Edit code given below according to your requirement and add it in the header.php as shown in image.
    Code:
    <!--Add this section to view qTranslate Languages Menu at Header. By Alberto Gamboa-->
                <div style="float:right;">
                          <a href="./" class="qtrans_flag_es qtrans_flag_and_text" title="Español">
                            <span>Español</span></a><br />
                    <a href="./?lang=en" class="qtrans_flag_en qtrans_flag_and_text" title="English">
                            <span>English</span></a><br />
                                      </div>
                <!--End of Special Section for qtranslate-->
    [​IMG]

    2) It is not possible to change captcha and send message button text through qTranslate. you can change it through frontpage.php file but it will stay in single language.

    [​IMG]

    3) Please share your website link for this issue.
     

Share This Page