WPML
상태
개발자가 해결함
해결된 버전
Litho 2.0
관련 플러그인/테마
Litho
주제 태그
Compatibility

문제 개요

Litho 테마Elementor 플러그인을 사용하는 경우, Litho HeaderLitho Icon box 위젯이 번역을 위한 고급 번역 에디터(ATE)에 표시되지 않는 문제가 발생합니다.

임시 해결 방법

진행하기 전에 사이트의 전체 백업이 있는지 확인하세요.


  • WPML > 설정 > 사용자 정의 XML 구성 페이지로 이동하세요.

  • 다음 코드를 추가하세요:
    <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>

  • 페이지와 해당 번역을 새로 고침하세요.

알려진 모든 문제 →