- 상태
- 개발자가 해결함
- 관련 플러그인/테마
- 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' );