- ステータス
- 開発者により解決済み
- 関連するプラグイン/テーマ
- Premium Addons for Elementor
- トピックタグ
- Compatibility
問題の概要
Premium Addons for Elementorプラグインを使用している場合、Testimonialウィジェット内のコンテンツが高度な翻訳エディタ(ATE)で正しく表示されない問題が発生する場合があります。
回避策
続行する前に、サイトの完全なバックアップを必ず作成してください。
- WPML > 設定 > カスタム XML 設定ページに移動します。
- 以下のXMLを追加します。
<wpml-config> <elementor-widgets> <widget name="premium-addon-testimonials"> <fields> <field type="Testimonial: Name" editor_type="LINE">premium_testimonial_person_name</field> <field type="Testimonial: Job Name" editor_type="LINE">premium_testimonial_company_name</field> <field type="Testimonial: Link" editor_type="LINK">premium_testimonial_company_link>url</field> <field type="Testimonial: Content" editor_type="LINE">premium_testimonial_content</field> <field type="Testimonial: Heading" editor_type="LINE">heading</field> </fields> <fields-in-item items_of="multiple_testimonials"> <field type="Testimonial: Heading" editor_type="LINE">heading</field> <field type="Testimonial: Name" editor_type="LINE">person_name</field> <field type="Testimonial: Job Name" editor_type="LINE">company_name</field> <field type="Testimonial: Link" editor_type="LINK">link>url</field> <field type="Testimonial: Content" editor_type="AREA">content</field> </fields-in-item> </widget> </elementor-widgets> </wpml-config>