the site currently working with Wordpress English. now I want to change it to Wordpress Arabic. the theme , posts everything same. the theme supports RTL. so the contents should so in right to left for that I want to change the English version to Arabic version?
is that possible? how to do it?
In the latest Wordpress version 4.1 you should be able to change language by visiting:
Settings > General : Change Site Language option value.
Language can be selected from a list of available languages.
Related
I installed qTranslate plugin (qtranslate-Version 2.8.42) for Wordpress.
My default language my website is written in English.
I have configured qTranslate plugin to show three languages on my website, i.e. German, English, and Chinese.
Nevertheless, I want my website to be in German instead of English on the first visit. I mean that although my website is in English I want it to show the German language first when somebody enters my website and NOT the original English language...
Is there any idea on how I could achieve this, please?
Many Thanks!
You probably did not check the qTranslate's option page at Admin panel.
See the marked area. The arrows are for setting the order of language. If you set German at top, it would be primarily selected.
I have a WordPress (4.8.2) with a Divi theme (3.0.78) and a WooCommerce (3.1.2). So everything is up to date. When I try to change the site language in the admin panel it doesn't work. I want to go to french language but it stays in English. Although the language option in the DB goes to fr_FR it keeps the site language in English. Does anyone has a clue about it?
After a few time for looking it appears that it was a Divi option which was at the origin of the issue. I had to disable the "Disable Translations" in the Divi/Theme Options/General.
1) I install the gtranslate plugin in my WordPress website and translate it in Arabic language but language only translate right to left not whole website I check another pluginin but they need to purchase for translate website like plygon, so it is possible using gtranslate. (I need only two language English and Arabic can I set also rtl tester on click on arbic using single click event call)
2) Can I set default language arabic using gtranslate wordpress plugin?
First, you should use qTranslate-X plugin as the original qTranslate has been discontinued.
According to qTranslate-X documentation, the plugin supports RTL text, where it says:
RTL should get enabled by WordPress based on locale of active language
Maybe you need to set dir="rtl" when the current language is arabic, for example something like this in the <body> tag:
<body<?php if(qtranxf_getLanguage() == 'ar') echo ' dir="rtl"' ?>>
We are using Wordpress with the Avada 5.1.6 theme and Polylang plugin.
The mobile menu does not show on the english version it shows on the portuguese version
I've inspected the generated html and the menu exists in both pages.
I tried disabling the Polylang plugin and the mobile menu does not show on any page
Thank you!
TLDR:
Don't forget to check the selected language before editing configurations that you need to share between languages!
Long description
The issue was that custom css was being applied to the english version of the website hiding the header.
The reason why the configuration for custom css was not considered initially was caused by the fact that Wordpress actually treats each language as their "own website", each one having different configurations, including custom css.
By selecting "all languages" on the Wordpress menu, it was possible to reset the custom css configuration for all languages at once.
Thanks.
Hi. I'm a newbie in Drupal development.
I'm building a multilingual website in French and English using Drupal 7.
I'm using Internationalization and Entity translation modules to translate contents and blocks in the page.
I'm using the theme Omega, with the sub-theme Foundation downloaded from the website friendlymachine to which I added another sub-theme file to modify the CSS.
I'm already having a language switcher block which is working properly.
My question is: what code in which file can I modify (and how?) to display in the language switcher only the non chosen (i.e the needed) language?
i.e: If I'm currently using the website in French, Only the option "English" is displayed on the language switcher menu. And vice versa. (if I'm using the website in English, only the option "French" is displayed in the language switcher menu).
Any help would be welcomed.
Thank you.
Hide the current language link (which is not link but text) for the Language Switcher block with css. It has a specific class for that purpose.