Custom Meta Field not Working with qTranslate [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third party plugins and themes are off topic, they are better asked about at their developers’ support routes. Closed 7 … Read more

Separate backend “Widgets” page for each language

Im currently trying to make my backend work with multiple languages. Im using qTranslate as my translation plugin. So far I have accomplished a custom option page with multi-language support. When you click on a different language (in qTranslate on the sidebar) you will get a new options page with prepared option-variables show(option_textarea) -> ‘english … Read more

Filter the URL of next_posts_link & previous_posts_link

I am working with the qTranslate plugin to create a multi-lingual website. The plugin does a great job of translation except for on the next_posts_link & previous_posts_link template tags. When a user has selected a different language the URL should change from: http://mysite.com/test/page/2 (for default language) to http://mysite.com/fr/test/page/2 (for french language) The plugin provides functions … Read more

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

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question 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 … Read more

Custom values are not translated

I’m trying to translate my plugin. Inside plugin’s root folder I have ‘inc’ folder, where located registration.php file. This file has a code, which adds custom fields to comment form. (I use right solution from this answer) and here is a part of a code, which should be translated. $myfields[‘code’] = sprintf( ‘<p class=”comment-form-code”> <label … Read more

Qtranslate displays empty categories with get_categories()

I am using qtranslate (WordPress Plugin) on a website and I don’t want to display categories that don’t contain posts for a language. So when I do get_categories() (without qtranslate) the categories that have no posts are hidden. But when they have posts in one language and not the other they are displayed in both … Read more

Is it possible to get a different header.php on language switch with qtranslate? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question the problem is that on home page I have a lot of code which is added through header.php and it is … Read more

How to Translate Contact Form 7 using qTranslate? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question I’m using Contact Form 7 for my forms and also qTranslate to translate my website. I would like to translate all … Read more

Is there a way to localize role labels?

I’m using Justin Tadlock’s Members plugin to create new roles and WP Role on Registration to display them on the registration form. I’ve got a multilang site (English and Spanish) and I’ve localized my custom taxonomies using qTranslate. I can’t use qTranslate’s quicktags in the Role Label field on the Member’s plugin because it doesn’t … Read more