- 状态
- 已解决
- 解决于
- 4.5.0
- 相关插件/主题
- Elementor
问题概述
Elementor Pro Gallery 小工具在站点前端不显示已翻译的图像标题、题注或说明。
临时解决方法
此问题将在 WPML 4.5 版本中修复。在此期间,您可以按照此临时解决方法修复您站点上的问题。
- 请备份您的网站数据库和文件。
- 前往 wp-content/plugins/elementor-pro/modules/gallery/widgets/gallery.php
- 将
$attachment = get_post( $id );
替换为
$attachment = get_post( apply_filters( 'wpml_object_id', $id, 'attachment', true ) );
如下方截图所示:
