WPML
상태
해결됨
관련 플러그인/테마
Divi
주제 태그
Compatibility

문제 개요

WPML과 함께 DiviEmail Optin 모듈을 사용할 때, 라디오, 선택 또는 체크박스와 같은 사용자 정의 선택 필드에서 번역이 올바르게 표시되지 않고 대신 숏코드 마크업이 그대로 표시될 수 있습니다.

임시 해결 방법

  • WordPress 대시보드에서 WPML > 설정 > 사용자 정의 XML 구성으로 이동하세요.
  • 다음 XML 구성을 추가하고 저장하세요:
    <wpml-config>
      <shortcodes>
        <shortcode>
          <tag>et_pb_signup_custom_field</tag>
          <attributes>
            <attribute encoding="allow_html_tags">field_title</attribute>
            <attribute encoding="divi_options">checkbox_options</attribute>
            <attribute encoding="divi_options">select_options</attribute>
            <attribute encoding="divi_options">radio_options</attribute>
          </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>
            

알려진 모든 문제 →