Skip navigation

Waiting for author

Topic Tags: Compatibility

Overview of the issue

If you are using Business Directory Plugin, you will be unable to translate listing images. When attempting to translate an image through WPML Media Translation or by manually changing the image in the translated version of a listing, the original language image continues to display on the front end.

Workaround

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

  • Install WPML Media Translation plugin.
  • Go to WPML > Media translation page.
  • Translate the image.
  • Open …/wp-content/plugins/business-directory-plugin/includes/helpers/functions/templates-ui.php file.
  • Look for line 533.
  • Replace:
    			$main_image->ID,
    
  • With:
    			apply_filters( 'wpml_object_id', $main_image->ID, 'attachment' ),
    

Написать ответ

Пожалуйста, оставайтесь в теме и будьте уважительны к другим. Если Вам нужна помощь по вопросам, не относящимся к этому сообщению, воспользуйтесь нашим Форумом поддержки, чтобы начать чат или отправить тикет.

Вы можете использовать эти метки:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>