Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 9 replies, has 2 voices.

Last updated by Kor 1 year, 2 months ago.

Assisted by: Kor.

Author Posts
September 11, 2023 at 4:34 pm #14378401

Florencia-2

I am using the Elementor Price List widget (please note that this is not the same as the Price Table). The link within the Price List is not being translated (not being translated automatically, and can't translate them manually)

September 11, 2023 at 4:59 pm #14378571

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

Could you please export the JSON and share it using Google Drive?

September 11, 2023 at 5:05 pm #14378671

Florencia-2

Here is the link hidden link.

September 12, 2023 at 8:54 am #14381615

Florencia-2

Hi. Any updates on this?

September 12, 2023 at 1:08 pm #14384113

Florencia-2

Thanks. I look forward to receiving an update

September 13, 2023 at 12:22 pm #14390161

Florencia-2

Any updates? Please, I have a deadline and need to fix this issue.

September 13, 2023 at 1:50 pm #14390689

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

Our 2nd Tier Support is still checking on it. But if this is urgent for you, do you know how to adjust the links manually on the translated page?

September 13, 2023 at 2:25 pm #14390799

Florencia-2

I don't know how to adjust the links manually on the translated pages.

I guess I could edit the translated pages and literally update the links there, but that is not a solution because those changes will disappear the next time I make changes to the original page and update the translation

September 13, 2023 at 2:51 pm #14390941

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

Yes, that's just a workaround while our 2nd Tier Support team investigates the issue. I'm currently awaiting their response, and I'll get back to you once I receive their feedback.

September 13, 2023 at 3:25 pm #14391261

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience.

I received a feedback and this is the correct custom XML configuration.

<wpml-config>
  <elementor-widgets>
    <widget name="price-list">
      <fields-in-item items_of="price_list">
        <field type="Pricing list: title">title</field>
        <field type="Pricing list: description">item_description</field>
        <field type="Pricing list: price">price</field>
        <field type="Pricing list: link" key_of="link">url</field>
      </fields-in-item>
    </widget>
  </elementor-widgets>
</wpml-config>

Please insert it into WPML > Settings > Custom XML Configuration. Then, make minor edits to the primary language page and it will show up in the "Advanced Translation Editor". Let me know how it goes.

September 13, 2023 at 3:54 pm #14391531

Florencia-2

Thanks! That fixed the issue.