WPML ia a multilingual WordPress Plugin. WPML makes it easy to build multilingual sites and run them. It’s powerful enough for corporate sites, yet simple for blogs.

learn more… | top users | synonyms (1)

1
vote
2answers
35 views

Rewrite url for custom post type

I'm using WPML plugin to translate my site. I have a custom post type called "vinos" and I use this args: $args = array( 'labels' => $labels, 'hierarchical' => false, ...
0
votes
2answers
59 views

Borrowing of Previously Translated Strings by Child Plugin

Gist: When writing an extension of a plugin, can the extension "borrow" the translations of the req'd parent plugin by using it's textdomain? Scenario: Let's say that there's a parent plugin, whose ...
-1
votes
0answers
36 views

slider disappears in sterling theme [closed]

I'm working on a website with Wordpress 3.5.1 and Sterling theme Version 1.0.7, and because it's a multi-language site, I'm using WPML 2.6.3. languages: (English & Persian) everything is working ...
0
votes
1answer
49 views

How to display WP Query filters?

I'm wondering if there is a way to display current WP Query filters. I wrote a function that is supported to delete all posts and it does but when I'm using WPML and it filters posts by language then ...
0
votes
1answer
69 views

Why isn't WMPL correctly redirecting users based on browser language?

Even though I have 'Browser language redirect' activated at WMPL's setup screen, users aren't being correctly redirected according to browser language. I currently have three languages selected: en ...
0
votes
0answers
37 views

How to set up multi domain website with WPML on OVH

I installed WordPress version 3.5.1 with Magic Fields2 and WPML. I have two different languages french and english. I would like the french website to be hosted on xxx.fr and the english version on ...
0
votes
0answers
59 views

Add to cart is not working

