Hello, I have installed q-translate and it works great with greek and english language. I have 2 questions. 1 - I want to have some sentences translated like "read more" (on features of home page) or "posted by" on blog page but I cannot. Gan you help me? 2 - I want to put two flags next to the top menu. I saw another post on this forum that says to put the following code to the header. The code works but it its displayed under the menu. Do you have any suggestions? <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 /> <a href="./?lang=fr" class="qtrans_flag_fr qtrans_flag_and_text" title="Français"> <span>Français</span></a> </div>
Hello, 1.For your first issue Go to front-page.php present in your theme directory and follow the instruction as shown in image given below Use same process for others also. 2.For your second issue Go to blog.php present in your theme directory and follow the instruction as shown in image given below 3.For your third issue It is not possible to add flag next to the menu but you can add flag at the top of the menu, If you want to do so then go to header.php present in your theme directory and follow the instruction as shown in image given below