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
0
votes
1 answer

ACF select filed translation via qTranslate

Those who use these plugins know that you can translate some of ACF fields via qTranslate (text, text area, etc). But I need on my website translate also select field with options. So any advise? I was looking for other plugin options, like Polylang…
0
votes
1 answer

qtranslatex and yoast seo keywords

Having some trouble with the QTranslate and Yoast SEO integration plugin. https://github.com/qTranslate-Team/wp-seo-qtranslate-x Apparently they are not going to update it and there is an issue with the Focus Keywords not working in each page. It is…
Salocin.TEN
  • 474
  • 1
  • 6
  • 18
0
votes
1 answer

Post date is not translating

I am using qtranslate-x plugin to translate my wordpress website. I am translating my website in Hindi and English. But, I can not able to translate my post date. Post date is shown in English like "January 10" but, in Hindi it is shown like "????…
Incarnate
  • 19
  • 7
0
votes
1 answer

Wordpress qTranslate x - How to show just flags

I'm using the qTranslate x plugin on my website but i just want to show the flags at the menu but it is shows with text like that English | Flag How can i do that? Thank you
user3242861
  • 1,839
  • 12
  • 48
  • 93
0
votes
1 answer

wp_get_current_user empty - ajax on subdomain

In a plugin, I am initiating an ajax script: function getthatable_callback() { global $wpdb; include("phpscripts/gettable.php"); wp_die(); } add_action( 'wp_ajax_getthatable', 'getthatable_callback' ); add_action(…
Fanky
  • 1,673
  • 1
  • 18
  • 20
0
votes
0 answers

WPML Arabic support for WP PHOTO GALLERY PLUS text fields

WPML Arabic support for WP PHOTO GALLERY PLUS text fields Images descriptions needs to be in Arabic I'm using "WP Photo Gallery Plus" for photo albums and "qTranslate x" for Multilingual WP site. But Photo albums does not allow me to translate these…
Umair
  • 1
  • 3
0
votes
1 answer

qTranslate X in Themeforest Explore theme's header

Themeforest theme Explore offers very good options. One is in the theme settings to select in a WPML Language selector to show in header: Language Switcher On Header Top Show/Hide header.php if(has_action('wpml_add_language_selector')) { …
user344013
0
votes
1 answer

Calling manually wp-load.php in conjunction with qtranslate-x I get file not found

I have some custom php code outside of the wp-content of the wordpress, ie www.xyz.com/test Calling the code below it works just fine, BUT if I enable the qtranslate-x that will add the language literal ie www.xyz.com/fr/test the result is "404 file…
0
votes
1 answer

qTranslate-X formatting not uniform across languages (apostrophe vs right single quote)

English and Dutch languages enabled. I have my formatting.php set up to differentiate apostrophes (straight, ') and right single quotes (curly, ’): $apos = _x( ''', 'apostrophe' ); $opening_single_quote = _x( '‘', 'opening curly single…
user1886563
  • 31
  • 1
  • 2
0
votes
1 answer

Translate static page with qTranslate

I'm testing qTranslate to decide which plugin I'm going to use in my blog. My question is, is there any possible to have 2 versions of a Contact Page or About Page, outside the WordPress editor? I'm question that, because my About Page…
Italo Borges
  • 2,355
  • 5
  • 34
  • 45
0
votes
0 answers

Using qTranslate-X on Slider

Our Wordpress web site using a free version of Responsive Brix. We have 2 different languages on with qTranslate-X. We use it like [:en]Widget[:tr]Bilesen on other parts of web site. But this doesnt work on slider. I've seen some ppl changed some…
Burcak
  • 82
  • 1
  • 2
  • 10
0
votes
1 answer

Woocommerce + qTranslate-X attributes are not saved after product update

i am using: WooCommerce – Version 2.5.5 WooCommerce & qTranslate-X – Version 1.3.1 qTranslate-X – Version 3.4.6.7 It's a fresh installation. After setting up custom product attributes (also normal product attributes), saving them and publishing the…
user3439585
  • 77
  • 1
  • 8
0
votes
1 answer

qTranslate Wordpress - set language that redirects to another URL

I am using the Wordpress plugin - qTranslate X and I have 3 languages on my site. I have content for 2 of the languages already set on my site, but I want to redirect the 3rd language to another domain. For example, I have example.com for the…
user3220828
  • 85
  • 1
  • 14
0
votes
1 answer

qTranslare X not trasnlating static text on frontend

I havent found an answer so i presume is something little common. I have set up qTranlate X and lang switching works fine anf dynamic content (posts/custom posts) gets translated. BUT static strings on frontend are not getting translated. Im…
alez
  • 126
  • 1
  • 8
0
votes
2 answers

.htaccess redirect from subdomain to main in WordPress

I'm trying to add languages to my wordpress website. For this I'm using "qTranslate X" plugin in "per domain" mode. It should work as follows: http://domain.com - main language http://en.domain.com - english etc... What I need is to redirect all…
Arsen K.
  • 5,494
  • 7
  • 38
  • 51