- ステータス
- 開発者からの返答待ち
- 関連するプラグイン/テーマ
- Divi Supreme Modules
問題の概要
Divi Supreme Modulesを使用する場合、FAQウィジェットの説明フィールドは翻訳不可であり、タイトルのみ翻訳できます。
回避策
1- WPML > 設定 > カスタム XML 設定タブに移動します。
2- 次のXMLコードを貼り付けます。
<wpml-config>
<shortcodes>
<shortcode>
<tag label="Supreme FAQ Wrapper">dsm_faq</tag>
</shortcode>
<shortcode>
<tag label="Supreme FAQ Item">dsm_faq_child</tag>
<attributes>
<attribute label="FAQ Title">dsm_title</attribute>
<attribute label="FAQ Content" encoding="allow_html_tags">dsm_content</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
3- 該当するページを再度編集し、再翻訳します。