- 상태
- 개발자가 해결함
- 관련 플러그인/테마
- Motors – Car Dealer, Classifieds & Listing, Motors
- 주제 태그
- Compatibility
문제 개요
Motors – Car Dealer, Classifieds & Listing theme를 사용하는 경우, 보조 언어로 전환할 때 Motors Plugin으로 제작된 Listing templates이 올바르게 번역되지 않는 문제가 발생할 수 있습니다.
임시 해결 방법
진행하기 전에 사이트의 전체 사이트 백업을 완료했는지 확인하세요.
- …/wp-content/plugins/motors-car-dealership-classified-listings/includes/class/Features/Elementor/Nuxy/TemplateManager.php 파일을 여세요.
- 339번째 줄을 찾으세요.
- 다음을:
$template_listing = get_post( $template_listing_id );
- 다음으로 교체하세요:
// WPML workaround for compsupp-7673 $translated_template_listing_id = apply_filters('wpml_object_id', $template_listing_id, 'listing_template', true); $template_listing = get_post($translated_template_listing_id);