-1
votes
0answers
20 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
27 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
21 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
1answer
79 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
596 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?
2
votes
0answers
223 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 ...
0
votes
1answer
602 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)
8
votes
7answers
26k views

Best Wordpress Multi-language Plugin? [closed]

What is the best multi-language plugin for WordPress? WordPress does not have multi-language support itself, so you need to use a plugin to obtain multi-language functionality. Do not suggest the ...
0
votes
1answer
489 views

How to create posts or pages with the names in wordpress?

When you develop a site on wordpress you may want to create posts/pages with the same name, something that wordpress does not allow by default. Use cases: example.com/en/contact ...
3
votes
1answer
141 views

What is better for wordpress performace?

I'm developing a website using the WPML plugin. And I would like to know which is the better option, or even the correct way to change classes or IDs between the languages. Sample code: <ul ...
3
votes
2answers
2k views

WPML: getting page title in different language

i'm running my web in english and german using the WPML plugin. my question: when in english mode - is it possible getting the page_title() but in german? thanks
1
vote
2answers
2k views

Checking current language in a function

I am running WordPress with "WPML Multilingual CMS", so that it has multiple language versions. In a function used with add_action('template_redirect',<functionname>), I need to find out what ...