When I click add to cart in a product page the product is added to cart but the page redirects me to 404 error page. The weird part is that while I am in the process of creating this product (this is ...
0
votes
1answer
70 views

Taxonomy page wpml dropdown not working

I have created the custom post type with the taxonomy product-categories. I have installed wpml and added the menu with the custom category. When the menu created using the custom post type category ...
0
votes
1answer
64 views

Theme localization in WPML - .mo file error

We are creating a multi-lingual multi-site (on sub-domains/domain mapping) on Wordpress. We recently bought WPML Wordpress plugin and installed it on the basic language (English) version. Now we are ...
0
votes
0answers
32 views

How to set language to get result out side the theme in wordpress?

I am making a web service in wordpress where I need to call service url outside the theme folder. So I am not able to get result if use changes his language option. To handle language I am using WPML ...
0
votes
2answers
67 views

Cannot locate specific <a href> link/string using String Translation with WPML?

I have added a link on the footer of my page in the format <a href="URL">Link</a> I would like to allow wmpl to translate it in french and have tried scanning my theme but the link's ...
0
votes
1answer
278 views

WPML wp_query not working properly in one language

I have a wp_query for a custom post type and the custom taxonomy, the idea is top display the term name and below each term the associated posts. I have two languages Dutch & French. Query is ...
0
votes
1answer
73 views

WPML icl_register_string() throws fatal error but works

I'm helping someone with a custom plugin and they need it to be WPML compatible. Using the method from WPML I was able to register a string in WPML and output it on the other end. However, when the ...
1
vote
0answers
45 views

What would be the correct way to manage a multiple locale site with Wordpress [closed]

We are a professional company with lots of big clients and have adopted Wordpress 2 years ago to build professionnal grade websites. Being locate in a multiple language country, we have to make our ...
0
votes
1answer
87 views

WordPress Translation to french, at -> à not working

I have a german / french blog. I installed the german WordPress version, so I already had de_DE.mo and de_DE.po in wp-content/languages. After I realized that the content of a comment's ...
0
votes
1answer
103 views

Using Variable in WordPress Translate Functions

From everything I've read, you should only translate text strings via the WP translation functions like _e() or __(). However, I need a way to translate content submitted via a form. Is there some ...
0
votes
2answers
144 views

wp_paginate not working in combination with WPML plugin?

I have installed the wp_paginate plugin and the WPML plugin. Now I have set 'Dutch' to the basic language and added 'English' as the second language. I set the Blog posts to display to: All posts ...
0
votes
1answer
530 views

Redirect user based on his language and country using WPML

I am using WPML as a languages solution in my blog (in my case it's English and Spanish) I would like to know if there is a simple way of detecting where is a user coming from (which country.. I ...
-1
votes
1answer
2k views

WPML - How to get posts from category according to language?

My client uses WPML to translate their content posts. I am finalizing the adaptation of their WordPress project, and I am faced with an issue where I can only retrieve posts in the base language, ...
0
votes
0answers
66 views

Glossary plugin compatible with WPML plugin [closed]

I'm looking for a plugin exactly like "EnhancedTooltipGlossary" plugin (http://wordpress.org/extend/plugins/enhanced-tooltipglossary/) but which is compatible with "WordPress Multilingual plugin" WPML ...
0
votes
0answers
112 views

WPML plugin has problems with image slider [closed]

When I test the site on Safari the WPML plugin for languages has a problem, it doesnt show up correctly, but this only happens on the homepage because the image slider is there, somehow they conflict ...
0
votes
0answers
123 views

Different network site slug for each language

I have one wp installation with network activated. Let's say it's on www.example.com One of the sites in network is called Italy. I need to have italian and english language that work like this: ...
0
votes
1answer
83 views

same comment list for two posts

I've an unique problem, I'm using WPML to translate my website. WPML takes post and duplicates it, so that translation becomes another post. Thus keeping Gallery/Comments/Ratings separate. I'm on ...
0
votes
1answer
64 views

Use specific language for comment section

On some pages I have the possibility to write a comment (name, email, website, comment). The labels are now in my default language. Now I want to use the English labels for the whole comment section. ...
5
votes
1answer
128 views

Gettext details

I've got a few gettext() questions that are not covered anywhere in WordPress Codex but I think they are important. __('string') in THEME should be used for strings that are likely to be present ...
0
votes
2answers
194 views

Get all content on a “single page” site depending on language

I'm developing a "single page" WordPress based site that has content in multiple languages (using the plug-in WPML) and I need to retrieve it in a more efficient manner to avoid slow page load time. ...
1
vote
1answer
257 views

WPML tables not deleted when removing multisite subsite, need help clearing up my sql-file!

I´m building a WP Multisite for a client that wants a multilingual site. Before choosing WP Multisite, I bought and tried out WPML. However that plugin didn't fit for the job so I deleted it and got a ...
0
votes
1answer
296 views

WPML - how to translate user profile fields with icl_t()?

Existing code somewhere in a template or shortcode handler, display user profile biography: <?php if ( $user ) : $bio = get_the_author_meta( 'description', $user->ID ); ?> <div ...
0
votes
2answers
476 views

category filter doesn't work in WPML

I translate the categories to another language, but in the main page, the two language categories are all displayed. How can I filter another language? My WPML version is 2.4.1. I found all the ...
1
vote
4answers
569 views

Unable to display multiple post types in same query (WPML WP_Query)

I'm sure there's some very easy explaination for this, but I'm stuck. I am just trying to put a nice, simple recent posts element on the front-page of a site and for some reason when I try to use: ...
6
votes
1answer
742 views

WPML with WP_Query serving up all 3 languages

I've got something about this on the WPML support forums, but I figured I could ask here as well. Here's the important info: I'm running a WP Multisite setup with custom post types, custom fields, ...
0
votes
2answers
380 views

WordPress Blank Screen Issue [closed]

I'm running a WordPress website with a custom template that is showing me a blank screen when I have not viewed the site in a few days. I've cleared the browser cache and I've empited all cache using ...
0
votes
1answer
598 views

wp_pagenavi function parameters

I've been searching all around the web for the API of the wp_pagenavi plugin, but seems that I can't find one. I just want to know: In examples that I found, the wp_pagenavi function has from 0 to 3 ...
1
vote
2answers
1k views

WPML in custom page templates

I have a Wordpress site translated from dansk to english using WPML. In it, I have a page which uses a custom page template to display the titles of all the posts. Sadly, it's displaying all posts ...
0
votes
1answer
301 views

WPML Translated Term

Since I posted on their forum and I didn't got any answer, here I am, asking the same question again. So: I made a script that add the posibility to add an image and change the order for the terms of ...
0
votes
3answers
553 views

Internationalize plugin so strings can be translated in WPML

A third party developer made a text widget with title, body and thumbnail. This accompany widget plugin has not been internationalized and therefore the strings do not appear in WPML's string ...
0
votes
1answer
1k views

WP-e-commerce (getshopped) - Annoying permalink issue

i’m using wp-ecommerce (getshopped) and WPML on a website, all pages display correctly when i use the default (/ugly…) permalink structure, but when i try to use the much desired permalink structure ...
0
votes
1answer
616 views

WP-e-commerce (getshopped) Hebrew language files - where can I get them?

I’m working on a dual language website (english+hebrew) the website uses wpml+wpec. I’m looking for the hebrew language files (mo/po) – where can i get them?
0
votes
1answer
668 views

Translate custom template with WPML

I have custom template that is used by ClassiPress and it is working fine on default language, but when I enter the page language selector won't work since it's not translated. How can I translate ...
0
votes
1answer
237 views

WPML - Change the language of large number of posts

I need to change the language of some 500 posts in a site that uses WPML. Currently all of them are set to English, but are in fact in Spanish. What is the fastest way to do so? It is possible to get ...
2
votes
0answers
226 views

Insights into WordPress Multi-Site, Domain Mapped, and Multilanguage site using WPML [closed]

I have a project with WordPress for a multi-language, multi-country site. I want to have a structure like: domain.com domain.com/es domain.com/de domain.com/fr domain.es domain.es/en ...
-1
votes
1answer
680 views

How to Automatically jump to the corresponding language of the page using WPML plugin in wordpress

I'm setting up a multi-language blog using WPML. I works well using the button to change the language. Is there any way to automatically jump according to the Browser's language? My WPML version is ...
0
votes
1answer
190 views

How do I duplicate a single wpmu site?

I'm looking for a method to copy a single wpmu site, pages, and content easily. I have not found any plugins that allow me to do this. My goal is to essentially have a template of pages and content ...
0
votes
3answers
238 views

Manipulate Permalink

I'm using WPML to translate a website. The only major issue I have with WPML is that you cannot have a page in different languages with the same slug. Therefore www.example.com/contact/ and ...
2
votes
2answers
990 views

Need to give custom page template for each language in WPML

I need to give each page a custom/different page template for every language page in WPML. eg: Let i have a test page in English and french. Is there any way out so that in English i give sidebar ...
1
vote
1answer
406 views

WPML : how to determine manually the language in which a given page is displayed

Somewhere in my code I need to know what is the current language and display a certain custom field or another one based on this knowledge. How can I know this information ?
0
votes
1answer
625 views

WPML : how to pick a featured image only once for different languages?

I've got 3 languages on my site. Picking the same featured image 3 times for the 3 versions of each article is boring. Is there any way to do it only once ? (same for picking a tag)
3
votes
2answers
1k views

Open Source replacement for WPML?

Since WPML is not free anymore and still one of the most used Wordpress Translation Plugins, is there an open source project that keeps development going? Or something similar that replaces it? I ...
2
votes
1answer
1k views

[Plugin WPML] : How to create a translation of a post using the WPML API?

I'm trying to figure out how to create a translation for a post using the internal WPML API (inc/wpml-api.php) I simply want to create a translation for post ID xx, set some content and publish it. ...
0
votes
1answer
584 views

WPML & CFT: keeping custom field file to translation

i got a wp site with the WPML plugin and the CFT plugin. I set up custom fields for posts and what i'm trying to do is to keep the content of an input type file from the original post to its ...

1 2