Qtranslate is a wordpress plugin for multilingual content management and translation support.

learn more… | top users | synonyms

1
vote
1answer
54 views

How can i change the texts of plugin (created by me) in wordpress admin?

i have a created a contact us plugin, i want to change that name of the plugin "contact us" in Hindi. I already created languages folder in my wordpress, and maintaining hi_IN.mo, hi_IN.po files.
0
votes
1answer
217 views

qtranslate (language definition) when translation for selected language doesn't exist

I'm using qtranslate, and whenever selected language translation doesn't exists it outputs text like this: (English) This is english text. So it gives me (language) string inside the output. I'd like ...
0
votes
1answer
763 views

wordpress qtranslate editor text is not working

I have installed qtranslate on my wordpress site, it all works fine, but sometimes the content editor does not show the text, When I force refresh the page a few times (Ctrl + r) eventually the text ...
2
votes
0answers
1k views

Qtranslate + Advanced Custom Fields: how to have a multilanguage wysiwyg editor?

This is my setup: Wordpress: 3.4.2 qTranslate: 2.5.32 Advanced Custom Field: 3.5.1 i've also installed qTranslate extension: 1.1.1 but I don't know how/if it works... How can I have a ...
1
vote
0answers
53 views

Wordpress translation loading english file

I am trying to translate a wordpress site but whatever I do the english file is always loaded. In functions.php I've set load_theme_textdomain('twentyeleven', get_template_directory() . ...
1
vote
0answers
143 views

if specfic language content is empty then hide language flag by qTranslate

My site has 2 more language but one language content is empty or one of my page's content is empty for specific one language. So i want to hide or don't show language flag in my wordpress site. Is it ...
1
vote
0answers
278 views

qtranslate and content

I have the nostalgia theme from themeforest. I am trying to convert it to multilingual using qtranslate, which it does translate the links and the page names, but for some reason it brings me back the ...
0
votes
0answers
30 views

qTranslate - show articles in two languages

I would like to show all articles on my page in two languages while the menu and everything is translated in the language choosen. <?php $id=5; $post = get_page($id); $content = qtrans_use('fr', ...
0
votes
0answers
45 views

qTranslate: Use page-content of another language instead of Non-availability message

if a page for a language is empty, normally the "Non-availability message" appears and told the user to open the page with an other language. But i want to display the page-content from another ...
0
votes
0answers
104 views

Redirect from one url to another. Qtranslate and search engine problem

I've changed my qtranslate configuration. I access to the english version now with: http://en.mydomain.com/news/this-is-a-post In search engines I have my pages indexed with this structure: ...
-1
votes
0answers
35 views

QTranslate Conflicts With Post-type

When A Post-type loop query is in index page & installed QTranslate, Loop Query Doesn't work.