- 상태
- 해결됨
- 관련 플러그인/테마
- Avada
문제 개요
동적 콘텐츠와 함께 Avada의 Fusion Post Cards 위젯을 사용할 때 Read more 텍스트가 번역되지 않습니다.
이는 post_card 속성이 번역 대신 원본 ID를 호출하기 때문입니다.
임시 해결 방법
- WPML → 설정 → 사용자 정의 XML 구성에 다음 XML 코드를 추가하세요.
<wpml-config> <shortcodes> <shortcode> <tag>fusion_post_cards</tag> <attributes> <attribute type="media-ids">post_card</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> - 클래식 번역 에디터를 사용하여 번역을 다시 저장하세요.