Pular navegação

Resolved by author

Topic Tags: Compatibility

Overview of the issue

If you are using the Premium Addons for Elementor plugin, you may experience issues where content within the Testimonial widget does not appear correctly in the Advanced Translation Editor (ATE).

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Go to WPML > Settings > Custom XML Configuration page.
  • Add the following XML:
    <wpml-config>
      <elementor-widgets>
        <widget name="premium-addon-testimonials">
          <fields>
            <field type="Testimonial: Name" editor_type="LINE">premium_testimonial_person_name</field>
            <field type="Testimonial: Job Name" editor_type="LINE">premium_testimonial_company_name</field>
            <field type="Testimonial: Link" editor_type="LINK">premium_testimonial_company_link>url</field>
            <field type="Testimonial: Content" editor_type="LINE">premium_testimonial_content</field>
            <field type="Testimonial: Heading" editor_type="LINE">heading</field>
          </fields>
          <fields-in-item items_of="multiple_testimonials">
            <field type="Testimonial: Heading" editor_type="LINE">heading</field>
            <field type="Testimonial: Name" editor_type="LINE">person_name</field>
            <field type="Testimonial: Job Name" editor_type="LINE">company_name</field>
            <field type="Testimonial: Link" editor_type="LINK">link>url</field>
            <field type="Testimonial: Content" editor_type="AREA">content</field>
          </fields-in-item>
        </widget>
      </elementor-widgets>
    </wpml-config>