Skip Navigation

Open

Reported for: WPML Media Translation 2.7.2

Topic Tags: Bug

Overview of the issue

When you edit and crop a featured image in the default language, the cropped version does not appear in the translated pages. Instead, the translated pages display the original, uncropped version of the image.

Workaround

Please, make a full backup of your site before proceeding.

  • Install WPML Media Translation plugin
  • Be sure your image has a title and it is translated via WPML Media
  • Go to WPML > Settings > Media Translation
  • Enable Translate media library texts with posts option
  • Then, open …/wp-content/plugins/sitepress-multilingual-cms/classes/media-translation/MediaTranslationStatus.php file.
  • Look for line 162.
  • Change:
    		return $attachment_translation_id;
    
  • For:
    		$this->copy_attached_file_info_from_original( $attachment_translation_id, $attachment_id );
    		return $attachment_translation_id;
    
  • Make a small change to the post and its image title on default language
  • Update the translation

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>