- ステータス
- 開発者により解決済み
- 解決されたバージョン
- Litho 2.0
- 関連するプラグイン/テーマ
- Litho
- トピックタグ
- Compatibility
問題の概要
LithoテーマおよびElementorプラグインを使用している場合、Litho HeaderとLitho 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> - ページとその翻訳を更新します。