- ステータス
- 開発者により解決済み
- 解決されたバージョン
- 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ウィジェット用に以下のXMLを追加します。
<wpml-config> <shortcodes> <shortcode> <tag>nectar_badge</tag> <attributes> <attribute>text</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>