Questions tagged [qtranslate-x]

A WordPress plugin which adds multilingual content management and translation support.

qTranslate X is a plugin which adds multilingual content management and translation support.

For more information, see the wordpress plugin page.

49 questions
1
vote
0 answers

Change url of language on Qtranslate-x

I need to change the language url from /en/ to /eng/ using the plugin qtranslate-x. I try to change the language code but i can insert only max 2 characters.
Geme
  • 354
  • 2
  • 3
  • 13
1
vote
1 answer

How to switch language in qTranslatex using php

I want to switch the language in qTranslatex plugin using a php Checkout the below code; $country = 'US'; if ($country == 'US') { //set language english } else { // set language thai }
codersrb
  • 140
  • 1
  • 12
1
vote
1 answer

Wordpress the "Pods - Custom Content Types and Fields" plugin support for qTranslateX other fields translation

Is there a settings, option or a plugin to allow the "More Fields" of the edit.php page to be localized in the selected language ? At the moment I can only translate the Title field and any other wp fields. Any suggestions are welcomed.
Damjan Dimitrioski
  • 679
  • 2
  • 9
  • 20
1
vote
1 answer

How to setup dns for multiple subdomains

Hello I am trying to create a website in multiple languages. Every language has it own virtual subdomain. So for example here are some urls: nl.foo.eu, fr.foo.eu, de.foo.eu My domain that generates all the content is foo.eu, it generates the content…
0
votes
0 answers

Integrating Wordpress BuddyPress fully with QTranslate-XT

I hope to receive some helpful pointers to solve an issue with BuddyPress and Qtranslate-XT plugins for Wordpress. I have tried to ask for help on GitHub (qtranslate-xt) and on the BuddyPress forums, but it seems there is little interest in making…
GithBOK
  • 1
  • 2
0
votes
1 answer

Wordpress qtranslate widget won’t remove

I’m using a custom theme in Wordpress and used qtranslate for the multi language part. I activated an SSL certicate and redirected http pages to HTTPS. At that point the menu links lost their slug at the end. After founding out that qtranslate…
0
votes
1 answer

qtranslate-X woocommerce grouped Products

I searched the internet for a possible solution but wasnt able to find one. The Labels of linked products in a grouped product apear like: [:de]german value[:en]english value[:] My goal is to get the title/label in the current languge of my…
0
votes
1 answer

qTranslate-X issue with WP post date month name in Ukrainian

I am using 3 languages: Ukrainian (default), English and Russian. The plug-in works perfectly, but the name of the month (in the date of comment or post) looks like �������. Everything else (including calendar in the widget) are translated…
Arsenii
  • 655
  • 1
  • 8
  • 20
0
votes
1 answer

Events Manager Pro plugin and Qtranslate for location

I'm working on a Wordpress site with the Events Manager Pro plugin for Wordpress plugin and Qtranslate. When I use the event page the content will show in the correct language. But when I use the #_LOCATIONNAME in the Booking email template it…
0
votes
1 answer

How can I keep get_site_url() from redirecting to the language specific page?

I am running the qtranslate plugin on my application and I am using get_site_url() for it's various functionalities. below I have two blocks of code. The first one I use get_site_url to view a file that was saved in…
0
votes
1 answer

Q-translate language chooser sub menu closed by default

I used q-translate on a Wordpress website and placed their "choose language" code in the menu. When you visit the website in its default language (Dutch), the sub menu with "the language overview" is closed, like this: screenshot 1 But when I choose…
b33tle
  • 1
0
votes
1 answer

qtranslate not apply for custom meta boxes and widgets issue

I had created one plugin for meta boxes for some post types and created widget but qtranslate not apply for my meta boxes fields and widget fields. please suggest me i18n-config.json setting for my plugins and widget.
0
votes
2 answers

qTranslate-x navigation issue in language switcher

I want to display translation menu with no flags and no titles. Something like this: EN | IT When i click on "EN" the URL goes to english version and when i click on "IT" goes to italian version. I try everithing, but no solution.
barabba58
  • 15
  • 2
  • 8
0
votes
1 answer

Get current page language in header - qtranlate

I am using a qtranlate wordpress plugin, i want to get current page language for if statement but the function is not working in giving me this error: Fatal error: Call to undefined function qtrans_getLanguage() in…
Sajjad Ahmad
  • 143
  • 3
  • 17
0
votes
1 answer

Put language switcher in the header

I am trying to change the language switching tool in my WordPress website. Currently the option to choose the language is shown in the main menu (this is the website http://www.moncheri.al/en/, the plugin used for this is qTranslate-X) but I want to…
AdaGranger
  • 13
  • 9