- ステータス
- 開発者により解決済み
- 関連するプラグイン/テーマ
- JetElements For Elementor
- トピックタグ
- Compatibility
問題の概要
JetElements for ElementorプラグインのHorizontal Timelineウィジェットを使用している場合、メディア翻訳で問題が発生する場合があります。具体的には、フロントエンドで画像が翻訳されません。
回避策
先に進む前に、必ずサイトの完全なバックアップを取得してください。
- …/wp-content/plugins/elementor/includes/controls/groups/image-size.phpファイルを開きます。
- 77行目を探します。
- 次のコードを:
$image = $settings[ $image_key ];
- 以下に置き換えます:
//workaround compsupp-7387 $image['id'] = apply_filters( 'wpml_object_id', $image['id'], 'attachment' );