WPML
Trạng thái
Đã được giải quyết bởi nhà phát triển
Đã giải quyết trong
Litho 2.0
Plugin/giao diện liên quan
Litho
Thẻ chủ đề
Compatibility

Tổng quan về lỗi

Nếu bạn đang sử dụng giao diện Litho và plugin Elementor, bạn sẽ nhận thấy các widget Litho HeaderLitho Icon box không xuất hiện trong Trình biên tập dịch thuật nâng cao (ATE) để dịch.

Giải pháp tạm thời

Vui lòng đảm bảo có một bản sao lưu đầy đủ cho trang web của bạn trước khi tiếp tục.


  • Đi tới trang WPML > Cài đặt > Cấu hình XML tùy chỉnh.

  • Thêm mã sau:
    <wpml-config>
      <elementor-widgets>
        <widget name="litho-icon-box">
          <fields>
            <field type="Title" editor_type="LINE">litho_title_text</field>
            <field type="Description" editor_type="AREA">litho_description_text</field>
            <field type="Link" editor_type="LINK">litho_link>url</field>
            <field type="Title" editor_type="LINE">litho_primary_button_text</field>
            <field type="Link" editor_type="LINK">litho_primary_button_link>url</field>
          </fields>
        </widget>
        <widget name="litho-heading">
          <fields>
            <field type="Title" editor_type="LINE">litho_title</field>
            <field type="Link" editor_type="LINK">litho_link>url</field>
            <field type="Title" editor_type="LINE">litho_secondary_title</field>
            <field type="Link" editor_type="LINK">litho_secondary_link>url</field>
          </fields>
        </widget>    
      </elementor-widgets>
    </wpml-config>

  • Làm mới trang của bạn và bản dịch của trang.

Tất cả các lỗi đã ghi nhận →