Questions tagged [wpml]

WordPress Multilingual (WPML) is a commercial plugin that adds various multilingual capabilities to WordPress.

414 questions
1
vote
0 answers

How can we import products for other languages into WooCommerce?

I am using WPML, I have imported already French. I need to import English content. What are the ways? I have checked with WPML forums, WPAllImport possibilities and WooCommerce forums. I could not find a work around to do this.
1
vote
2 answers

WPML Woocommerce Support

My website is multilingual(En,fr,rs) having woocommerce created by using the qTranslate plugin. But the problem is that, I am unable to translate woocommerce message (cart, checkout, email contents) but fortunately achieved with jQuery except email…
KTBrothers
  • 39
  • 4
1
vote
0 answers

WPML to exclude particular ACF fields from translating

I am creating a page in WordPress that contains acf fields such as: company name, address email etc This page needs to be translated into 9 different languages. For this I'm using wpml. Is there a way that I can specify for wpml to NOT translate a…
Abdul Samad
  • 109
  • 6
1
vote
0 answers

Multilingual Website with Woocommerce REST Api Without SSL

Hi it may be a naive question because I am working with woocommerce rest api for the first time I am good with wordpress though. I have a client's site which multilingual (2 languages) using WPML folder base i.e "base url for english" & "/ar for…
1
vote
0 answers

$wp_customize get_theme_mod wpml issue

I've this problem, and have been looking everywhere (amybe searching the wrong thing) for a solution with no results. In my function.php I have the following code: function fivelayer_customizer( $wp_customize ) { $wp_customize->add_section( …
1
vote
0 answers

Insert post by php in Wordpress using WPML

i am retrieving some posts in Wordpress, from another site. I have the post in italian and in english. Now my question: how can i insert the post (and its translation) in Wordpress, by php and mysql, if i have also the WPML plugin? Thanks to all
Zak
  • 591
  • 2
  • 15
  • 37
1
vote
0 answers

WordPress WPML permalink error in admin

I trying to be clear, I have a custom post type who have a custom taxonomy Event > Zone I build taxonomy with this slug (need to translate "zone"): 'rewrite' => array( 'slug' => '%events%' ), I build CPT with this slug (need to translate "events"…
dmassiani
  • 51
  • 8
1
vote
2 answers

Wordpress php code encoding?

I downloaded wordpress theme , that i like very much and i found problem:D I'm newbie so please dont judge))) I need my site on georgian language , we have own letters like სიტყვა სახელი რამე ტექსტი ,etc.. I filled up all information on my language…
user3852799
1
vote
0 answers

wpml if/else statement in twig

I have a multi-lingual Wordpress site that uses WPML. One of the plugins I need it to play nice with is written in twig and I’m having trouble making my if/else statement twig-friendly. In php, what I need to say is:
pixeloco
  • 255
  • 3
  • 16
1
vote
0 answers

WordPress non translatable content on a translatable custom post (via WPML)

I was recently implementing a custom post type in WordPress, and added WPML so I could translate it's title & content. This post type (city) also has some custom metaboxes (metabox.io) like: Coordinates isFeatured Address etc... The problem I'm…
leuquim
  • 636
  • 6
  • 16
1
vote
0 answers

Creating a splash page with WPML language selector appearing only once and redirecting to website root URL

I need a splash page with WPML language selector. When users visiting the site for the first time select a language, they should be redirected to my site's root URL (www.my_site.com) with the right language selected. Is there any simple way to…
drake035
  • 3,955
  • 41
  • 119
  • 229
1
vote
0 answers

Wordpress strange 404 / Page Loads

I have a multilingual website running wordpress + woocommerce (with the latest versions) on www.gy-spot.com. The site loads pretty fine but once we select a particular product the page loads only after 15~20secs. Doing a little research on firefox i…
1
vote
2 answers

woocommerce pagination not working

On my locally hosted site is the woocommerce pagination not working properly. When I use http://localhost/sample-post/ the second page is a wrong one. I'm landing on an attachment page instead of the second product page. When using…
A3O
  • 513
  • 12
  • 29
1
vote
1 answer

How can I show a list of custom post type in different languages, using WPML plugin?

In file functions.php I created a custom category $labels = array( 'name' => _x('Partners', 'post type general name'), 'singular_name' => _x('Partners', 'post type singular name'), 'add_new' => _x('Add New', 'partners'), …
B_etta
  • 117
  • 2
  • 17
1
vote
1 answer

WPML - Call to undefined function in social.png?

from one day to another i receive the below listed error when I open my webpage. The plugin which causes the error is WPML. The only thing I have changed in the past days was the password for the ftp account, but this can't be important for the…
Torben
  • 5,388
  • 12
  • 46
  • 78