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

문제 개요

Salient 테마를 사용하는 경우, WPML의 고급 번역 에디터(ATE)에서 “Nectar Video Player” 및 “Badge” 위젯 내의 콘텐츠를 번역할 수 없는 문제가 발생합니다.

임시 해결 방법

진행하기 전에 사이트를 전체 백업하세요.


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

  • Nectar Video Player 위젯에 다음 XML을 추가하세요:
    <wpml-config>
      <shortcodes>
        <shortcode>
            <tag>nectar_video_player_self_hosted</tag>
            <attributes>
                <attribute>video_mp4</attribute>
                <attribute>video_image</attribute>
            </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>
    <wpml-config>

  • 또는 Badge 위젯에 다음을 추가하세요:
    <wpml-config>
      <shortcodes>
        <shortcode>
        	<tag>nectar_badge</tag>
          	<attributes>
          		<attribute>text</attribute>
            </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>

알려진 모든 문제 →